ilert · Example Payload

Get Users {User Id}

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

Get Users {User Id} 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 specified user.",
  "description": "",
  "method": "GET",
  "path": "/users/{user-id}",
  "parameters": {
    "user-id": "string"
  },
  "request_body": null,
  "response": {
    "id": 1,
    "firstName": "string",
    "lastName": "string",
    "email": "string",
    "timezone": "Europe/Berlin",
    "position": "string"
  }
}