ilert · Schema

AlertSourcePriorityTemplate

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

Properties

Name Type Description
valueTemplate object
mappings array
View JSON Schema on GitHub

JSON Schema

alertsourceprioritytemplate.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/AlertSourcePriorityTemplate",
  "title": "AlertSourcePriorityTemplate",
  "required": [
    "mappings",
    "valueTemplate"
  ],
  "type": "object",
  "properties": {
    "valueTemplate": {
      "$ref": "#/components/schemas/AlertSourceTemplate"
    },
    "mappings": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AlertSourcePriorityTemplateMapping"
      }
    }
  }
}