ilert · Example Payload

Get Heartbeat Monitors

This resource uses a 'cursor' to paginate. 'start-index' has no effect here.

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

Get Heartbeat Monitors 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": "List heartbeat monitors.",
  "description": "This resource uses a 'cursor' to paginate. 'start-index' has no effect here.",
  "method": "GET",
  "path": "/heartbeat-monitors",
  "parameters": {
    "cursor": "string",
    "max-results": 1,
    "include": [
      "integrationKey"
    ]
  },
  "request_body": null,
  "response": [
    {
      "id": 1,
      "name": "string",
      "state": "UNKNOWN",
      "intervalSec": 1,
      "alertSummary": "string",
      "createdAt": "string"
    }
  ]
}