Objects
/
AlertCreate

AlertCreate

AlertCreate

    name
    string
    Required
    Name of the alert for easy identification
    events
    array of object
    Required
    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
    string
    Required

    Notification provider for the alert, slack or webhooks

      slack
      string
      webhooks
      string
    slack_channel_id
    string

    Slack channel ID where notifications will be sent (required if provider is slack)

    webhook_id
    string

    Webhook ID where notifications will be sent (required if provider is webhooks)

Built with

Show your support! Star us on GitHub ⭐️