ilert · Example Payload

Put Alerts {Id} Accept

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

Put Alerts {Id} Accept 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": "Accept the Alert.",
  "description": "",
  "method": "PUT",
  "path": "/alerts/{id}/accept",
  "parameters": {
    "id": 1.0
  },
  "request_body": null,
  "response": {
    "id": 1,
    "summary": "string",
    "details": "string",
    "reportTime": "string",
    "resolvedOn": "string",
    "status": "PENDING"
  }
}