ilert · Example Payload

Get Escalation Policies Resolve

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

Get Escalation Policies Resolve 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": "Resolve an escalation policy by routing key.",
  "description": "",
  "method": "GET",
  "path": "/escalation-policies/resolve",
  "parameters": {
    "routing-key": "string"
  },
  "request_body": null,
  "response": {
    "id": 1,
    "name": "string",
    "escalationRules": [
      {
        "escalationTimeout": null,
        "user": null,
        "schedule": null,
        "team": null,
        "users": null,
        "schedules": null
      }
    ],
    "teams": [
      {
        "id": null,
        "name": null
      }
    ],
    "repeating": true,
    "frequency": 1
  }
}