priority_thresholds
Overview
Name | priority_thresholds |
Type | Resource |
Id | pagerduty.business_services.priority_thresholds |
Fields
Name | Datatype |
---|---|
id | string |
order | integer |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_business_service_priority_thresholds | SELECT | X-EARLY-ACCESS | Retrieves the priority threshold information for an account. Currently, there is a global_threshold that can be set for the account. Incidents that have a priority meeting or exceeding this threshold will be considered impacting on any Business Service that depends on the Service to which the Incident belongs.<!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |
delete_business_service_priority_thresholds | DELETE | X-EARLY-ACCESS | Clears the Priority Threshold for the account. If the priority threshold is cleared, any Incident with a Priority set will be able to impact Business Services. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |
_get_business_service_priority_thresholds | EXEC | X-EARLY-ACCESS | Retrieves the priority threshold information for an account. Currently, there is a global_threshold that can be set for the account. Incidents that have a priority meeting or exceeding this threshold will be considered impacting on any Business Service that depends on the Service to which the Incident belongs.<!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |
put_business_service_priority_thresholds | EXEC | X-EARLY-ACCESS, data__global_threshold | Set the Account-level priority threshold for Business Service. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. |