ilert · Example Payload

Get Alert Actions

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

Get 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": "Get alert actions.",
  "description": "",
  "method": "GET",
  "path": "/alert-actions",
  "parameters": {
    "source": 1.0,
    "connector": "string",
    "start-index": 1,
    "max-results": 1
  },
  "request_body": null,
  "response": [
    {
      "id": "string",
      "alertSources": [
        null
      ],
      "connectorId": "string",
      "connectorType": "autotask",
      "name": "string",
      "createdAt": "string"
    }
  ]
}