ilert · Example Payload

Post Incidents

Note: depending on affected services this will publish notifications to subscribers. Use /publish-info to forecast notifications.

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

Post Incidents 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.",
  "description": "Note: depending on affected services this will publish notifications to subscribers. Use /publish-info to forecast notifications.",
  "method": "POST",
  "path": "/incidents",
  "parameters": {},
  "request_body": {
    "id": 1.0,
    "summary": "string",
    "status": "INVESTIGATING",
    "message": "string",
    "sendNotification": true,
    "createdAt": "string"
  },
  "response": {
    "id": 1.0,
    "summary": "string",
    "status": "INVESTIGATING",
    "message": "string",
    "sendNotification": true,
    "createdAt": "string"
  }
}