alerting-v2
Create or replace an action policy
Spaces method and path for this operation:
<div><span class="operation-verb put">put</span> <span class="operation-path">/s/{space_id}/api/alerting/v2/action_policies/{id}</span></div>Refer to Spaces for more information.
Creates an action policy with the given identifier, or fully replaces it if one already exists.<br/><br/>[Required authorization] Route required privileges: manage_alerting-v2-action-policies AND read_alerting-v2-rules.
put/api/alerting/v2/action_policies/{id}
Path parameters
idstring required
The identifier for the action policy.
Headers
kbn-xsrfstring required
Example:true
A required header to protect against CSRF attacks
Request body
Response
Returns the replaced action policy.
Changes
Changed in 2 of the 104 revisions of this API.111
- ▲
for the
pathrequest parameterid, the minLength was increased from0to1request-parameter-min-length-increased
- ●
for the
pathrequest parameterid, the maxLength was set to150request-parameter-max-length-set
- ▲
- ○
endpoint added
endpoint-added
- ○