ilert · Example Payload

Post Incident Templates

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

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