ilert · Schema

AlertSourceSeverityTemplateMapping

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

Properties

Name Type Description
value string
severity integer
View JSON Schema on GitHub

JSON Schema

alertsourceseveritytemplatemapping.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/AlertSourceSeverityTemplateMapping",
  "title": "AlertSourceSeverityTemplateMapping",
  "required": [
    "severity",
    "value"
  ],
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "severity": {
      "type": "integer",
      "format": "int32"
    }
  }
}