ilert · Example Payload

Put Status Pages {Id}

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

Put Status Pages {Id} 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": "Update the specific status page",
  "description": "",
  "method": "PUT",
  "path": "/status-pages/{id}",
  "parameters": {
    "id": 1.0
  },
  "request_body": {
    "id": 1.0,
    "name": "string",
    "domain": "string",
    "subdomain": "string",
    "timezone": "Europe/Berlin",
    "faviconUrl": "string"
  },
  "response": {
    "id": 1.0,
    "name": "string",
    "domain": "string",
    "subdomain": "string",
    "timezone": "Europe/Berlin",
    "faviconUrl": "string"
  }
}