ilert · Example Payload

Get Alerts Count

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

Get Alerts Count 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 the alert count matching the specified criteria.",
  "description": "",
  "method": "GET",
  "path": "/alerts/count",
  "parameters": {
    "states": [
      "PENDING"
    ],
    "sources": [
      1
    ],
    "responders": [
      "string"
    ],
    "from": "string",
    "until": "string"
  },
  "request_body": null,
  "response": {
    "count": 1
  }
}