ilert · Schema

AlertActionTrigger

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Properties

Name Type Description
alertActionId string
connectorId string
type string
name string
iconUrl string
history array
View JSON Schema on GitHub

JSON Schema

alertactiontrigger.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/AlertActionTrigger",
  "title": "AlertActionTrigger",
  "type": "object",
  "properties": {
    "alertActionId": {
      "type": "string"
    },
    "connectorId": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "iconUrl": {
      "type": "string"
    },
    "history": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AlertActionResult"
      }
    }
  }
}