Actions interface

Actions to invoke when the alert fires.

Properties

actionGroups

Action Group resource Ids to invoke when the alert fires.

actionProperties

The properties of an action properties.

customProperties

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>