Alert Delete
The Alert Delete Event is used to notify when an alert is deleted. This ensures that any changes in alert conditions, thresholds, or notification settings are captured and processed.
Event Name: ALERT_DELETE
Trigger Condition
To receive immediate, real-time notifications whenever an alert is deleted within the system, a subscription to the ALERT_DELETE webhook event is mandatory. This event is designed to trigger instantaneously upon the deletion of any alert, ensuring that subscribers are notified without delay.
Example Payload
{
"eventInfo": {
"actionBy": "060b46ff-28c5-11e7-a9c6-77fb7b8afa1b"
},
"messageType": "ALERT_DELETE",
"entityName": "test suneel 0001",
"customerId": 5134,
"action": "Delete",
"entityId": "1d516118-03e2-11f0-9340-8d849d5bde4f",
"time": 1742293139993
}
Reference
Field | Description |
---|---|
eventInfo JSONObject actionBy String,UUID | The unique Azuga ID of the user who performed the action Example: 15236e28-1111-11e6-9bb5-a7cf79cf4150 |
messageType String | Type of message Example: "ALERT_DELETE" |
entityName String | Name of the Alert Example: Standard test 001 |
customerId Long | The unique Azuga ID of the Customer Example: 5134 |
action String | Action Performed Example: Delete |
entityId String,UUID | The unique Azuga ID of the Alert. This is automatically generated when the Alert object is deleted and cannot be altered. Example: 1d28138b-3679-11ef-b858-9f09b511d93a |
time Time Stamp | Time when event is created in ms Example: 1732135845682 |
Updated 3 days ago