business_services_impacts
Overview
Name | business_services_impacts |
Type | Resource |
Id | pagerduty.incidents.business_services_impacts |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
name | string | |
additional_fields | object | |
status | string | The current impact status of the object |
type | string | The kind of object that has been impacted |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_incident_impacted_business_services | SELECT | X-EARLY-ACCESS, id | Retrieve a list of Business Services that are being impacted by the given Incident. <!-- 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_incident_impacted_business_services | EXEC | X-EARLY-ACCESS, id | Retrieve a list of Business Services that are being impacted by the given Incident. <!-- 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_incident_manual_business_service_association | EXEC | X-EARLY-ACCESS, business_service_id, id, data__relation | Change Impact of an Incident on a 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. |