/pagerduty-operations | Type: Application | PCID required: Yes
Tools
pagerduty_operations_create_schedule
Create a schedule Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
overflow | boolean | No | — | Any on-call schedule entries that pass the date range bounds will be truncated at the bounds, unless the parameter overflow=true is passed. This parameter defaults to false. For instance, if your schedule is a rotation that changes daily at midnight UTC, and your date range is from 2011-06-01T10:00:00Z to 2011-06-01T14:00:00Z: - If you don’t pass the overflow=true parameter, you will get one schedule entry returned with a start of 2011-06-01T10:00:00Z and end of 2011-06-01T14:00:00Z. - If you do pass the overflow=true parameter, you will get one schedule entry returned with a start of 2011-06-01T00:00:00Z and end of 2011-06-02T00:00:00Z. |
schedule | object | Yes | — | The schedule value |
pagerduty_operations_create_schedule_override
Create one or more overrides Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
overrides | any[] | No | — | The overrides value |
pagerduty_operations_create_status_page_post
Create a Status Page Post Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
post | object | Yes | — | Request schema for creating/updating a given Status Page Post resource. |
pagerduty_operations_create_status_page_post_update
Create a Status Page Post Update Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
post_id | string | Yes | — | The ID of the Status Page Post. |
post_update | object | Yes | — | Attributes for Post Update creation/update |
pagerduty_operations_create_team
Create a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
team | object | Yes | — | The team value |
pagerduty_operations_delete_team
Delete a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
reassignment_team | string | No | — | Team to reassign unresolved incident to. If an unresolved incident exists on both the reassignment team and the team being deleted, a duplicate will not be made. If not supplied, unresolved incidents will be made account-level. |
id | string | Yes | — | The ID of the resource. |
pagerduty_operations_delete_team_user
Remove a user from a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
user_id | string | Yes | — | The user ID on the team. |
pagerduty_operations_get_current_user
Get the current user Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
include | string | No | — | Array of additional Models to include in response. |
pagerduty_operations_get_schedule
Get a schedule Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
time_zone | string | No | — | Time zone in which results will be rendered. This will default to the schedule’s time zone. |
since | string | No | — | The start of the date range over which you want to show schedule entries. Defaults to 2 weeks before until if an until is given. Optional parameter. When provided with include[] for schedule types, populates the rendered_schedule_entries fields in the response. |
until | string | No | — | The end of the date range over which you want to show schedule entries. Defaults to 2 weeks after since if a since is given. Optional parameter. When provided with include[] for schedule types, populates the rendered_schedule_entries fields in the response. |
overflow | boolean | No | — | Any on-call schedule entries that pass the date range bounds will be truncated at the bounds, unless the parameter overflow=true is passed. This parameter defaults to false. For instance, if your schedule is a rotation that changes daily at midnight UTC, and your date range is from 2011-06-01T10:00:00Z to 2011-06-01T14:00:00Z: - If you don’t pass the overflow=true parameter, you will get one schedule entry returned with a start of 2011-06-01T10:00:00Z and end of 2011-06-01T14:00:00Z. - If you do pass the overflow=true parameter, you will get one schedule entry returned with a start of 2011-06-01T00:00:00Z and end of 2011-06-02T00:00:00Z. |
include_next_oncall_for_user | string | No | — | Specify an user_id, and the schedule list API will return information about this user’s next on-call. |
id | string | Yes | — | The ID of the resource. |
pagerduty_operations_get_status_page_post
Get a Status Page Post Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
post_id | string | Yes | — | The ID of the Status Page Post. |
include | string[] | No | — | Array of additional Models to include in response. |
pagerduty_operations_get_team
Get a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
include | string | No | — | Array of additional Models to include in response. |
pagerduty_operations_get_user
Get a user Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
include | string | No | — | Array of additional Models to include in response. |
pagerduty_operations_list_on_calls
List all of the on-calls Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
time_zone | string | No | — | Time zone in which results will be rendered. This will default to the account time zone. |
limit | integer | No | — | The number of results per page. |
offset | integer | No | — | Offset to start pagination search results. |
total | boolean | No | — | By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated. See our Pagination Docs for more information. |
include | string | No | — | Array of additional details to include. |
user_ids | string[] | No | — | Filters the results, showing only on-calls for the specified user IDs. |
escalation_policy_ids | string[] | No | — | Filters the results, showing only on-calls for the specified escalation policy IDs. |
schedule_ids | string[] | No | — | Filters the results, showing only on-calls for the specified schedule IDs. If null is provided in the array, it includes permanent on-calls due to direct user escalation targets. |
since | string | No | — | The start of the time range over which you want to search. If an on-call period overlaps with the range, it will be included in the result. Defaults to current time. On-call shifts are limited to 90 days in the future. |
until | string | No | — | The end of the time range over which you want to search. If an on-call period overlaps with the range, it will be included in the result. Defaults to current time. On-call shifts are limited to 90 days in the future, and the until time cannot be before the since time. |
earliest | boolean | No | — | This will filter on-calls such that only the earliest on-call for each combination of escalation policy, escalation level, and user is returned. This is useful for determining when the “next” on-calls are for a given set of filters. |
pagerduty_operations_list_schedule_overrides
List overrides Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
since | string | Yes | — | The start of the date range over which you want to search. |
until | string | Yes | — | The end of the date range over which you want to search. |
editable | boolean | No | — | When this parameter is present, only editable overrides will be returned. The result will only include the id of the override if this parameter is present. Only future overrides are editable. |
overflow | boolean | No | — | Any on-call schedule entries that pass the date range bounds will be truncated at the bounds, unless the parameter overflow=true is passed. This parameter defaults to false. |
pagerduty_operations_list_schedule_users
List users on call. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
since | string | No | — | The start of the date range over which you want to search. |
until | string | No | — | The end of the date range over which you want to search. |
pagerduty_operations_list_schedules
List schedules Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The number of results per page. |
offset | integer | No | — | Offset to start pagination search results. |
total | boolean | No | — | By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated. See our Pagination Docs for more information. |
query | string | No | — | Filters the result, showing only the records whose name matches the query. |
include | string | No | — | Array of additional details to include. |
time_zone | string | No | — | Time zone in which results will be rendered. This will default to the current user’s time zone and then the account’s time zone. |
include_next_oncall_for_user | string | No | — | Specify an user_id, and the schedule list API will return information about this user’s next on-call. |
since | string | No | — | The start of the date range over which you want to show schedule entries. Defaults to 2 weeks before until if an until is given. Optional parameter. When provided with include[] for schedule types, populates the rendered_schedule_entries fields in the response. |
until | string | No | — | The end of the date range over which you want to show schedule entries. Defaults to 2 weeks after since if a since is given. Optional parameter. When provided with include[] for schedule types, populates the rendered_schedule_entries fields in the response. |
pagerduty_operations_list_status_page_impacts
List Status Page Impacts Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
post_type | string | No | — | Filter by Post type. |
pagerduty_operations_list_status_page_post_updates
List Status Page Post Updates Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
post_id | string | Yes | — | The ID of the Status Page Post. |
reviewed_status | string | No | — | Filter by the reviewed status of the Post Update to retrieve. |
pagerduty_operations_list_status_page_severities
List Status Page Severities Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
post_type | string | No | — | Filter by Post type. |
pagerduty_operations_list_status_page_statuses
List Status Page Statuses Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
post_type | string | No | — | Filter by Post type. |
pagerduty_operations_list_status_pages
List Status Pages Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
status_page_type | string | No | — | The type of the Status Page. |
pagerduty_operations_list_team_users
List members of a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The number of results per page. |
offset | integer | No | — | Offset to start pagination search results. |
total | boolean | No | — | By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated. See our Pagination Docs for more information. |
id | string | Yes | — | The ID of the resource. |
include | string | No | — | Array of additional Models to include in response. |
pagerduty_operations_list_teams
List teams Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | integer | No | — | The number of results per page. |
offset | integer | No | — | Offset to start pagination search results. |
total | boolean | No | — | By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated. See our Pagination Docs for more information. |
query | string | No | — | Filters the result, showing only the records whose name matches the query. |
pagerduty_operations_list_users
List users Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | No | — | Filters the result, showing only the records whose name matches the query. |
team_ids | string[] | No | — | An array of team IDs. Only results related to these teams will be returned. Account must have the teams ability to use this parameter. |
limit | integer | No | — | The number of results per page. |
offset | integer | No | — | Offset to start pagination search results. |
total | boolean | No | — | By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated. See our Pagination Docs for more information. |
include | string | No | — | Array of additional Models to include in response. |
pagerduty_operations_update_schedule
Update a schedule Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
overflow | boolean | No | — | Any on-call schedule entries that pass the date range bounds will be truncated at the bounds, unless the parameter overflow=true is passed. This parameter defaults to false. For instance, if your schedule is a rotation that changes daily at midnight UTC, and your date range is from 2011-06-01T10:00:00Z to 2011-06-01T14:00:00Z: - If you don’t pass the overflow=true parameter, you will get one schedule entry returned with a start of 2011-06-01T10:00:00Z and end of 2011-06-01T14:00:00Z. - If you do pass the overflow=true parameter, you will get one schedule entry returned with a start of 2011-06-01T00:00:00Z and end of 2011-06-02T00:00:00Z. |
schedule | object | Yes | — | The schedule value |
pagerduty_operations_update_team
Update a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
team | object | Yes | — | The team value |
pagerduty_operations_update_team_user
Add a user to a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the resource. |
user_id | string | Yes | — | The user ID on the team. |
role | string | No | — | The role of the user on the team. |

