ilert · Schema

ServiceStatus

the service status

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

JSON Schema

servicestatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/ServiceStatus",
  "title": "ServiceStatus",
  "type": "string",
  "description": "the service status",
  "enum": [
    "OPERATIONAL",
    "UNDER_MAINTENANCE",
    "DEGRADED",
    "PARTIAL_OUTAGE",
    "MAJOR_OUTAGE"
  ]
}