ilert · Example Payload

Get Service Outages

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

Get Service Outages is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Get the outages (including applied overrides) of a specific service",
  "description": "",
  "method": "GET",
  "path": "/service-outages",
  "parameters": {
    "service": 1.0,
    "from": "string",
    "until": "string",
    "ignore-overrides": true
  },
  "request_body": null,
  "response": [
    {
      "status": "OPERATIONAL",
      "from": "string",
      "until": "string"
    }
  ]
}