ilert · Schema

EventFlowNodeMetadataRouteEvent

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

Properties

Name Type Description
alertSourceId integer
overwritePriority string
escalationPolicyId integer
View JSON Schema on GitHub

JSON Schema

eventflownodemetadatarouteevent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EventFlowNodeMetadataRouteEvent",
  "title": "EventFlowNodeMetadataRouteEvent",
  "type": "object",
  "required": [
    "alertSourceId"
  ],
  "properties": {
    "alertSourceId": {
      "type": "integer",
      "format": "int64"
    },
    "overwritePriority": {
      "type": "string",
      "enum": [
        "HIGH",
        "LOW"
      ]
    },
    "escalationPolicyId": {
      "type": "integer",
      "format": "int64"
    }
  }
}