ilert · Example Payload

Get Schedules

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

Get Schedules 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 on-call schedules.",
  "description": "",
  "method": "GET",
  "path": "/schedules",
  "parameters": {
    "include": [
      "scheduleLayers"
    ],
    "start-index": 1,
    "max-results": 1
  },
  "request_body": null,
  "response": [
    {
      "id": 1,
      "name": "string",
      "timezone": "Europe/Berlin",
      "type": "STATIC",
      "scheduleLayers": [
        null
      ],
      "shifts": [
        null
      ]
    }
  ]
}