Objects
/
AlertUpdate

AlertUpdate

AlertUpdate

  • name
    string
    New name for the alert
  • events
    array of object
    Updated list of events that will trigger the alert
    • kind
      integer
      Kind of event, more info [here](/docs/api/rest/EventKind)
    • value
      string
      Value or threshold that triggers the alert
  • provider
    enum
    Updated notification provider for the alert
    • slack
      string
    • webhooks
      string
  • slack_channel_id
    string
    Updated Slack channel ID for notifications
  • webhook_id
    string
    Updated webhook ID for notifications
Example
{
"name": "",
"events": [
{
"kind": 0,
"value": ""
}
],
"provider": "",
"slack_channel_id": "",
"webhook_id": "",
"__UNSAFE_refPath": null
}
Built with

Show your support! Star us on GitHub ⭐️