Objects
/AlertCreate
AlertCreate
AlertCreate
namestringRequired
Name of the alert for easy identificationeventsarray of objectRequired
List of events that will trigger the alertkindinteger
Kind of event, more info [here](/docs/api/rest/EventKind)valuestring
Value or threshold that triggers the alert
providerenumRequired
Notification provider for the alert,
slackorwebhooksslackstring
webhooksstring
slack_channel_idstring
Slack channel ID where notifications will be sent (required if provider is
slack)webhook_idstring
Webhook ID where notifications will be sent (required if provider is
webhooks)
Example
{ "name": "", "events": [ { "kind": 0, "value": "" } ], "provider": "", "slack_channel_id": "", "webhook_id": "", "__UNSAFE_refPath": null }
Built with
Show your support! Star us on GitHub ⭐️