ilert · Schema

CallFlowNodeMetadataCreateAlert

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

Properties

Name Type Description
alertSourceId integer
acceptAlertOnAnswer boolean
View JSON Schema on GitHub

JSON Schema

callflownodemetadatacreatealert.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CallFlowNodeMetadataCreateAlert",
  "title": "CallFlowNodeMetadataCreateAlert",
  "type": "object",
  "required": [
    "alertSourceId"
  ],
  "properties": {
    "alertSourceId": {
      "type": "integer",
      "format": "int64"
    },
    "acceptAlertOnAnswer": {
      "type": "boolean"
    }
  }
}