ilert · Example Payload

Put Alert Actions {Id}

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

Put Alert Actions {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": "Update the specific alert action. (note: type cannot be changed)",
  "description": "",
  "method": "PUT",
  "path": "/alert-actions/{id}",
  "parameters": {
    "id": "string"
  },
  "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"
  }
}