ilert · Example Payload

Get Alert Sources

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

Get Alert Sources 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 alert sources.",
  "description": "",
  "method": "GET",
  "path": "/alert-sources",
  "parameters": {
    "start-index": 1,
    "max-results": 1
  },
  "request_body": null,
  "response": [
    {
      "id": 1,
      "teams": [
        null
      ],
      "name": "string",
      "iconUrl": "string",
      "lightIconUrl": "string",
      "darkIconUrl": "string"
    }
  ]
}