v2

latestSwagger 2.02026-07-26109144190.4 KB
Escalation Policies

Update an escalation policy

Updates a specific escalation policy. Takes the full escalation policy steps and replaces the existing ones.

The escalation policy must not contain 'team' based escalation entries.

This API may be called a maximum of 2 times per second.

put/api-public/v1/policies/{policy}

Path parameters

policystring required

The uniquely identifying escalation policy slug. The policy slug is in the format pol-[\w\d]{16}

Headers

X-VO-Api-Idstring required

Your API ID

X-VO-Api-Keystring required

Your API Key

Request body

ignoreCustomPagingPoliciesboolean

True if this policy ignores a user's custom paging policy; this will page the on-call user via their Primary Paging Policy and ignore any custom paging policies they have set.

Response

The updated escalation policy

namestring required

The name of this escalation policy

slugstring required

A unique identifier for this escalation polcy

This slug is in the format pol-[\w\d]{16}

ignoreCustomPagingPoliciesboolean required

True if this policy ignores a user's custom paging policy; this will page the on-call user via their Primary Paging Policy and ignore any custom paging policies they have set. We recommend enabling this if the escalation policy handles high severity incidents.