ilert · Example Payload

Delete Alerts {Id} Responders {User Id}

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

Delete Alerts {Id} Responders {User 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": "Remove a responder from the alert.",
  "description": "",
  "method": "DELETE",
  "path": "/alerts/{id}/responders/{user-id}",
  "parameters": {
    "id": 1.0,
    "user-id": "string"
  },
  "request_body": null,
  "response": null
}