ilert · Example Payload

Get Reports Alerts Summary

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

Get Reports Alerts Summary 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": "Summarize a list of alert metrics",
  "description": "",
  "method": "GET",
  "path": "/reports/alerts/summary",
  "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": [
    {
      "alertSourceId": 1.0,
      "escalationPolicyId": 1.0,
      "callRoutingNumberPhoneNumber": "string",
      "count": 1.0,
      "mtta": 1.0,
      "mttr": 1.0
    }
  ]
}