oncall_handoff_notification_rules
Overview
Name | oncall_handoff_notification_rules |
Type | Resource |
Id | pagerduty.users.oncall_handoff_notification_rules |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
contact_method | object | |
handoff_type | string | The type of handoff being created. |
notify_advance_in_minutes | integer | The delay before firing the rule, in minutes. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_user_handoff_notifiaction_rule | SELECT | id, oncall_handoff_notification_rule_id | Get details about a User's Handoff Notification Rule. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users.read |
get_user_handoff_notification_rules | SELECT | id | List Handoff 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. For more information see the API Concepts Document Scoped OAuth requires: users.read |
create_user_handoff_notification_rule | INSERT | id, data__oncall_handoff_notification_rule | Create a new Handoff Notification Rule. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users.write |
delete_user_handoff_notification_rule | DELETE | id, oncall_handoff_notification_rule_id | Remove a User's Handoff Notification Rule. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users.write |
_get_user_handoff_notifiaction_rule | EXEC | id, oncall_handoff_notification_rule_id | Get details about a User's Handoff Notification Rule. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users.read |
_get_user_handoff_notification_rules | EXEC | id | List Handoff 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. For more information see the API Concepts Document Scoped OAuth requires: users.read |
update_user_handoff_notification | EXEC | id, oncall_handoff_notification_rule_id, data__oncall_handoff_notification_rule | Update a User's Handoff Notification Rule. Users are members of a PagerDuty account that have the ability to interact with Incidents and other data on the account. For more information see the API Concepts Document Scoped OAuth requires: users.write |