MetricAlertAction interface

An alert action.

Properties

actionGroupId

the id of the action group to use.

webHookProperties

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?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}