Actions interface
Actions to invoke when the alert fires.
Properties
| action |
Action Group resource Ids to invoke when the alert fires. |
| action |
The properties of an action properties. |
| custom |
The properties of an alert payload. |
Property Details
actionGroups
Action Group resource Ids to invoke when the alert fires.
actionGroups?: string[]
Property Value
string[]
actionProperties
The properties of an action properties.
actionProperties?: Record<string, string>
Property Value
Record<string, string>
customProperties
The properties of an alert payload.
customProperties?: Record<string, string>
Property Value
Record<string, string>