ilert · Example Payload

Get Service Outages Overrides

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

Get Service Outages Overrides 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 overrides of a specific service",
  "description": "",
  "method": "GET",
  "path": "/service-outages/overrides",
  "parameters": {
    "service": 1.0,
    "from": "string",
    "until": "string"
  },
  "request_body": null,
  "response": [
    {
      "id": "string",
      "service": {
        "id": null,
        "name": null,
        "alias": null,
        "status": null,
        "description": null,
        "oneOpenIncidentOnly": null
      },
      "status": "OPERATIONAL",
      "from": "string",
      "until": "string"
    }
  ]
}