ilert · Example Payload

Get Escalation Policies

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

Get Escalation Policies 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": "List escalation policies.",
  "description": "",
  "method": "GET",
  "path": "/escalation-policies",
  "parameters": {
    "start-index": 1,
    "max-results": 1
  },
  "request_body": null,
  "response": [
    {
      "id": 1,
      "name": "string",
      "escalationRules": [
        null
      ],
      "teams": [
        null
      ],
      "repeating": true,
      "frequency": 1
    }
  ]
}