ilert · Example Payload

Get Status Pages

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

Get Status Pages 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 status pages.",
  "description": "",
  "method": "GET",
  "path": "/status-pages",
  "parameters": {
    "start-index": 1,
    "max-results": 1,
    "include": [
      "subscribed"
    ]
  },
  "request_body": null,
  "response": [
    {
      "id": 1.0,
      "name": "string",
      "domain": "string",
      "subdomain": "string",
      "timezone": "Europe/Berlin",
      "faviconUrl": "string"
    }
  ]
}