ilert · Example Payload

Get Alerts {Id} Actions

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

Get Alerts {Id} 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": "Get available actions for specified alert.",
  "description": "",
  "method": "GET",
  "path": "/alerts/{id}/actions",
  "parameters": {
    "id": 1.0
  },
  "request_body": null,
  "response": {
    "alertActionId": "string",
    "connectorId": "string",
    "type": "string",
    "name": "string",
    "iconUrl": "string",
    "history": [
      {
        "id": null,
        "alertActionId": null,
        "connectorId": null,
        "alertId": null,
        "success": null,
        "actor": null
      }
    ]
  }
}