Alert Manager
This webhook is sent when an Alert Manager alert is triggered.
Payload
{
"NotificationType": "ALERT_MANAGER_USAGE",
"Content": {
"DefinitionId": 1,
"Msisdn": "077777777777",
"PercentageLimit": 90,
"PercentageUsed": 95,
"BundleSize": 200,
"BundleUsedMb": 190
}
}
Name | Type | Description |
---|---|---|
NotificationType | string | The type of notification for this Webhook. |
Content.DefinitionId | int | The Id of the Definition of which this alert was triggered. |
Content.Msisdn | string | null | The msisdn of which this alert was triggered. This property is omitted on pooled rules. |
Content.PercentageLimit | int | The percentage limit for which the alert is triggered. This value is defined in the Rule. |
Content.PercentageUsed | int | The actual percentage of the bundle used. |
Content.BundleSize | int | The Bundle Size in MB. This value is defined in the Definition. |
Content.BundleUsedMb | int | The actual amount of MB used. |