ilert · Example Payload

Get Users {User Id} Notification Preferences Alerts

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

Get Users {User Id} Notification Preferences 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": "Get alert notification preferences of a user",
  "description": "",
  "method": "GET",
  "path": "/users/{user-id}/notification-preferences/alerts",
  "parameters": {
    "user-id": "string"
  },
  "request_body": null,
  "response": [
    {
      "id": 1,
      "method": "EMAIL",
      "contact": {},
      "delayMin": 1,
      "type": "LOW_PRIORITY"
    }
  ]
}