ilert · Schema

AlertPriorityRule

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations
View JSON Schema on GitHub

JSON Schema

alertpriorityrule.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/AlertPriorityRule",
  "title": "AlertPriorityRule",
  "type": "string",
  "enum": [
    "HIGH",
    "LOW",
    "HIGH_DURING_SUPPORT_HOURS",
    "LOW_DURING_SUPPORT_HOURS"
  ]
}