ilert · Schema

ServiceOutage

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

Properties

Name Type Description
status object
from string
until string
View JSON Schema on GitHub

JSON Schema

serviceoutage.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/ServiceOutage",
  "title": "ServiceOutage",
  "type": "object",
  "properties": {
    "status": {
      "$ref": "#/components/schemas/ServiceStatus"
    },
    "from": {
      "type": "string",
      "format": "date-time"
    },
    "until": {
      "type": "string",
      "format": "date-time"
    }
  }
}