status_update_notification_rules
Overview
Name | status_update_notification_rules |
Type | Resource |
Id | pagerduty.users.status_update_notification_rules |
Fields
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_user_status_update_notification_rule | SELECT | X-EARLY-ACCESS, id, status_update_notification_rule_id | Get details about a user's status update notification rule. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. <!-- 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. For more information see the API Concepts Document Scoped OAuth requires: users.read |
get_user_status_update_notification_rules | SELECT | X-EARLY-ACCESS, id | List status update notification rules of your PagerDuty user. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. <!-- 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. For more information see the API Concepts Document Scoped OAuth requires: users.read |
create_user_status_update_notification_rule | INSERT | X-EARLY-ACCESS, id, data__status_update_notification_rule | Create a new status update notification rule. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. <!-- 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. For more information see the API Concepts Document Scoped OAuth requires: users.write |
delete_user_status_update_notification_rule | DELETE | X-EARLY-ACCESS, id, status_update_notification_rule_id | Remove a user's status update notification rule. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. <!-- 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. For more information see the API Concepts Document Scoped OAuth requires: users.write |
_get_user_status_update_notification_rule | EXEC | X-EARLY-ACCESS, id, status_update_notification_rule_id | Get details about a user's status update notification rule. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. <!-- 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. For more information see the API Concepts Document Scoped OAuth requires: users.read |
_get_user_status_update_notification_rules | EXEC | X-EARLY-ACCESS, id | List status update notification rules of your PagerDuty user. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. <!-- 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. For more information see the API Concepts Document Scoped OAuth requires: users.read |
update_user_status_update_notification_rule | EXEC | X-EARLY-ACCESS, id, status_update_notification_rule_id, data__status_update_notification_rule | Update a user's status update notification rule. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. <!-- 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. For more information see the API Concepts Document Scoped OAuth requires: users.write |