List definitions
GET {{fastly_url}}/alerts/definitions?cursor&integration_id&limit&name&service_id&sort
List all definitions for a particular customer. Definitions can be filtered by name, serviceid, and integrationid.
Authorization: Requires API token.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | Cursor value from the next_cursor field of a previous response, used to retrieve the next page. To request the first page, this should be empty. | |
integration_id | null | Filter definitions by integration. | |
limit | null | Limit how many results are returned. | |
name | null | Filter definitions by name. | |
service_id | null | Filter results based on a service_id. | |
sort | null | Sort the items by field provided ascending or descending. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |