MetricAlertAction interface
An alert action.
Properties
| action |
The id of the action group to use. |
| web |
This field allows specifying custom properties, which would be appended to the alert payload sent as input to the webhook. |
Property Details
actionGroupId
The id of the action group to use.
actionGroupId?: string
Property Value
string
webHookProperties
This field allows specifying custom properties, which would be appended to the alert payload sent as input to the webhook.
webHookProperties?: Record<string, string>
Property Value
Record<string, string>