ilert · Example Payload

Get Incident Templates {Id}

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

Get Incident Templates {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 a specific incident template.",
  "description": "",
  "method": "GET",
  "path": "/incident-templates/{id}",
  "parameters": {
    "id": 1.0
  },
  "request_body": null,
  "response": {
    "id": 1.0,
    "name": "string",
    "summary": "string",
    "status": "INVESTIGATING",
    "message": "string",
    "sendNotification": true
  }
}