List action policies
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/alerting/v2/action_policies</span></div>Refer to Spaces for more information.
Get a paginated list of action policies with optional filtering and sorting.<br/><br/>[Required authorization] Route required privileges: read_alerting-v2-action-policies.
Query parameters
The page number to return. Defaults to 1.
The number of action policies to return per page. Defaults to 20.
A text string to search across action policy fields.
Filter by enabled status. Accepts the strings true or false.
The field to sort action policies by.
The sort direction.
Response
Returns a paginated list of action policies.
Changes
Changed in 4 of the 176 revisions of this API.423
- ▲
for the
queryrequest parameterpage, the type changed fromnumbertointegerrequest-parameter-type-changed
- ▲
for the
queryrequest parameterper_page, the type changed fromnumbertointegerrequest-parameter-type-changed
- ●
for the
queryrequest parameterpage, the max was set to10000.00request-parameter-max-set
- ▲
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ●
deleted the
queryrequest parametertagsrequest-parameter-removed
- ▲
- ▲
the
//response's property type changed fromstringtoobjectfor statusresponse-property-type-changed
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
Of the 176 revisions, 20 have no diff computed.