ilert · Example Payload

Post Alert Actions

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

Post Alert Actions 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 alert action.",
  "description": "",
  "method": "POST",
  "path": "/alert-actions",
  "parameters": {},
  "request_body": {
    "id": "string",
    "alertSources": [
      {
        "id": null,
        "teams": null,
        "name": null,
        "iconUrl": null,
        "lightIconUrl": null,
        "darkIconUrl": null
      }
    ],
    "connectorId": "string",
    "connectorType": "autotask",
    "name": "string",
    "createdAt": "string"
  },
  "response": {
    "id": "string",
    "alertSources": [
      {
        "id": null,
        "teams": null,
        "name": null,
        "iconUrl": null,
        "lightIconUrl": null,
        "darkIconUrl": null
      }
    ],
    "connectorId": "string",
    "connectorType": "autotask",
    "name": "string",
    "createdAt": "string"
  }
}