ilert · Example Payload

Get Reports Alerts

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

Get Reports Alerts 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 alert metrics for the requested resources",
  "description": "",
  "method": "GET",
  "path": "/reports/alerts",
  "parameters": {
    "sources": 1.0,
    "policies": 1.0,
    "numbers": "string",
    "from": "string",
    "until": "string",
    "timezone": "string",
    "metric": "string",
    "group-by": "string",
    "priority": "string"
  },
  "request_body": null,
  "response": [
    [
      null
    ]
  ]
}