v3

latestOpenAPI 3.0.12026-07-31240345599.7 KB
Policies

List global alert policies

List global alert policies

get/api/{cloudId}/v1/alerts/policies

Query parameters

offsetinteger

The offset parameter controls the starting point within the collection of resource results.

sizeinteger

The limit parameter controls the maximum number of items that may be returned for a single request.

Response

Returned if the request is successful.

Example response

{
  "values": [
    {
      "type": "alert",
      "id": "69291859-ed73-4396-8b74-c61a3c810cdf",
      "name": "FE Daily On-call Policy",
      "order": 1
    }
  ],
  "links": {
    "next": "/v1/alerts/policies?offset=1&size=1"
  }
}