ilert · Example Payload

Post Service Outages Overrides

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

Post 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": "Override a part of a service's outage history",
  "description": "",
  "method": "POST",
  "path": "/service-outages/overrides",
  "parameters": {},
  "request_body": {
    "id": "string",
    "service": {
      "id": 1.0,
      "name": "string",
      "alias": "string",
      "status": null,
      "description": "string",
      "oneOpenIncidentOnly": true
    },
    "status": "OPERATIONAL",
    "from": "string",
    "until": "string"
  },
  "response": {
    "id": "string",
    "service": {
      "id": 1.0,
      "name": "string",
      "alias": "string",
      "status": null,
      "description": "string",
      "oneOpenIncidentOnly": true
    },
    "status": "OPERATIONAL",
    "from": "string",
    "until": "string"
  }
}