ilert · Schema

IncidentStatus

the incident status

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

JSON Schema

incidentstatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/IncidentStatus",
  "title": "IncidentStatus",
  "type": "string",
  "description": "the incident status",
  "enum": [
    "INVESTIGATING",
    "IDENTIFIED",
    "MONITORING",
    "RESOLVED"
  ]
}