ilert · Example Payload

Get Alerts {Id}

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

Get Alerts {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": "Get the alert with the specified id.",
  "description": "",
  "method": "GET",
  "path": "/alerts/{id}",
  "parameters": {
    "id": 1.0,
    "include": [
      "escalationRules"
    ]
  },
  "request_body": null,
  "response": {
    "id": 1,
    "summary": "string",
    "details": "string",
    "reportTime": "string",
    "resolvedOn": "string",
    "status": "PENDING"
  }
}