ilert · Example Payload

Get Alerts {Id} Suggested Responders

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

Get Alerts {Id} Suggested Responders 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 available (assignable) responders for the alert with the specified id.",
  "description": "",
  "method": "GET",
  "path": "/alerts/{id}/suggested-responders",
  "parameters": {
    "id": 1.0,
    "lang": "string"
  },
  "request_body": null,
  "response": [
    {
      "group": "SUGGESTED",
      "id": 1.0,
      "name": "string",
      "disabled": true
    }
  ]
}