Skip to main content

priority_thresholds

Overview

Namepriority_thresholds
TypeResource
Idpagerduty.business_services.priority_thresholds

Fields

NameDatatype
idstring
orderinteger

Methods

NameAccessible byRequired ParamsDescription
get_business_service_priority_thresholdsSELECTX-EARLY-ACCESSRetrieves 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_thresholdsDELETEX-EARLY-ACCESSClears 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_thresholdsEXECX-EARLY-ACCESSRetrieves 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_thresholdsEXECX-EARLY-ACCESS, data__global_thresholdSet 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.