Objects
/Alert
Alert
Alert
alert_idstring
Unique identifier for the alertnamestring
Name of the alerteventsarray of object
List of events that trigger the alertkindinteger
Kind of event, more info [here](/docs/api/rest/EventKind)valuestring
Value or threshold that triggers the alert
providerenum
Notification provider for the alertslackstring
webhooksstring
slack_channel_idstring
Slack channel ID for notificationswebhook_idstring
Webhook ID for notificationsenabledboolean
Whether the alert is currently activecreation_datestring
ISO 8601 timestamp when the alert was created
Example
{ "alert_id": "", "name": "", "events": [ { "kind": 0, "value": "" } ], "provider": "", "slack_channel_id": "", "webhook_id": "", "enabled": false, "creation_date": "", "__UNSAFE_refPath": null }
Built with
Show your support! Star us on GitHub ⭐️