KosmoKrator

productivity

PagerDuty CLI for AI Agents

Use the PagerDuty CLI from KosmoKrator to call PagerDuty tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

PagerDuty CLI Setup

PagerDuty can be configured headlessly with `kosmokrator integrations:configure pagerduty`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure pagerduty --enable --read allow --write ask --json
kosmokrator integrations:doctor pagerduty --json
kosmokrator integrations:status --json

Credentials

Authentication type: API token api_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

No credentials are required.

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call pagerduty.pagerduty_associate_service_to_incident_workflow_trigger '{}' --json
Provider shortcut
kosmo integrations:pagerduty pagerduty_associate_service_to_incident_workflow_trigger '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs pagerduty --json
kosmo integrations:docs pagerduty.pagerduty_associate_service_to_incident_workflow_trigger --json
kosmo integrations:schema pagerduty.pagerduty_associate_service_to_incident_workflow_trigger --json
kosmo integrations:search "PagerDuty" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

pagerduty.pagerduty_associate_service_to_incident_workflow_trigger

Associate a Trigger and Service Associate a Service with an existing Incident Workflow Trigger Scoped OAuth requires: `incident_workflows.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_associate_service_to_incident_workflow_trigger '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_associate_service_to_incident_workflow_trigger '{}' --json

pagerduty.pagerduty_cancel_incident_responder_request

Cancel responder requests for an incident Cancel pending responder requests for the specified incident. This endpoint allows you to cancel responder requests for specified targets that are in a pending state. Only responders who have not yet joined or declined can be cancelled. This endpoint requires the account to have access to the [responder requests](https://support.pagerduty.com/main/docs/add-responders) feature. **Account Ability Requirement**: The account must have the `coordinated_responding` ability. Returns 402 Payment Required if the ability is missing. You can use the [List Abilities API](openapiv3.json/paths/~1abilities/get) to check account abilities. **State Constraints**: Only responders in the `pending` state can be cancelled. Responders who have already `joined` or `declined` are not affected (the result will indicate their current state). **User vs Escalation Policy Behavior**: - **Users**: Direct cancellation, updates state to `user_cancelled`, stops notifications - **Escalation Policies**: Stops the escalation process, updates state of all pending users from that escalation policy to `user_cancelled` and stops notifications **Result Values**: - `cancelled`: Successfully cancelled - `joined`: User already joined (not cancelled) - `declined`: User already declined (not cancelled) - `not_found`: Target not found or not part of any responder request Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_cancel_incident_responder_request '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_cancel_incident_responder_request '{}' --json

pagerduty.pagerduty_convert_service_event_rules_to_event_orchestration

Convert a Service's Event Rules into Event Orchestration Rules Convert this Service's Event Rules into functionally equivalent Event Orchestration Rules. Sending a request to this API endpoint has several effects: 1. Automatically creates Event Orchestration Rules for this Service that will behave identically as this Service's currently configured Event Rules. 2. Makes all existing Event Rules for this Service read-only. All future updates need to be made via the newly created Event Orchestration rules. Sending a request to this API endpoint will **not** change how future events will be processed. If past events for this Service have been evaluated via Event Rules then new events sent to this Service will also continue to be evaluated via the (now read-only) Event Rules. To change this Service so that new events start being evaluated via the newly created Event Orchestration Rules use the [Update the Service Orchestration active status for a Service API](https://developer.pagerduty.com/api-reference/855659be83d9e-update-the-service-orchestration-active-status-for-a-service). > ### End-of-life > Event Rules will end-of-life soon. We highly recommend that you use this API to [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_convert_service_event_rules_to_event_orchestration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_convert_service_event_rules_to_event_orchestration '{}' --json

pagerduty.pagerduty_create_addon

Install an Add-on for your account. Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI. Given a configuration containing a `src` parameter, that URL will be embedded in an `iframe` on a page that's available to users from a drop-down menu. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#add-ons) Scoped OAuth requires: `addons.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_addon '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_addon '{}' --json

pagerduty.pagerduty_create_automation_action

Create an Automation Action Create a Script, Process Automation, or Runbook Automation action

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_automation_action '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_automation_action '{}' --json

pagerduty.pagerduty_create_automation_action_invocation

Create an Invocation Invokes an Action

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_automation_action_invocation '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_automation_action_invocation '{}' --json

pagerduty.pagerduty_create_automation_action_service_assocation

Associate an Automation Action with a service

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_automation_action_service_assocation '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_automation_action_service_assocation '{}' --json

pagerduty.pagerduty_create_automation_action_team_association

Associate an Automation Action with a team

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_automation_action_team_association '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_automation_action_team_association '{}' --json

pagerduty.pagerduty_create_automation_actions_runner

Create an Automation Action runner. Create a Process Automation or a Runbook Automation runner.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_automation_actions_runner '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_automation_actions_runner '{}' --json

pagerduty.pagerduty_create_automation_actions_runner_team_association

Associate a runner with a team

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_automation_actions_runner_team_association '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_automation_actions_runner_team_association '{}' --json

pagerduty.pagerduty_create_business_service

Create a Business Service Create a new Business Service. Business services model capabilities that span multiple technical services and that may be owned by several different teams. There is a limit of 5,000 business services per account. If the limit is reached, the API will respond with an error. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#business-services) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_business_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_business_service '{}' --json

pagerduty.pagerduty_create_business_service_account_subscription

Create Business Service Account Subscription Subscribe your Account to a Business Service. Scoped OAuth requires: `subscribers.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_business_service_account_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_business_service_account_subscription '{}' --json

pagerduty.pagerduty_create_business_service_notification_subscribers

Create Business Service Subscribers Subscribe the given entities to the given Business Service. Scoped OAuth requires: `subscribers.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_business_service_notification_subscribers '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_business_service_notification_subscribers '{}' --json

pagerduty.pagerduty_create_cache_var_on_global_orch

Create a Cache Variable for a Global Event Orchestration. Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_cache_var_on_global_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_cache_var_on_global_orch '{}' --json

pagerduty.pagerduty_create_cache_var_on_service_orch

Create a Cache Variable for a Service Event Orchestration. Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_cache_var_on_service_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_cache_var_on_service_orch '{}' --json

pagerduty.pagerduty_create_change_event

Create a Change Event Sending Change Events is documented as part of the V2 Events API. See [`Send Change Event`](https://developer.pagerduty.com/api-reference/b3A6Mjc0ODI2Ng-send-change-events-to-the-pager-duty-events-api).

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_change_event '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_change_event '{}' --json

pagerduty.pagerduty_create_custom_fields_field

Create a Field <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated and only works for fields on the Base Incident Type. \ > For more flexibility, we recommend using the Incident Types endpoint: \ > [/incidents/types/{type_id_or_name}/custom_fields](openapiv3.json/paths/~1incidents~1types~1{type_id_or_name}~1custom_fields/post) Creates a new Custom Field on the Base Incident Type, along with the Field Options if provided. \ An account may have up to 10 Fields. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_custom_fields_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_custom_fields_field '{}' --json

pagerduty.pagerduty_create_custom_fields_field_option

Create a Field Option <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated and only works for fields on the Base Incident Type. \ > For more flexibility, we recommend using the Incident Types endpoint: \ > [/incidents/types/{type_id_or_name}/custom_fields/{field_id}/field_options](openapiv3.json/paths/~1incidents~1types~1{type_id_or_name}~1custom_fields~1{field_id}~1field_options/post) Create a new Field Option for a Custom Field on the Base Incident Type. Field Options may only be created for Fields that have `field_options`. A Field may have no more than 10 enabled options. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_custom_fields_field_option '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_custom_fields_field_option '{}' --json

pagerduty.pagerduty_create_custom_shifts

Create custom shifts <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Create one or more custom shifts for a schedule. Custom shifts are ad-hoc one-off coverage periods that exist outside of rotation events. Each custom shift requires exactly one assignment.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_custom_shifts '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_custom_shifts '{}' --json

pagerduty.pagerduty_create_entity_type_by_id_change_tags

Assign tags Assign existing or new tags. A Tag is applied to Escalation Policies, Teams or Users and can be used to filter them. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#tags) Scoped OAuth requires: `tags.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_entity_type_by_id_change_tags '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_entity_type_by_id_change_tags '{}' --json

pagerduty.pagerduty_create_escalation_policy

Create an escalation policy Creates a new escalation policy. At least one escalation rule must be provided. Escalation policies define which user should be alerted at which time. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#escalation-policies) Scoped OAuth requires: `escalation_policies.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_escalation_policy '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_escalation_policy '{}' --json

pagerduty.pagerduty_create_event

Create an event <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Create a new event that defines when and how users are on-call within a rotation. **Constraints:** - Maximum 5 events per rotation - Events within a rotation cannot overlap - `effective_since` must be in the future (past values are clamped to now) - All users referenced in `assignment_strategy.members` must exist and belong to the account

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_event '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_event '{}' --json

pagerduty.pagerduty_create_extension

Create an extension Create a new Extension. Extensions are representations of Extension Schema objects that are attached to Services. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#extensions) Scoped OAuth requires: `extensions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_extension '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_extension '{}' --json

pagerduty.pagerduty_create_incident

Create an Incident Create an incident synchronously without a corresponding event from a monitoring service. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.write` This API operation has operation specific rate limits. See the [Rate Limits](https://developer.pagerduty.com/docs/72d3b724589e3-rest-api-rate-limits) page for more information.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident '{}' --json

pagerduty.pagerduty_create_incident_note

Create a note on an incident Create a new note for the specified incident. An incident represents a problem or an issue that needs to be addressed and resolved. A maximum of 2000 notes can be added to an incident. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident_note '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident_note '{}' --json

pagerduty.pagerduty_create_incident_notification_subscribers

Add Notification Subscribers Subscribe the given entities to Incident Status Update Notifications. Scoped OAuth requires: `subscribers.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident_notification_subscribers '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident_notification_subscribers '{}' --json

pagerduty.pagerduty_create_incident_responder_request

Create a responder request for an incident Send a new responder request for the specified incident. This endpoint requires the account to have access to the [responder requests](https://support.pagerduty.com/main/docs/add-responders) feature. **Account Ability Requirement**: The account must have the `coordinated_responding` ability. Returns 402 Payment Required if the ability is missing. You can use the [List Abilities API](openapiv3.json/paths/~1abilities/get) to check account abilities. A user or an escalation policy can be requested. The responder targets will be notified via their high urgency notification rules, until the target user has either accepted or declined the request. Previous responder requests for a given target can be cancelled (preventing them from further notifying or escalating), with the [Cancel Responder Requests](openapiv3.json/paths/~1incidents~1{id}~1responder_requests~1cancel/put) endpoint. Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident_responder_request '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident_responder_request '{}' --json

pagerduty.pagerduty_create_incident_snooze

Snooze an incident. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident_snooze '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident_snooze '{}' --json

pagerduty.pagerduty_create_incident_status_update

Create a status update on an incident Create a new status update for the specified incident. Optionally pass `subject` and `html_message` properties in the request body to override the email notification that gets sent. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident_status_update '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident_status_update '{}' --json

pagerduty.pagerduty_create_incident_type

Create an Incident Type Create a new incident type. Incident Types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidentType) Scoped OAuth requires: `incident_types.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident_type '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident_type '{}' --json

pagerduty.pagerduty_create_incident_type_custom_field

Create a Custom Field for an Incident Type Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident_type_custom_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident_type_custom_field '{}' --json

pagerduty.pagerduty_create_incident_type_custom_field_field_options

Create a Field Option for a Custom Field Create a field option for a custom field. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident_type_custom_field_field_options '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident_type_custom_field_field_options '{}' --json

pagerduty.pagerduty_create_incident_workflow_instance

Start an Incident Workflow Instance Start an Instance of an Incident Workflow. Sometimes referred to as "triggering a workflow on an incident." An Incident Workflow is a sequence of configurable Steps and associated Triggers that can execute automated Actions for a given Incident. Scoped OAuth requires: `incident_workflows:instances.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident_workflow_instance '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident_workflow_instance '{}' --json

pagerduty.pagerduty_create_incident_workflow_trigger

Create a Trigger Create new Incident Workflow Trigger Scoped OAuth requires: `incident_workflows.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_incident_workflow_trigger '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_incident_workflow_trigger '{}' --json

pagerduty.pagerduty_create_maintenance_window

Create a maintenance window Create a new maintenance window for the specified services. No new incidents will be created for a service that is in maintenance. A Maintenance Window is used to temporarily disable one or more Services for a set period of time. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#maintenance-windows) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_maintenance_window '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_maintenance_window '{}' --json

pagerduty.pagerduty_create_oauth_client

Create an OAuth client Create a new OAuth client for webhook subscriptions. The client credentials will be validated by attempting to obtain an access token before creation. Requires admin or owner role permissions. Maximum of 10 OAuth clients per account.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_oauth_client '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_oauth_client '{}' --json

pagerduty.pagerduty_create_or_update_status_page_postmortem

Create or Update a Post Postmortem Create or Update a Postmortem for a Post by Post ID. Scoped OAuth requires: `status_pages.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_or_update_status_page_postmortem '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_or_update_status_page_postmortem '{}' --json

pagerduty.pagerduty_create_overrides

Create overrides <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Create one or more overrides for a schedule. An override temporarily replaces a scheduled on-call member with a different member for a specific time period. Each override must reference either a `rotation_id` or a `custom_shift_id` (not both). The overriding member must belong to the account. **Note:** The create response wraps the result in an `overrides` array. Single-resource endpoints (get, update) wrap in `override` (singular).

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_overrides '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_overrides '{}' --json

pagerduty.pagerduty_create_rotation

Create a rotation <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Create a new empty rotation for a schedule. After creating a rotation, add events to define the on-call pattern. **Note:** Rotations have no configuration of their own - all scheduling logic (recurrence, assignment strategy, members) is specified on events. The request body must be empty or `{}`.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_rotation '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_rotation '{}' --json

pagerduty.pagerduty_create_ruleset

Create a Ruleset Create a new Ruleset. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#rulesets) Scoped OAuth requires: `event_rules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_ruleset '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_ruleset '{}' --json

pagerduty.pagerduty_create_ruleset_event_rule

Create an Event Rule Create a new Event Rule. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#rulesets) Note: Create and Update on rules will accept 'description' or 'summary' interchangeably as an extraction action target. Get and List on rules will always return 'summary' as the target. If you are expecting 'description' please change your automation code to expect 'summary' instead. Scoped OAuth requires: `event_rules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_ruleset_event_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_ruleset_event_rule '{}' --json

pagerduty.pagerduty_create_schedule

Create a schedule Create a new on-call schedule. A Schedule determines the time periods that users are On-Call. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#schedules) Scoped OAuth requires: `schedules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_schedule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_schedule '{}' --json

pagerduty.pagerduty_create_schedule_override

Create one or more overrides, each for a specific user covering a specified time range. If you create an override on top of an existing override, the last created override will have priority. A Schedule determines the time periods that users are On-Call. Note: An older implementation of this endpoint only supported creating a single ocverride per request. That functionality is still supported, but deprecated and may be removed in the future. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#schedules) Scoped OAuth requires: `schedules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_schedule_override '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_schedule_override '{}' --json

pagerduty.pagerduty_create_schedule_preview

Preview a schedule Preview what an on-call schedule would look like without saving it. A Schedule determines the time periods that users are On-Call. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#schedules) Scoped OAuth requires: `schedules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_schedule_preview '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_schedule_preview '{}' --json

pagerduty.pagerduty_create_schedule_v3

Create a schedule <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Create a new on-call schedule with basic metadata. Rotations and events must be added via separate API calls after creation. **Rejected fields:** `rotations` and `escalation_policies` are not accepted in the request body and will result in a 400 error.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_schedule_v3 '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_schedule_v3 '{}' --json

pagerduty.pagerduty_create_service

Create a service Create a new service. If `status` is included in the request, it must have a value of `active` when creating a new service. If a different status is required, make a second request to update the service. A service may represent an application, component, or team you wish to open incidents against. There is a limit of 25,000 services per account. If the limit is reached, the API will respond with an error. There is also a limit of 100,000 open Incidents per Service. If the limit is reached and `auto_resolve_timeout` is disabled (set to 0 or null), the `auto_resolve_timeout` property will automatically be set to 84600 (1 day). For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#services) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_service '{}' --json

pagerduty.pagerduty_create_service_custom_field

Create a Field Creates a new Custom Field for Services, along with the Field Options if provided. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_service_custom_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_service_custom_field '{}' --json

pagerduty.pagerduty_create_service_custom_field_option

Create a Field Option Create a new option for the given field. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_service_custom_field_option '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_service_custom_field_option '{}' --json

pagerduty.pagerduty_create_service_dependency

Associate service dependencies Create new dependencies between two services. Business services model capabilities that span multiple technical services and that may be owned by several different teams. A service can have a maximum of 2,000 dependencies with a depth limit of 100. If the limit is reached, the API will respond with an error. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#business-services) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_service_dependency '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_service_dependency '{}' --json

pagerduty.pagerduty_create_service_event_rule

Create an Event Rule on a Service Create a new Event Rule on a Service. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_service_event_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_service_event_rule '{}' --json

pagerduty.pagerduty_create_service_integration

Create a new integration belonging to a Service. A service may represent an application, component, or team you wish to open incidents against. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#services) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_service_integration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_service_integration '{}' --json

pagerduty.pagerduty_create_status_page_post

Create a Status Page Post Create a Post for a Status Page by Status Page ID. Scoped OAuth requires: `status_pages.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_status_page_post '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_status_page_post '{}' --json

pagerduty.pagerduty_create_status_page_post_update

Create a Status Page Post Update Create a Post Update for a Post by Post ID. Scoped OAuth requires: `status_pages.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_status_page_post_update '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_status_page_post_update '{}' --json

pagerduty.pagerduty_create_status_page_subscription

Create a Status Page Subscription Create a Subscription for a Status Page by Status Page ID. Scoped OAuth requires: `status_pages.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_status_page_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_status_page_subscription '{}' --json

pagerduty.pagerduty_create_tags

Create a tag Create a Tag. A Tag is applied to Escalation Policies, Teams or Users and can be used to filter them. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#tags) Scoped OAuth requires: `tags.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_tags '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_tags '{}' --json

pagerduty.pagerduty_create_team

Create a team Create a new Team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#teams) Scoped OAuth requires: `teams.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_team '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_team '{}' --json

pagerduty.pagerduty_create_team_notification_subscriptions

Create Team Notification Subscriptions Create new Notification Subscriptions for the given Team. Scoped OAuth requires: `subscribers.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_team_notification_subscriptions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_team_notification_subscriptions '{}' --json

pagerduty.pagerduty_create_template

Create a template Create a new template Scoped OAuth requires: `templates.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_template '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_template '{}' --json

pagerduty.pagerduty_create_user

Create a user Create a new 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_user '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_user '{}' --json

pagerduty.pagerduty_create_user_contact_method

Create a user contact method Create a new contact method for the 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:contact_methods.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_user_contact_method '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_user_contact_method '{}' --json

pagerduty.pagerduty_create_user_handoff_notification_rule

Create a User 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_user_handoff_notification_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_user_handoff_notification_rule '{}' --json

pagerduty.pagerduty_create_user_notification_rule

Create a user notification rule Create a new 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:contact_methods.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_user_notification_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_user_notification_rule '{}' --json

pagerduty.pagerduty_create_user_notification_subscriptions

Create Notification Subcriptions Create new Notification Subscriptions for the given User. Scoped OAuth requires: `subscribers.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_user_notification_subscriptions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_user_notification_subscriptions '{}' --json

pagerduty.pagerduty_create_user_status_update_notification_rule

Create a user 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. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_user_status_update_notification_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_user_status_update_notification_rule '{}' --json

pagerduty.pagerduty_create_webhook_subscription

Create a webhook subscription Creates a new webhook subscription. For more information on webhook subscriptions and how they are used to configure v3 webhooks see the [Webhooks v3 Developer Documentation](https://developer.pagerduty.com/docs/webhooks/v3-overview/). Scoped OAuth requires: `webhook_subscriptions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_webhook_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_webhook_subscription '{}' --json

pagerduty.pagerduty_create_workflow_integration_connection

Create Workflow Integration Connection Create a new Workflow Integration Connection. Scoped OAuth requires: `workflow_integrations:connections.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_create_workflow_integration_connection '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_create_workflow_integration_connection '{}' --json

pagerduty.pagerduty_delete_addon

Delete an Add-on Remove an existing Add-on. Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#add-ons) Scoped OAuth requires: `addons.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_addon '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_addon '{}' --json

pagerduty.pagerduty_delete_alert_grouping_setting

Delete an Alert Grouping Setting Delete an existing Alert Grouping Setting. The settings part of Alert Grouper service allows us to create Alert Grouping Settings and configs that are required to be used during grouping of the alerts. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_alert_grouping_setting '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_alert_grouping_setting '{}' --json

pagerduty.pagerduty_delete_automation_action

Delete an Automation Action

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_automation_action '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_automation_action '{}' --json

pagerduty.pagerduty_delete_automation_action_service_association

Disassociate an Automation Action from a service

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_automation_action_service_association '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_automation_action_service_association '{}' --json

pagerduty.pagerduty_delete_automation_action_team_association

Disassociate an Automation Action from a team

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_automation_action_team_association '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_automation_action_team_association '{}' --json

pagerduty.pagerduty_delete_automation_actions_runner

Delete an Automation Action runner

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_automation_actions_runner '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_automation_actions_runner '{}' --json

pagerduty.pagerduty_delete_automation_actions_runner_team_association

Disassociate a runner from a team Disassociates a runner from a team

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_automation_actions_runner_team_association '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_automation_actions_runner_team_association '{}' --json

pagerduty.pagerduty_delete_business_service

Delete a Business Service Delete an existing Business Service. Once the service is deleted, it will not be accessible from the web UI and new incidents won't be able to be created for this service. Business services model capabilities that span multiple technical services and that may be owned by several different teams. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#business-services) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_business_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_business_service '{}' --json

pagerduty.pagerduty_delete_business_service_priority_thresholds

Deletes the account-level priority threshold for Business Service impact Clears 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. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_business_service_priority_thresholds '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_business_service_priority_thresholds '{}' --json

pagerduty.pagerduty_delete_cache_var_on_global_orch

Delete a Cache Variable for a Global Event Orchestration. Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_cache_var_on_global_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_cache_var_on_global_orch '{}' --json

pagerduty.pagerduty_delete_cache_var_on_service_orch

Delete a Cache Variable for a Service Event Orchestration. Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_cache_var_on_service_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_cache_var_on_service_orch '{}' --json

pagerduty.pagerduty_delete_custom_fields_field

Delete a Field <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated and only works for fields on the Base Incident Type. \ > For more flexibility, we recommend using the Incident Types endpoint: \ > [/incidents/types/{type_id_or_name}/custom_fields/{field_id}](openapiv3.json/paths/~1incidents~1types~1{type_id_or_name}~1custom_fields~1{field_id}/delete) Delete a Custom Field from the Base Incident Type. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_custom_fields_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_custom_fields_field '{}' --json

pagerduty.pagerduty_delete_custom_fields_field_option

Delete a Field Option <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated and only works for fields on the Base Incident Type. \ > For more flexibility, we recommend using the Incident Types endpoint: \ > [/incidents/types/{type_id_or_name}/custom_fields/{field_id}/field_options/{field_option_id}](openapiv3.json/paths/~1incidents~1types~1{type_id_or_name}~1custom_fields~1{field_id}~1field_options~1{field_option_id}/delete) Delete a Field Option for a Custom Field on the Base Incident Type. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_custom_fields_field_option '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_custom_fields_field_option '{}' --json

pagerduty.pagerduty_delete_custom_shift

Delete a custom shift <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Delete a custom shift by ID. When the shift is not started, it deletes the shift entirely. If the shift is already started, it sets the end_time to now. It returns Bad Request when shift is already ended.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_custom_shift '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_custom_shift '{}' --json

pagerduty.pagerduty_delete_escalation_policy

Delete an escalation policy Deletes an existing escalation policy and rules. The escalation policy must not be in use by any services. Escalation policies define which user should be alerted at which time. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#escalation-policies) Scoped OAuth requires: `escalation_policies.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_escalation_policy '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_escalation_policy '{}' --json

pagerduty.pagerduty_delete_event

Delete an event <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Delete an event from a rotation.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_event '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_event '{}' --json

pagerduty.pagerduty_delete_extension

Delete an extension Delete an existing extension. Once the extension is deleted, it will not be accessible from the web UI and new incidents won't be able to be created for this extension. Extensions are representations of Extension Schema objects that are attached to Services. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#extensions) Scoped OAuth requires: `extensions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_extension '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_extension '{}' --json

pagerduty.pagerduty_delete_external_data_cache_var_data_on_global_orch

Delete Data for an External Data Cache Variable on a Global Event Orchestration Delete data for an `external_data` type Cache Variable on a Global Event Orchestration Use External Data type Cache Variables to store string, number, or boolean values via a dedicated API endpoint. These stored values can then be used in conditions or actions in Event Orchestration rules. For more information see the [Knowledge Base](https://support.pagerduty.com/main/docs/event-orchestration-cache-variables) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_external_data_cache_var_data_on_global_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_external_data_cache_var_data_on_global_orch '{}' --json

pagerduty.pagerduty_delete_external_data_cache_var_data_on_service_orch

Delete Data for an External Data Cache Variable on a Service Event Orchestration Delete Data for an `external_data` type Cache Variable on a Service Event Orchestration. Use External Data type Cache Variables to store string, number, or boolean values via a dedicated API endpoint. These stored values can then be used in conditions or actions in Event Orchestration rules. For more information see the [Knowledge Base](https://support.pagerduty.com/main/docs/event-orchestration-cache-variables) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_external_data_cache_var_data_on_service_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_external_data_cache_var_data_on_service_orch '{}' --json

pagerduty.pagerduty_delete_incident_note

Delete a note on an incident Delete an existing note for the specified incident. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_incident_note '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_incident_note '{}' --json

pagerduty.pagerduty_delete_incident_type_custom_field

Delete a Custom Field for an Incident Type Delete a custom field for an incident type. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_incident_type_custom_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_incident_type_custom_field '{}' --json

pagerduty.pagerduty_delete_incident_type_custom_field_field_option

Delete a Field Option for a Custom Field Delete a field option for a custom field. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_incident_type_custom_field_field_option '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_incident_type_custom_field_field_option '{}' --json

pagerduty.pagerduty_delete_incident_workflow

Delete an Incident Workflow Delete an existing Incident Workflow An Incident Workflow is a sequence of configurable Steps and associated Triggers that can execute automated Actions for a given Incident. Scoped OAuth requires: `incident_workflows.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_incident_workflow '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_incident_workflow '{}' --json

pagerduty.pagerduty_delete_incident_workflow_trigger

Delete a Trigger Delete an existing Incident Workflow Trigger Scoped OAuth requires: `incident_workflows.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_incident_workflow_trigger '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_incident_workflow_trigger '{}' --json

pagerduty.pagerduty_delete_maintenance_window

Delete or end a maintenance window Delete an existing maintenance window if it's in the future, or end it if it's currently on-going. If the maintenance window has already ended it cannot be deleted. A Maintenance Window is used to temporarily disable one or more Services for a set period of time. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#maintenance-windows) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_maintenance_window '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_maintenance_window '{}' --json

pagerduty.pagerduty_delete_oauth_client

Delete an OAuth client. This will also remove the OAuth client association from any webhook subscriptions using it. Requires admin or owner role permissions.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_oauth_client '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_oauth_client '{}' --json

pagerduty.pagerduty_delete_oauth_delegations

Delete all OAuth delegations as per provided query parameters. An OAuth delegation represents an instance of a user or account's authorization to an app (via OAuth) to access their PagerDuty account. Common apps include the PagerDuty mobile app, Slack, Microsoft Teams, and third-party apps. It also represents a user session in the PagerDuty web app. Deleting an OAuth delegation will revoke that instance of an app's access to that user or account. To grant access again, reauthorization/reauthentication will be required. This endpoint supports deleting mobile app OAuth delegations for a given user, which is equivalent to signing users out of the mobile app. It also supports deleting delegations of type web, which is equivalent to signing users out of the web app. This is a synchronous API. Scoped OAuth requires: `oauth_delegations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_oauth_delegations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_oauth_delegations '{}' --json

pagerduty.pagerduty_delete_orchestration

Delete an Orchestration Delete a Global Event Orchestration. Once deleted, you will no longer be able to ingest events into PagerDuty using this Orchestration's Routing Key. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_orchestration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_orchestration '{}' --json

pagerduty.pagerduty_delete_orchestration_integration

Delete an Integration for an Event Orchestration Delete an Integration and its associated Routing Key. Once deleted, PagerDuty will drop all future events sent to PagerDuty using the Routing Key. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_orchestration_integration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_orchestration_integration '{}' --json

pagerduty.pagerduty_delete_override

Delete an override <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Delete an override by ID.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_override '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_override '{}' --json

pagerduty.pagerduty_delete_rotation

Delete a rotation <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Delete a rotation and all its events. On deletion, past events are preserved in the audit history, the current active event is truncated to the deletion time, and future events are removed.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_rotation '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_rotation '{}' --json

pagerduty.pagerduty_delete_ruleset

Delete a Ruleset. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#rulesets) Scoped OAuth requires: `event_rules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_ruleset '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_ruleset '{}' --json

pagerduty.pagerduty_delete_ruleset_event_rule

Delete an Event Rule. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#rulesets) Scoped OAuth requires: `event_rules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_ruleset_event_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_ruleset_event_rule '{}' --json

pagerduty.pagerduty_delete_schedule

Delete a schedule Delete an on-call schedule. A Schedule determines the time periods that users are On-Call. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#schedules) Scoped OAuth requires: `schedules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_schedule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_schedule '{}' --json

pagerduty.pagerduty_delete_schedule_override

Delete an override Remove an override. You cannot remove a past override. If the override start time is before the current time, but the end time is after the current time, the override will be truncated to the current time. If the override is truncated, the status code will be 200 OK, as opposed to a 204 No Content for a successful delete. A Schedule determines the time periods that users are On-Call. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#schedules) Scoped OAuth requires: `schedules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_schedule_override '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_schedule_override '{}' --json

pagerduty.pagerduty_delete_schedule_v3

Delete a schedule <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Delete a schedule and all associated rotations and events. If the schedule is referenced by an active escalation policy, the deletion will be rejected.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_schedule_v3 '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_schedule_v3 '{}' --json

pagerduty.pagerduty_delete_service

Delete a service Delete an existing service. Once the service is deleted, it will not be accessible from the web UI and new incidents won't be able to be created for this service. A service may represent an application, component, or team you wish to open incidents against. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#services) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_service '{}' --json

pagerduty.pagerduty_delete_service_custom_field

Delete a Field Delete a Custom Field from Services. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_service_custom_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_service_custom_field '{}' --json

pagerduty.pagerduty_delete_service_custom_field_option

Delete a Field Option Delete a field option. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_service_custom_field_option '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_service_custom_field_option '{}' --json

pagerduty.pagerduty_delete_service_dependency

Disassociate service dependencies Disassociate dependencies between two services. Business services model capabilities that span multiple technical services and that may be owned by several different teams. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#business-services) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_service_dependency '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_service_dependency '{}' --json

pagerduty.pagerduty_delete_service_event_rule

Delete an Event Rule from a Service. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_service_event_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_service_event_rule '{}' --json

pagerduty.pagerduty_delete_service_from_incident_workflow_trigger

Dissociate a Trigger and Service Remove a an existing Service from an Incident Workflow Trigger Scoped OAuth requires: `incident_workflows.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_service_from_incident_workflow_trigger '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_service_from_incident_workflow_trigger '{}' --json

pagerduty.pagerduty_delete_session_configurations

Delete an account's session configurations. Deletes the session configurations for a PagerDuty account that was previously set. The type parameter is required and specifies which configurations to delete. A single type ('mobile' or 'web') or comma-separated list may be passed in. Scoped OAuth requires: `session_configurations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_session_configurations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_session_configurations '{}' --json

pagerduty.pagerduty_delete_sre_memory

Delete an SRE Agent memory Permanently delete an SRE Agent memory. Scoped OAuth requires: `sre_agent.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_sre_memory '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_sre_memory '{}' --json

pagerduty.pagerduty_delete_status_page_post

Delete a Status Page Post Delete a Post for a Status Page by Status Page ID and Post ID. Scoped OAuth requires: `status_pages.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_status_page_post '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_status_page_post '{}' --json

pagerduty.pagerduty_delete_status_page_post_update

Delete a Status Page Post Update Delete a Post Update for a Post by Post ID and Post Update ID. Scoped OAuth requires: `status_pages.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_status_page_post_update '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_status_page_post_update '{}' --json

pagerduty.pagerduty_delete_status_page_postmortem

Delete a Post Postmortem Delete a Postmortem for a Post by Post ID. Scoped OAuth requires: `status_pages.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_status_page_postmortem '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_status_page_postmortem '{}' --json

pagerduty.pagerduty_delete_status_page_subscription

Delete a Status Page Subscription Delete a Subscription for a Status Page by Status Page ID and Subscription ID. Scoped OAuth requires: `status_pages.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_status_page_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_status_page_subscription '{}' --json

pagerduty.pagerduty_delete_tag

Delete a tag Remove an existing Tag. A Tag is applied to Escalation Policies, Teams or Users and can be used to filter them. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#tags) Scoped OAuth requires: `tags.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_tag '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_tag '{}' --json

pagerduty.pagerduty_delete_team

Delete a team Remove an existing team. Succeeds only if the team has no associated Escalation Policies, Services, Schedules and Subteams. All associated unresovled incidents will be reassigned to another team (if specified) or will loose team association, thus becoming account-level (with visibility implications). Note that the incidents reassignment process is asynchronous and has no guarantee to complete before the API call return. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#teams) Scoped OAuth requires: `teams.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_team '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_team '{}' --json

pagerduty.pagerduty_delete_team_escalation_policy

Remove an escalation policy from a team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#teams) Scoped OAuth requires: `teams.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_team_escalation_policy '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_team_escalation_policy '{}' --json

pagerduty.pagerduty_delete_team_user

Remove a user from a team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#teams) Scoped OAuth requires: `teams.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_team_user '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_team_user '{}' --json

pagerduty.pagerduty_delete_template

Delete a template Delete a specific of templates on the account Scoped OAuth requires: `templates.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_template '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_template '{}' --json

pagerduty.pagerduty_delete_user

Delete a user Remove an existing user. Returns 400 if the user has assigned incidents unless your [pricing plan](https://www.pagerduty.com/pricing) has the `offboarding` feature and the account is [configured](https://support.pagerduty.com/docs/offboarding#section-additional-configurations) appropriately. Note that the incidents reassignment process is asynchronous and has no guarantee to complete before the api call return. [*Learn more about `offboarding` feature*](https://support.pagerduty.com/docs/offboarding). 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_user '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_user '{}' --json

pagerduty.pagerduty_delete_user_contact_method

Delete a user's contact method Remove a user's contact method. 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:contact_methods.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_user_contact_method '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_user_contact_method '{}' --json

pagerduty.pagerduty_delete_user_handoff_notification_rule

Delete a User's Handoff Notification rule 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_user_handoff_notification_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_user_handoff_notification_rule '{}' --json

pagerduty.pagerduty_delete_user_notification_rule

Delete a user's notification rule Remove a user's 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:contact_methods.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_user_notification_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_user_notification_rule '{}' --json

pagerduty.pagerduty_delete_user_session

Delete a user's session <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated as OAuth token revocation is now synchronous. Please use the [DELETE /oauth_delegations endpoint](https://developer.pagerduty.com/api-reference/ad1161db75db1-delete-all-o-auth-delegations) instead. Delete a user's session. Beginning November 2021, user sessions no longer includes newly issued OAuth tokens. 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:sessions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_user_session '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_user_session '{}' --json

pagerduty.pagerduty_delete_user_sessions

Delete all user sessions <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated as OAuth token revocation is now synchronous. Please use the [DELETE /oauth_delegations endpoint](https://developer.pagerduty.com/api-reference/ad1161db75db1-delete-all-o-auth-delegations) instead. Delete all user sessions. Beginning November 2021, user sessions no longer includes newly issued OAuth tokens. If you are interested in deleting mobile app sessions, refer to the Delete OAuth Delegations endpoint. 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:sessions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_user_sessions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_user_sessions '{}' --json

pagerduty.pagerduty_delete_user_status_update_notification_rule

Delete a user's status update notification rule 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. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_user_status_update_notification_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_user_status_update_notification_rule '{}' --json

pagerduty.pagerduty_delete_webhook_subscription

Delete a webhook subscription Deletes a webhook subscription. Scoped OAuth requires: `webhook_subscriptions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_webhook_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_webhook_subscription '{}' --json

pagerduty.pagerduty_delete_workflow_integration_connection

Delete Workflow Integration Connection Delete a Workflow Integration Connection. Scoped OAuth requires: `workflow_integrations:connections.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_delete_workflow_integration_connection '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_delete_workflow_integration_connection '{}' --json

pagerduty.pagerduty_enable_extension

Enable an extension that is temporarily disabled. (This API does not require a request body.) Extensions are representations of Extension Schema objects that are attached to Services. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#extensions) Scoped OAuth requires: `extensions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_enable_extension '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_enable_extension '{}' --json

pagerduty.pagerduty_enable_webhook_subscription

Enable a webhook subscription that is temporarily disabled. (This API does not require a request body.) Webhook subscriptions can become temporarily disabled when the subscription's delivery method is repeatedly rejected by the server. Scoped OAuth requires: `webhook_subscriptions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_enable_webhook_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_enable_webhook_subscription '{}' --json

pagerduty.pagerduty_get_ability

Test an ability Test whether your account has a given ability. "Abilities" describes your account's capabilities by feature name. For example `"teams"`. An ability may be available to your account based on things like your pricing plan or account state. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#abilities) Scoped OAuth requires: `abilities.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_ability '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_ability '{}' --json

pagerduty.pagerduty_get_addon

Get an Add-on Get details about an existing Add-on. Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#add-ons) Scoped OAuth requires: `addons.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_addon '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_addon '{}' --json

pagerduty.pagerduty_get_alert_grouping_setting

Get an Alert Grouping Setting Get an existing Alert Grouping Setting. The settings part of Alert Grouper service allows us to create Alert Grouping Settings and configs that are required to be used during grouping of the alerts. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_alert_grouping_setting '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_alert_grouping_setting '{}' --json

pagerduty.pagerduty_get_all_automation_actions

List Automation Actions Lists Automation Actions matching provided query params. The returned records are sorted by action name in alphabetical order. See [`Cursor-based pagination`](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for instructions on how to paginate through the result set.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_all_automation_actions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_all_automation_actions '{}' --json

pagerduty.pagerduty_get_analytics_incident_responses_by_id

Get raw responses from a single incident Provides enriched responder data for a single incident. Example metrics include Time to Respond, Responder Type, and Response Status. See metric definitions below. <!-- theme: info --> > **Note:** Analytics data is updated once per day. It takes up to 24 hours before new incident responses appear in the Analytics API. Scoped OAuth requires: `analytics.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_incident_responses_by_id '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_incident_responses_by_id '{}' --json

pagerduty.pagerduty_get_analytics_incidents

Get raw data - multiple incidents Provides enriched incident data and metrics for multiple incidents. Example metrics include Seconds to Resolve, Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#incidents-list). <!-- theme: info --> > A `team_ids` or `service_ids` filter is required for [user-level API keys](https://support.pagerduty.com/docs/using-the-api#section-generating-a-personal-rest-api-key) or keys generated through an OAuth flow. Account-level API keys do not have this requirement. <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_incidents '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_incidents '{}' --json

pagerduty.pagerduty_get_analytics_incidents_by_id

Get raw data - single incident Provides enriched incident data and metrics for a single incident. Example metrics include Seconds to Resolve, Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#incidents-list). <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_incidents_by_id '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_incidents_by_id '{}' --json

pagerduty.pagerduty_get_analytics_metrics_incidents_all

Get aggregated incident data Provides aggregated enriched metrics for incidents. The provided metrics are aggregated by day, week, month using the aggregate_unit parameter, or for the entire period if no aggregate_unit is provided. <!-- theme: info --> > A `team_ids` or `service_ids` filter is required for [user-level API keys](https://support.pagerduty.com/docs/using-the-api#section-generating-a-personal-rest-api-key) or keys generated through an OAuth flow. Account-level API keys do not have this requirement. <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_incidents_all '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_incidents_all '{}' --json

pagerduty.pagerduty_get_analytics_metrics_incidents_escalation_policy

Get aggregated escalation policy data Provides aggregated metrics for incidents aggregated into units of time by escalation policy. Example metrics include Seconds to Resolve, Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#escalation-policy-list). <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_incidents_escalation_policy '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_incidents_escalation_policy '{}' --json

pagerduty.pagerduty_get_analytics_metrics_incidents_escalation_policy_all

Get aggregated metrics for all escalation policies Provides aggregated metrics across all escalation policies. Example metrics include Seconds to Resolve, Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#escalation-policy-list). <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_incidents_escalation_policy_all '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_incidents_escalation_policy_all '{}' --json

pagerduty.pagerduty_get_analytics_metrics_incidents_service

Get aggregated service data Provides aggregated metrics for incidents aggregated into units of time by service. Example metrics include Seconds to Resolve, Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#services-list). Data can be aggregated by day, week or month in addition to by service, or provided just as a collection of aggregates for each service in the dataset for the entire period. If a unit is provided, each row in the returned dataset will include a 'range_start' timestamp. <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_incidents_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_incidents_service '{}' --json

pagerduty.pagerduty_get_analytics_metrics_incidents_service_all

Get aggregated metrics for all services Provides aggregated metrics across all services. Example metrics include Seconds to Resolve, Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#services-list). <!-- theme: info --> > A `team_ids` or `service_ids` filter is required for [user-level API keys](https://support.pagerduty.com/docs/using-the-api#section-generating-a-personal-rest-api-key) or keys generated through an OAuth flow. Account-level API keys do not have this requirement. <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_incidents_service_all '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_incidents_service_all '{}' --json

pagerduty.pagerduty_get_analytics_metrics_incidents_team

Get aggregated team data Provides aggregated metrics for incidents aggregated into units of time by team. Example metrics include Seconds to Resolve, Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#teams-list). Data can be aggregated by day, week or month in addition to by team, or provided just as a collection of aggregates for each team in the dataset for the entire period. If a unit is provided, each row in the returned dataset will include a 'range_start' timestamp. <!-- theme: info --> > A `team_ids` or `service_ids` filter is required for [user-level API keys](https://support.pagerduty.com/docs/using-the-api#section-generating-a-personal-rest-api-key) or keys generated through an OAuth flow. Account-level API keys do not have this requirement. <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_incidents_team '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_incidents_team '{}' --json

pagerduty.pagerduty_get_analytics_metrics_incidents_team_all

Get aggregated metrics for all teams Provides aggregated metrics across all teams. Example metrics include Seconds to Resolve, Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#teams-list). <!-- theme: info --> > A `team_ids` or `service_ids` filter is required for [user-level API keys](https://support.pagerduty.com/docs/using-the-api#section-generating-a-personal-rest-api-key) or keys generated through an OAuth flow. Account-level API keys do not have this requirement. <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_incidents_team_all '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_incidents_team_all '{}' --json

pagerduty.pagerduty_get_analytics_metrics_pd_advance_usage_features

Get aggregated PD Advance usage data Provides aggregated metrics for the usage of PD Advance. <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_pd_advance_usage_features '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_pd_advance_usage_features '{}' --json

pagerduty.pagerduty_get_analytics_metrics_responders_all

Get aggregated metrics for all responders Provides aggregated incident metrics for all selected responders. Example metrics include Seconds to Resolve, Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#responders-list). <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_responders_all '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_responders_all '{}' --json

pagerduty.pagerduty_get_analytics_metrics_responders_team

Get responder data aggregated by team Provides incident metrics aggregated by responder. Example metrics include Seconds to Resolve, Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#responders-list). <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_responders_team '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_responders_team '{}' --json

pagerduty.pagerduty_get_analytics_metrics_users_all

Get aggregated metrics for all users Provides aggregated metrics across all users within their account. This endpoint provides summary statistics about user activity and performance. <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_metrics_users_all '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_metrics_users_all '{}' --json

pagerduty.pagerduty_get_analytics_responder_incidents

Get raw incidents for a single responder_id Provides enriched incident data and metrics for a specific responder. Example metrics include Mean Seconds to Resolve, Mean Seconds to Engage, Snoozed Seconds, and Sleep Hour Interruptions. Metric definitions can be found in our [Knowledge Base](https://support.pagerduty.com/docs/insights#incidents-list). <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new incidents appear in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_responder_incidents '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_responder_incidents '{}' --json

pagerduty.pagerduty_get_analytics_users

Get raw user analytics data Allows users to retrieve a raw list of user analytics data within their account. This endpoint provides detailed data about user activity and account configuration. <!-- theme: info --> > **Note:** Analytics data is updated [periodically](https://support.pagerduty.com/main/docs/insights#:~:text=Data%20Update%20Schedule). It takes up to 24 hours before new user data appears in the Analytics API. Scoped OAuth requires: `analytics.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_analytics_users '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_analytics_users '{}' --json

pagerduty.pagerduty_get_automation_action

Get an Automation Action

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_automation_action '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_automation_action '{}' --json

pagerduty.pagerduty_get_automation_actions_action_service_association

Get the details of an Automation Action / service relation Gets the details of a Automation Action / service relation

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_automation_actions_action_service_association '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_automation_actions_action_service_association '{}' --json

pagerduty.pagerduty_get_automation_actions_action_service_associations

Get all service references associated with an Automation Action Gets all service references associated with an Automation Action

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_automation_actions_action_service_associations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_automation_actions_action_service_associations '{}' --json

pagerduty.pagerduty_get_automation_actions_action_team_association

Get the details of an Automation Action / team relation Gets the details of an Automation Action / team relation

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_automation_actions_action_team_association '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_automation_actions_action_team_association '{}' --json

pagerduty.pagerduty_get_automation_actions_action_team_associations

Get all team references associated with an Automation Action Gets all team references associated with an Automation Action

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_automation_actions_action_team_associations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_automation_actions_action_team_associations '{}' --json

pagerduty.pagerduty_get_automation_actions_invocation

Get an Invocation Get an Automation Action Invocation

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_automation_actions_invocation '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_automation_actions_invocation '{}' --json

pagerduty.pagerduty_get_automation_actions_runner

Get an Automation Action runner

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_automation_actions_runner '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_automation_actions_runner '{}' --json

pagerduty.pagerduty_get_automation_actions_runner_team_association

Get the details of a runner / team relation Gets the details of a runner / team relation

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_automation_actions_runner_team_association '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_automation_actions_runner_team_association '{}' --json

pagerduty.pagerduty_get_automation_actions_runner_team_associations

Get all team references associated with a runner Gets all team references associated with a runner

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_automation_actions_runner_team_associations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_automation_actions_runner_team_associations '{}' --json

pagerduty.pagerduty_get_automation_actions_runners

List Automation Action runners Lists Automation Action runners matching provided query params. The returned records are sorted by runner name in alphabetical order. See [`Cursor-based pagination`](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for instructions on how to paginate through the result set.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_automation_actions_runners '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_automation_actions_runners '{}' --json

pagerduty.pagerduty_get_business_service

Get a Business Service Get details about an existing Business Service. Business services model capabilities that span multiple technical services and that may be owned by several different teams. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#business-services) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_business_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_business_service '{}' --json

pagerduty.pagerduty_get_business_service_impacts

List Business Services sorted by impacted status Retrieve a list top-level Business Services sorted by highest Impact with `status` included. When called without the `ids[]` parameter, this endpoint does not return an exhaustive list of Business Services but rather provides access to the most impacted up to the limit of 200. The returned Business Services are sorted first by Impact, secondarily by most recently impacted, and finally by name. To get impact information about a specific set of Business Services, use the `ids[]` parameter. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_business_service_impacts '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_business_service_impacts '{}' --json

pagerduty.pagerduty_get_business_service_priority_thresholds

Get the global priority threshold for a Business Service to be considered impacted by an Incident Retrieves 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. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_business_service_priority_thresholds '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_business_service_priority_thresholds '{}' --json

pagerduty.pagerduty_get_business_service_service_dependencies

Get Business Service dependencies Get all immediate dependencies of any Business Service. Business Services model capabilities that span multiple technical services and that may be owned by several different teams. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#business-services) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_business_service_service_dependencies '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_business_service_service_dependencies '{}' --json

pagerduty.pagerduty_get_business_service_subscribers

List Business Service Subscribers Retrieve a list of Notification Subscribers on the Business Service. <!-- theme: warning --> > Users must be added through `POST /business_services/{id}/subscribers` to be returned from this endpoint. Scoped OAuth requires: `subscribers.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_business_service_subscribers '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_business_service_subscribers '{}' --json

pagerduty.pagerduty_get_business_service_supporting_service_impacts

List the supporting Business Services for the given Business Service Id, sorted by impacted status. Retrieve of Business Services that support the given Business Service sorted by highest Impact with `status` included. This endpoint does not return an exhaustive list of Business Services but rather provides access to the most impacted up to the limit of 200. The returned Business Services are sorted first by Impact, secondarily by most recently impacted, and finally by name. To get impact information about a specific set of Business Services, use the `ids[]` parameter on the `/business_services/impacts` endpoint. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_business_service_supporting_service_impacts '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_business_service_supporting_service_impacts '{}' --json

pagerduty.pagerduty_get_business_service_top_level_impactors

List Impactors affecting Business Services Retrieve a list of Impactors for the top-level Business Services on the account. Impactors are currently limited to Incidents. This endpoint does not return an exhaustive list of Impactors but rather provides access to the highest priority Impactors for the Business Services in question up to the limit of 200. To get Impactors for a specific set of Business Services, use the `ids[]` parameter. The returned Impactors are sorted first by priority and secondarily by their creation date. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_business_service_top_level_impactors '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_business_service_top_level_impactors '{}' --json

pagerduty.pagerduty_get_cache_var_on_global_orch

Get a Cache Variable for a Global Event Orchestration. Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_cache_var_on_global_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_cache_var_on_global_orch '{}' --json

pagerduty.pagerduty_get_cache_var_on_service_orch

Get a Cache Variable for a Service Event Orchestration. Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_cache_var_on_service_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_cache_var_on_service_orch '{}' --json

pagerduty.pagerduty_get_change_event

Get a Change Event Get details about an existing Change Event. Scoped OAuth requires: `change_events.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_change_event '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_change_event '{}' --json

pagerduty.pagerduty_get_current_user

Get the current user Get details about the current user. This endpoint can only be used with a [user-level API key](https://support.pagerduty.com/docs/using-the-api#section-generating-a-personal-rest-api-key) or a key generated through an OAuth flow. This will not work if the request is made with an account-level access token. 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](../../api-reference/a47605517c19a-api-concepts#users)

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_current_user '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_current_user '{}' --json

pagerduty.pagerduty_get_custom_fields_field

Get a Field <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated and only works for fields on the Base Incident Type. \ > For more flexibility, we recommend using the Incident Types endpoint: \ > [/incidents/types/{type_id_or_name}/custom_fields/{field_id}](openapiv3.json/paths/~1incidents~1types~1{type_id_or_name}~1custom_fields~1{field_id}/get) Show detailed information about a Custom Field on the Base Incident Type. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_custom_fields_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_custom_fields_field '{}' --json

pagerduty.pagerduty_get_custom_shift

Get a custom shift <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Retrieve a single custom shift by ID.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_custom_shift '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_custom_shift '{}' --json

pagerduty.pagerduty_get_entity_type_by_id_tags

Get tags for entities Get related tags for Users, Teams or Escalation Policies. A Tag is applied to Escalation Policies, Teams or Users and can be used to filter them. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#tags) Scoped OAuth requires: `tags.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_entity_type_by_id_tags '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_entity_type_by_id_tags '{}' --json

pagerduty.pagerduty_get_escalation_policy

Get an escalation policy Get information about an existing escalation policy and its rules. Escalation policies define which user should be alerted at which time. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#escalation-policies) Scoped OAuth requires: `escalation_policies.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_escalation_policy '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_escalation_policy '{}' --json

pagerduty.pagerduty_get_event

Get an event <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Retrieve a specific event by ID.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_event '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_event '{}' --json

pagerduty.pagerduty_get_extension

Get an extension Get details about an existing extension. Extensions are representations of Extension Schema objects that are attached to Services. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#extensions) Scoped OAuth requires: `extensions.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_extension '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_extension '{}' --json

pagerduty.pagerduty_get_extension_schema

Get an extension vendor Get details about one specific extension vendor. A PagerDuty extension vendor represents a specific type of outbound extension such as Generic Webhook, Slack, ServiceNow. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#extension-schemas) Scoped OAuth requires: `extension_schemas.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_extension_schema '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_extension_schema '{}' --json

pagerduty.pagerduty_get_external_data_cache_var_data_on_global_orch

Get Data for an External Data Cache Variable on a Global Event Orchestration Get the data for an `external_data` type Cache Variable on a Global Orchestration. Use External Data type Cache Variables to store string, number, or boolean values via a dedicated API endpoint. These stored values can then be used in conditions or actions in Event Orchestration rules. For more information see the [Knowledge Base](https://support.pagerduty.com/main/docs/event-orchestration-cache-variables) Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_external_data_cache_var_data_on_global_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_external_data_cache_var_data_on_global_orch '{}' --json

pagerduty.pagerduty_get_external_data_cache_var_data_on_service_orch

Get Data for an External Data Cache Variable on a Service Event Orchestration Get the data for an `external_data` type Cache Variable for a Service Event Orchestration. Use External Data type Cache Variables to store string, number, or boolean values via a dedicated API endpoint. These stored values can then be used in conditions or actions in Event Orchestration rules. For more information see the [Knowledge Base](https://support.pagerduty.com/main/docs/event-orchestration-cache-variables) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_external_data_cache_var_data_on_service_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_external_data_cache_var_data_on_service_orch '{}' --json

pagerduty.pagerduty_get_incident

Get an incident Show detailed information about an incident. Accepts either an incident id, or an incident number. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident '{}' --json

pagerduty.pagerduty_get_incident_alert

Get an alert Show detailed information about an alert. Accepts an alert id. An incident represents a problem or an issue that needs to be addressed and resolved. When a service sends an event to PagerDuty, an alert and corresponding incident is triggered in PagerDuty. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident_alert '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident_alert '{}' --json

pagerduty.pagerduty_get_incident_field_values

Get Custom Field Values Get custom field values for an incident. <!-- theme: warning --> Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident_field_values '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident_field_values '{}' --json

pagerduty.pagerduty_get_incident_impacted_business_services

List Business Services impacted by the given Incident Retrieve a list of Business Services that are being impacted by the given Incident. Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident_impacted_business_services '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident_impacted_business_services '{}' --json

pagerduty.pagerduty_get_incident_notification_subscribers

List Notification Subscribers Retrieve a list of Notification Subscribers on the Incident. <!-- theme: warning --> > Users must be added through `POST /incident/{id}/status_updates/subscribers` to be returned from this endpoint. Scoped OAuth requires: `subscribers.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident_notification_subscribers '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident_notification_subscribers '{}' --json

pagerduty.pagerduty_get_incident_type

Get an Incident Type Get detailed information about a single incident type. Accepts either an incident type id, or an incident type name. Incident Types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incident) Scoped OAuth requires: `incident_types.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident_type '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident_type '{}' --json

pagerduty.pagerduty_get_incident_type_custom_field

Get an Incident Type Custom Field Get a custom field for an incident type. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident_type_custom_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident_type_custom_field '{}' --json

pagerduty.pagerduty_get_incident_type_custom_field_field_options

Get a Field Option on a Custom Field Get a field option on a custom field Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident_type_custom_field_field_options '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident_type_custom_field_field_options '{}' --json

pagerduty.pagerduty_get_incident_workflow

Get an Incident Workflow Get an existing Incident Workflow An Incident Workflow is a sequence of configurable Steps and associated Triggers that can execute automated Actions for a given Incident. Scoped OAuth requires: `incident_workflows.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident_workflow '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident_workflow '{}' --json

pagerduty.pagerduty_get_incident_workflow_action

Get an Action Get an Incident Workflow Action Scoped OAuth requires: `incident_workflows.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident_workflow_action '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident_workflow_action '{}' --json

pagerduty.pagerduty_get_incident_workflow_trigger

Get a Trigger Retrieve an existing Incident Workflows Trigger Scoped OAuth requires: `incident_workflows.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_incident_workflow_trigger '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_incident_workflow_trigger '{}' --json

pagerduty.pagerduty_get_log_entry

Get a log entry Get details for a specific incident log entry. This method provides additional information you can use to get at raw event data. A log of all the events that happen to an Incident, and these are exposed as Log Entries. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#log-entries) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_log_entry '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_log_entry '{}' --json

pagerduty.pagerduty_get_maintenance_window

Get a maintenance window Get an existing maintenance window. A Maintenance Window is used to temporarily disable one or more Services for a set period of time. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#maintenance-windows) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_maintenance_window '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_maintenance_window '{}' --json

pagerduty.pagerduty_get_oauth_client

Get an OAuth client Get details of a specific OAuth client by ID. Requires admin or owner role permissions.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_oauth_client '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_oauth_client '{}' --json

pagerduty.pagerduty_get_oauth_delegations_revocation_requests_status

Get OAuth delegations revocation requests status <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated as OAuth token revocation is now synchronous. Please use the [DELETE /oauth_delegations endpoint](https://developer.pagerduty.com/api-reference/ad1161db75db1-delete-all-o-auth-delegations) instead. Get the status of all OAuth delegations revocation requests for this account, specifically how many requests are still pending. As all requests are now synchronous, no pending requests will be found. This endpoint is limited to account owners and admins. Scoped OAuth requires: `oauth_delegations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_oauth_delegations_revocation_requests_status '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_oauth_delegations_revocation_requests_status '{}' --json

pagerduty.pagerduty_get_orch_active_status

Get the Service Orchestration active status for a Service Get a Service Orchestration's active status. A Service Orchestration allows you to set an active status based on whether an event will be evaluated against a service orchestration path (true) or service ruleset (false). For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_orch_active_status '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_orch_active_status '{}' --json

pagerduty.pagerduty_get_orch_path_global

Get the Global Orchestration for an Event Orchestration. Global Orchestration Rules allows you to create a set of Event Rules. These rules evaluate against all Events sent to an Event Orchestration. When a matching rule is found, it can modify and enhance the event and can route the event to another set of Global Rules within this Orchestration for further processing. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_orch_path_global '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_orch_path_global '{}' --json

pagerduty.pagerduty_get_orch_path_router

Get the Router for an Event Orchestration Get a Global Orchestration's Routing Rules. An Orchestration Router allows you to create a set of Event Rules. The Router evaluates Events you send to this Global Orchestration against each of its rules, one at a time, and routes the event to a specific Service based on the first rule that matches. If an event doesn't match any rules, it'll be sent to service specified in as the `catch_all` or the "Unrouted" Orchestration if no service is specified. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_orch_path_router '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_orch_path_router '{}' --json

pagerduty.pagerduty_get_orch_path_service

Get the Service Orchestration for a Service Get a Service Orchestration. A Service Orchestration allows you to create a set of Event Rules. The Service Orchestration evaluates Events sent to this Service against each of its rules, beginning with the rules in the "start" set. When a matching rule is found, it can modify and enhance the event and can route the event to another set of rules within this Service Orchestration for further processing. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_orch_path_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_orch_path_service '{}' --json

pagerduty.pagerduty_get_orch_path_unrouted

Get the Unrouted Orchestration for an Event Orchestration Get a Global Event Orchestration's Rules for Unrouted events. An Unrouted Orchestration allows you to create a set of Event Rules that will be evaluated against all events that don't match any rules in the Global Orchestration's Router. Events that reach the Unrouted Orchestration will never be routed to a specific Service. The Unrouted Orchestration evaluates Events sent to it against each of its rules, beginning with the rules in the "start" set. When a matching rule is found, it can modify and enhance the event and can route the event to another set of rules within this Unrouted Orchestration for further processing. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_orch_path_unrouted '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_orch_path_unrouted '{}' --json

pagerduty.pagerduty_get_orchestration

Get an Orchestration Get a Global Event Orchestration. Global Event Orchestrations allow you define a set of Global Rules and Router Rules, so that when you ingest events using the Orchestration's Routing Key your events will have actions applied via the Global Rules & then routed to the correct Service by the Router Rules, based on the event's content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_orchestration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_orchestration '{}' --json

pagerduty.pagerduty_get_orchestration_integration

Get an Integration for an Event Orchestration Get an Integration associated with this Event Orchestrations. You can use the Routing Key from this Integration to send events to PagerDuty! For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_orchestration_integration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_orchestration_integration '{}' --json

pagerduty.pagerduty_get_outlier_incident

Get Outlier Incident Gets Outlier Incident information for a given Incident on its Service. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#outlier-incident) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_outlier_incident '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_outlier_incident '{}' --json

pagerduty.pagerduty_get_override

Get an override <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Retrieve a single override by ID.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_override '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_override '{}' --json

pagerduty.pagerduty_get_past_incidents

Get Past Incidents Past Incidents returns Incidents within the past 6 months that have similar metadata and were generated on the same Service as the parent Incident. By default, 5 Past Incidents are returned. Note: This feature is currently available as part of the Event Intelligence package or Digital Operations plan only. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#past_incidents) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_past_incidents '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_past_incidents '{}' --json

pagerduty.pagerduty_get_paused_incident_report_alerts

Get Paused Incident Reporting on Alerts Returns the 5 most recent alerts that were triggered after being paused and the 5 most recent alerts that were resolved after being paused for a given reporting period (maximum 6 months lookback period). Note: This feature is currently available as part of the Event Intelligence package or Digital Operations plan only. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#paused-incident-reports) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_paused_incident_report_alerts '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_paused_incident_report_alerts '{}' --json

pagerduty.pagerduty_get_paused_incident_report_counts

Get Paused Incident Reporting counts Returns reporting counts for paused Incident usage for a given reporting period (maximum 6 months lookback period). Note: This feature is currently available as part of the Event Intelligence package or Digital Operations plan only. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#paused-incident-reports) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_paused_incident_report_counts '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_paused_incident_report_counts '{}' --json

pagerduty.pagerduty_get_post_update

Get a Status Page Post Update Get a Post Update for a Post by Post ID and Post Update ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_post_update '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_post_update '{}' --json

pagerduty.pagerduty_get_postmortem

Get a Post Postmortem Get a Postmortem for a Post by Post ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_postmortem '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_postmortem '{}' --json

pagerduty.pagerduty_get_related_incidents

Get Related Incidents Returns the 20 most recent Related Incidents that are impacting other Responders and Services. Note: This feature is currently available as part of the Event Intelligence package or Digital Operations plan only. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#related_incidents) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_related_incidents '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_related_incidents '{}' --json

pagerduty.pagerduty_get_rotation

Get a rotation <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Retrieve a rotation by ID including all its events.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_rotation '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_rotation '{}' --json

pagerduty.pagerduty_get_ruleset

Get a Ruleset. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#rulesets) Scoped OAuth requires: `event_rules.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_ruleset '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_ruleset '{}' --json

pagerduty.pagerduty_get_ruleset_event_rule

Get an Event Rule. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#rulesets) Note: Create and Update on rules will accept 'description' or 'summary' interchangeably as an extraction action target. Get and List on rules will always return 'summary' as the target. If you are expecting 'description' please change your automation code to expect 'summary' instead. Scoped OAuth requires: `event_rules.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_ruleset_event_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_ruleset_event_rule '{}' --json

pagerduty.pagerduty_get_schedule

Get a schedule Show detailed information about a schedule, including entries for each layer. Scoped OAuth requires: `schedules.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_schedule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_schedule '{}' --json

pagerduty.pagerduty_get_schedule_v3

Get a schedule <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Retrieve a schedule by ID including rotations and events. Optionally include the computed final schedule for a time range. Use `include[]=final_schedule` to get computed on-call assignments. Use `since` and `until` to specify the time range.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_schedule_v3 '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_schedule_v3 '{}' --json

pagerduty.pagerduty_get_service

Get a service Get details about an existing service. A service may represent an application, component, or team you wish to open incidents against. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#services) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_service '{}' --json

pagerduty.pagerduty_get_service_custom_field

Get a Field Show detailed information about a Custom Field for Services. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_service_custom_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_service_custom_field '{}' --json

pagerduty.pagerduty_get_service_custom_field_option

Get a Field Option Get a field option for a given field. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_service_custom_field_option '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_service_custom_field_option '{}' --json

pagerduty.pagerduty_get_service_custom_field_values

Get Custom Field Values Get custom field values for a service. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_service_custom_field_values '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_service_custom_field_values '{}' --json

pagerduty.pagerduty_get_service_event_rule

Get an Event Rule from a Service. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_service_event_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_service_event_rule '{}' --json

pagerduty.pagerduty_get_service_integration

View an integration Get details about an integration belonging to a service. A service may represent an application, component, or team you wish to open incidents against. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#services) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_service_integration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_service_integration '{}' --json

pagerduty.pagerduty_get_session_configurations

Get an account's session configurations Retrieves session configurations for a PagerDuty account. Returns an array containing the requested configurations. If a specific type is requested, the array contains one item. If no type is specified, the array contains all available configurations (mobile and web). If no configurations exist, a 404 Not Found error will be returned. A Session Configuration needs to be created before it can be retrieved and used. Scoped OAuth requires: `session_configurations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_session_configurations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_session_configurations '{}' --json

pagerduty.pagerduty_get_status_dashboard_by_id

Get a single Status Dashboard by `id` Get a Status Dashboard by its PagerDuty `id`. Scoped OAuth requires: `status_dashboards.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_status_dashboard_by_id '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_status_dashboard_by_id '{}' --json

pagerduty.pagerduty_get_status_dashboard_by_url_slug

Get a single Status Dashboard by `url_slug` Get a Status Dashboard by its PagerDuty `url_slug`. A `url_slug` is a human-readable reference for a custom Status Dashboard that may be created or changed in the UI. It will generally be a `dash-separated-string-like-this`. Scoped OAuth requires: `status_dashboards.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_status_dashboard_by_url_slug '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_status_dashboard_by_url_slug '{}' --json

pagerduty.pagerduty_get_status_dashboard_service_impacts_by_id

Get impacted Business Services for a Status Dashboard by `id`. Get impacted Business Services for a Status Dashboard by `id` This endpoint does not return an exhaustive list of Business Services but rather provides access to the most impacted on the specified Status Dashboard up to the limit of 200. The returned Business Services are sorted first by Impact, secondarily by most recently impacted, and finally by name. To get Impact information about a specific Business Service on the Status Dashboard that does not appear in the Impact-sorted response, use the `ids[]` parameter on the `/business_services/impacts` endpoint. Scoped OAuth requires: `status_dashboards.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_status_dashboard_service_impacts_by_id '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_status_dashboard_service_impacts_by_id '{}' --json

pagerduty.pagerduty_get_status_dashboard_service_impacts_by_url_slug

Get impacted Business Services for a Status Dashboard by `url_slug` Get Business Service Impacts for the Business Services on a Status Dashboard by its `url_slug`. A `url_slug` is a human-readable reference for a custom Status Dashboard that may be created or changed in the UI. It will generally be a `dash-separated-string-like-this`. This endpoint does not return an exhaustive list of Business Services but rather provides access to the most impacted on the Status Dashboard up to the limit of 200. The returned Business Services are sorted first by Impact, secondarily by most recently impacted, and finally by name. To get impact information about a specific Business Service on the Status Dashboard that does not appear in the Impact-sored response, use the `ids[]` parameter on the `/business_services/impacts` endpoint. Scoped OAuth requires: `status_dashboards.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_status_dashboard_service_impacts_by_url_slug '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_status_dashboard_service_impacts_by_url_slug '{}' --json

pagerduty.pagerduty_get_status_page_impact

Get a Status Page Impact Get an Impact for a Status Page by Status Page ID and Impact ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_status_page_impact '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_status_page_impact '{}' --json

pagerduty.pagerduty_get_status_page_post

Get a Status Page Post Get a Post for a Status Page by Status Page ID and Post ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_status_page_post '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_status_page_post '{}' --json

pagerduty.pagerduty_get_status_page_service

Get a Status Page Service Get a Service for a Status Page by Status Page ID and Service ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_status_page_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_status_page_service '{}' --json

pagerduty.pagerduty_get_status_page_severity

Get a Status Page Severity Get a Severity for a Status Page by Status Page ID and Severity ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_status_page_severity '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_status_page_severity '{}' --json

pagerduty.pagerduty_get_status_page_status

Get a Status Page Status Get a Status for a Status Page by Status Page ID and Status ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_status_page_status '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_status_page_status '{}' --json

pagerduty.pagerduty_get_status_page_subscription

Get a Status Page Subscription Get a Subscription for a Status Page by Status Page ID and Subscription ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_status_page_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_status_page_subscription '{}' --json

pagerduty.pagerduty_get_tag

Get a tag Get details about an existing Tag. A Tag is applied to Escalation Policies, Teams or Users and can be used to filter them. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#tags) Scoped OAuth requires: `tags.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_tag '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_tag '{}' --json

pagerduty.pagerduty_get_tags_by_entity_type

Get connected entities Get related Users, Teams or Escalation Policies for the Tag. A Tag is applied to Escalation Policies, Teams or Users and can be used to filter them. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#tags) Scoped OAuth requires: `tags.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_tags_by_entity_type '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_tags_by_entity_type '{}' --json

pagerduty.pagerduty_get_team

Get a team Get details about an existing team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#teams) Scoped OAuth requires: `teams.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_team '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_team '{}' --json

pagerduty.pagerduty_get_team_notification_subscriptions

List Team Notification Subscriptions Retrieve a list of Notification Subscriptions the given Team has. <!-- theme: warning --> > Teams must be added through `POST /teams/{id}/notification_subscriptions` to be returned from this endpoint. Scoped OAuth requires: `subscribers.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_team_notification_subscriptions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_team_notification_subscriptions '{}' --json

pagerduty.pagerduty_get_technical_service_service_dependencies

Get technical service dependencies Get all immediate dependencies of any technical service. Technical services are also known as `services`. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#services) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_technical_service_service_dependencies '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_technical_service_service_dependencies '{}' --json

pagerduty.pagerduty_get_template

Get a template Get a single template on the account Scoped OAuth requires: `templates.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_template '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_template '{}' --json

pagerduty.pagerduty_get_template_fields

List template fields Get a list of fields that can be used on the account templates. Scoped OAuth requires: `templates.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_template_fields '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_template_fields '{}' --json

pagerduty.pagerduty_get_templates

List templates Get a list of all the template on an account Scoped OAuth requires: `templates.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_templates '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_templates '{}' --json

pagerduty.pagerduty_get_user

Get a user Get details about an existing 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user '{}' --json

pagerduty.pagerduty_get_user_contact_method

Get a user's contact method Get details about a User's contact method. 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:contact_methods.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_contact_method '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_contact_method '{}' --json

pagerduty.pagerduty_get_user_contact_methods

List a user's contact methods List contact methods 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:contact_methods.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_contact_methods '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_contact_methods '{}' --json

pagerduty.pagerduty_get_user_delegation

Get a user's delegation Get details about a specific OAuth delegation. This endpoint replaces the deprecated `/users/{id}/sessions/{session_id}` endpoint. **Required OAuth Scope:** For Scoped OAuth requests, this operation requires the `oauth_delegations.read` scope. Scoped OAuth requires: `oauth_delegations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_delegation '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_delegation '{}' --json

pagerduty.pagerduty_get_user_handoff_notifiaction_rule

Get a user's handoff notification rule 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_handoff_notifiaction_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_handoff_notifiaction_rule '{}' --json

pagerduty.pagerduty_get_user_handoff_notification_rules

List a User's Handoff Notification Rules 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_handoff_notification_rules '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_handoff_notification_rules '{}' --json

pagerduty.pagerduty_get_user_license

Get the License allocated to a User Scoped OAuth requires: `licenses.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_license '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_license '{}' --json

pagerduty.pagerduty_get_user_notification_rule

Get a user's notification rule Get details about a user's 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:contact_methods.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_notification_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_notification_rule '{}' --json

pagerduty.pagerduty_get_user_notification_rules

List a user's notification rules List 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:contact_methods.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_notification_rules '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_notification_rules '{}' --json

pagerduty.pagerduty_get_user_notification_subscriptions

List Notification Subscriptions Retrieve a list of Notification Subscriptions the given User has. <!-- theme: warning --> > Users must be added through `POST /users/{id}/notification_subscriptions` to be returned from this endpoint. Scoped OAuth requires: `subscribers.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_notification_subscriptions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_notification_subscriptions '{}' --json

pagerduty.pagerduty_get_user_session

Get a user's session <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated, please use the [Get OAuth Delegation endpoint](https://developer.pagerduty.com/api-reference//e3c7cd550aa2b-get-a-user-oauth-delegation) instead. Get details about a user's session. Beginning November 2021, user sessions no longer includes newly issued OAuth tokens. 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:sessions.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_session '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_session '{}' --json

pagerduty.pagerduty_get_user_sessions

List a user's active sessions <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated, please use the [List OAuth Delegations endpoint](https://developer.pagerduty.com/api-reference/fc03ba9dffd1f-list-user-oauth-delegations) instead. List active sessions of a PagerDuty user. Beginning November 2021, active sessions no longer includes newly issued OAuth tokens. 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:sessions.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_sessions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_sessions '{}' --json

pagerduty.pagerduty_get_user_status_update_notification_rule

Get a user's status update notification rule 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. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_status_update_notification_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_status_update_notification_rule '{}' --json

pagerduty.pagerduty_get_user_status_update_notification_rules

List a user's status update notification rules 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. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_user_status_update_notification_rules '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_user_status_update_notification_rules '{}' --json

pagerduty.pagerduty_get_vendor

Get a vendor Get details about one specific vendor. A PagerDuty Vendor represents a specific type of integration. AWS Cloudwatch, Splunk, Datadog are all examples of vendors For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#vendors) Scoped OAuth requires: `vendors.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_vendor '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_vendor '{}' --json

pagerduty.pagerduty_get_webhook_subscription

Get a webhook subscription Gets details about an existing webhook subscription. Scoped OAuth requires: `webhook_subscriptions.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_webhook_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_webhook_subscription '{}' --json

pagerduty.pagerduty_get_workflow_integration

Get Workflow Integration Get details about a Workflow Integration. Scoped OAuth requires: `workflow_integrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_workflow_integration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_workflow_integration '{}' --json

pagerduty.pagerduty_get_workflow_integration_connection

Get Workflow Integration Connection Get details about a Workflow Integration Connection. Scoped OAuth requires: `workflow_integrations:connections.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_get_workflow_integration_connection '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_get_workflow_integration_connection '{}' --json

pagerduty.pagerduty_list_abilities

List abilities List all of your account's abilities, by name. "Abilities" describes your account's capabilities by feature name. For example `"teams"`. An ability may be available to your account based on things like your pricing plan or account state. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#abilities) Scoped OAuth requires: `abilities.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_abilities '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_abilities '{}' --json

pagerduty.pagerduty_list_addon

List installed Add-ons List all of the Add-ons installed on your account. Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#add-ons) Scoped OAuth requires: `addons.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_addon '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_addon '{}' --json

pagerduty.pagerduty_list_alert_grouping_settings

List alert grouping settings List all of your alert grouping settings including both single service settings and global content based settings. The settings part of Alert Grouper service allows us to create Alert Grouping Settings and configs that are required to be used during grouping of the alerts. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_alert_grouping_settings '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_alert_grouping_settings '{}' --json

pagerduty.pagerduty_list_audit_records

List audit records List audit trail records matching provided query params or default criteria. The returned records are sorted by the `execution_time` from newest to oldest. See [`Cursor-based pagination`](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for instructions on how to paginate through the result set. Only admins, account owners, or global API tokens on PagerDuty account [pricing plans](https://www.pagerduty.com/pricing) with the "Audit Trail" feature can access this endpoint. For other role based access to audit records by resource ID, see the resource's API documentation. For more information see the [Audit API Document](https://developer.pagerduty.com/docs/rest-api-v2/audit-records-api/). Scoped OAuth requires: `audit_records.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_audit_records '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_audit_records '{}' --json

pagerduty.pagerduty_list_automation_action_invocations

List Invocations

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_automation_action_invocations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_automation_action_invocations '{}' --json

pagerduty.pagerduty_list_business_services

List Business Services List existing Business Services. Business services model capabilities that span multiple technical services and that may be owned by several different teams. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#business-services) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_business_services '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_business_services '{}' --json

pagerduty.pagerduty_list_cache_var_on_global_orch

List Cache Variables for a Global Event Orchestration. Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_cache_var_on_global_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_cache_var_on_global_orch '{}' --json

pagerduty.pagerduty_list_cache_var_on_service_orch

List Cache Variables for a Service Event Orchestration. Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_cache_var_on_service_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_cache_var_on_service_orch '{}' --json

pagerduty.pagerduty_list_change_events

List Change Events List all of the existing Change Events. Scoped OAuth requires: `change_events.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_change_events '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_change_events '{}' --json

pagerduty.pagerduty_list_custom_fields_field_options

List Field Options <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated and only works for fields on the Base Incident Type. \ > For more flexibility, we recommend using the Incident Types endpoint: \ > [/incidents/types/{type_id_or_name}/custom_fields/{field_id}/field_options](openapiv3.json/paths/~1incidents~1types~1{type_id_or_name}~1custom_fields~1{field_id}~1field_options/get) List all enabled Field Options for a Custom Field on the Base Incident Type. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_custom_fields_field_options '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_custom_fields_field_options '{}' --json

pagerduty.pagerduty_list_custom_fields_fields

List Fields <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated and only works for fields on the Base Incident Type. \ > For more flexibility, we recommend using the Incident Types endpoint: \ > [/incidents/types/{type_id_or_name}/custom_fields](openapiv3.json/paths/~1incidents~1types~1{type_id_or_name}~1custom_fields/get) List Custom Fields on the Base Incident Type. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_custom_fields_fields '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_custom_fields_fields '{}' --json

pagerduty.pagerduty_list_custom_shifts

List custom shifts <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Retrieve custom shifts for a schedule within a time range. **`since` and `until` are required.**

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_custom_shifts '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_custom_shifts '{}' --json

pagerduty.pagerduty_list_escalation_policies

List escalation policies List all of the existing escalation policies. Escalation policies define which user should be alerted at which time. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#escalation-policies) Scoped OAuth requires: `escalation_policies.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_escalation_policies '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_escalation_policies '{}' --json

pagerduty.pagerduty_list_escalation_policy_audit_records

List audit records for an escalation policy The returned records are sorted by the `execution_time` from newest to oldest. See [`Cursor-based pagination`](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for instructions on how to paginate through the result set. For more information see the [Audit API Document](https://developer.pagerduty.com/docs/rest-api-v2/audit-records-api/). Scoped OAuth requires: `audit_records.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_escalation_policy_audit_records '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_escalation_policy_audit_records '{}' --json

pagerduty.pagerduty_list_event_orchestration_feature_enablements

List Enablements for an Event Orchestration List all feature enablement settings for an Event Orchestration. Currently, only the `aiops` enablement is supported. For any account with the AIOps product addon, every Event Orchestration will have AIOps features enabled by default. **Warning conditions**: - If the account is not entitled to use AIOps features, a warning will be returned alongside the enablement data. Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_event_orchestration_feature_enablements '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_event_orchestration_feature_enablements '{}' --json

pagerduty.pagerduty_list_event_orchestrations

List Event Orchestrations List all Global Event Orchestrations on an Account. Global Event Orchestrations allow you define a set of Global Rules and Router Rules, so that when you ingest events using the Orchestration's Routing Key your events will have actions applied via the Global Rules & then routed to the correct Service by the Router Rules, based on the event's content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_event_orchestrations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_event_orchestrations '{}' --json

pagerduty.pagerduty_list_events

List events <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Retrieve all events for a rotation, ordered by start time.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_events '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_events '{}' --json

pagerduty.pagerduty_list_extension_schemas

List extension schemas List all extension schemas. A PagerDuty extension vendor represents a specific type of outbound extension such as Generic Webhook, Slack, ServiceNow. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#extension-schemas) Scoped OAuth requires: `extension_schemas.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_extension_schemas '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_extension_schemas '{}' --json

pagerduty.pagerduty_list_extensions

List extensions List existing extensions. Extensions are representations of Extension Schema objects that are attached to Services. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#extensions) Scoped OAuth requires: `extensions.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_extensions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_extensions '{}' --json

pagerduty.pagerduty_list_incident_alerts

List alerts for an incident List alerts for the specified incident. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incident_alerts '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incident_alerts '{}' --json

pagerduty.pagerduty_list_incident_log_entries

List log entries for an incident List log entries for the specified incident. An incident represents a problem or an issue that needs to be addressed and resolved. A Log Entry are a record of all events on your account. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incident_log_entries '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incident_log_entries '{}' --json

pagerduty.pagerduty_list_incident_notes

List notes for an incident List existing notes for the specified incident. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incident_notes '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incident_notes '{}' --json

pagerduty.pagerduty_list_incident_related_change_events

List related Change Events for an Incident, as well as the reason these changes are correlated with the incident. Change events represent service changes such as deploys, build completion, and configuration changes, providing information that is critical during incident triage or hypercare. For more information on change events, see [Change Events](https://support.pagerduty.com/docs/change-events). The Change Correlation feature provides incident responders with recent change events that are most relevant to that incident. Change Correlation informs the responder why a particular change event was surfaced and correlated to an incident based on three key factors which include time, related service, or intelligence (machine learning). Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incident_related_change_events '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incident_related_change_events '{}' --json

pagerduty.pagerduty_list_incident_type_custom_field

List Field Options on a Custom Field List field options for a custom field. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incident_type_custom_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incident_type_custom_field '{}' --json

pagerduty.pagerduty_list_incident_type_custom_fields

List Incident Type Custom Fields List the custom fields for an incident type. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incident_type_custom_fields '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incident_type_custom_fields '{}' --json

pagerduty.pagerduty_list_incident_types

List incident types List the available incident types Incident Types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident. These can be filtered by enabled or disabled types. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidentType) Scoped OAuth requires: `incident_types.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incident_types '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incident_types '{}' --json

pagerduty.pagerduty_list_incident_workflow_actions

List Actions List Incident Workflow Actions Scoped OAuth requires: `incident_workflows.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incident_workflow_actions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incident_workflow_actions '{}' --json

pagerduty.pagerduty_list_incident_workflow_triggers

List Triggers List existing Incident Workflow Triggers Scoped OAuth requires: `incident_workflows.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incident_workflow_triggers '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incident_workflow_triggers '{}' --json

pagerduty.pagerduty_list_incident_workflows

List Incident Workflows List existing Incident Workflows. This is the best method to use to list all Incident Workflows in your account. If your use case requires listing Incident Workflows associated with a particular Service, you can use the "List Triggers" method to find Incident Workflows configured to start for Incidents in a given Service. An Incident Workflow is a sequence of configurable Steps and associated Triggers that can execute automated Actions for a given Incident. Scoped OAuth requires: `incident_workflows.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incident_workflows '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incident_workflows '{}' --json

pagerduty.pagerduty_list_incidents

List incidents List existing incidents. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_incidents '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_incidents '{}' --json

pagerduty.pagerduty_list_license_allocations

List License Allocations List the Licenses allocated to Users within your Account Scoped OAuth requires: `licenses.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_license_allocations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_license_allocations '{}' --json

pagerduty.pagerduty_list_licenses

List Licenses List the Licenses associated with your Account Scoped OAuth requires: `licenses.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_licenses '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_licenses '{}' --json

pagerduty.pagerduty_list_log_entries

List log entries List all of the incident log entries across the entire account. A log of all the events that happen to an Incident, and these are exposed as Log Entries. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#log-entries) Scoped OAuth requires: `incidents.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_log_entries '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_log_entries '{}' --json

pagerduty.pagerduty_list_maintenance_windows

List maintenance windows List existing maintenance windows, optionally filtered by service and/or team, or whether they are from the past, present or future. A Maintenance Window is used to temporarily disable one or more Services for a set period of time. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#maintenance-windows) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_maintenance_windows '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_maintenance_windows '{}' --json

pagerduty.pagerduty_list_notifications

List notifications for a given time range, optionally filtered by type (sms_notification, email_notification, phone_notification, or push_notification). A Notification is created when an Incident is triggered or escalated. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#notifications) Scoped OAuth requires: `users:notifications.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_notifications '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_notifications '{}' --json

pagerduty.pagerduty_list_oauth_clients

List OAuth clients List all OAuth clients for webhook subscriptions. Maximum of 10 clients per account. Requires admin or owner role permissions.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_oauth_clients '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_oauth_clients '{}' --json

pagerduty.pagerduty_list_on_calls

List all of the on-calls List the on-call entries during a given time range. An on-call represents a contiguous unit of time for which a User will be on call for a given Escalation Policy and Escalation Rules. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#on-calls) Scoped OAuth requires: `oncalls.read` This API operation has operation specific rate limits. See the [Rate Limits](https://developer.pagerduty.com/docs/72d3b724589e3-rest-api-rate-limits) page for more information.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_on_calls '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_on_calls '{}' --json

pagerduty.pagerduty_list_orchestration_integrations

List Integrations for an Event Orchestration List the Integrations associated with this Event Orchestrations. You can use a Routing Key from these Integrations to send events to PagerDuty! For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_orchestration_integrations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_orchestration_integrations '{}' --json

pagerduty.pagerduty_list_overrides

List overrides <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Retrieve overrides for a schedule within a time range. **`since` and `until` are required.**

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_overrides '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_overrides '{}' --json

pagerduty.pagerduty_list_priorities

List priorities List existing priorities, in order (most to least severe). A priority is a label representing the importance and impact of an incident. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#priorities) Scoped OAuth requires: `priorities.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_priorities '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_priorities '{}' --json

pagerduty.pagerduty_list_resource_standards

List a resource's standards scores List standards applied to a specific resource Scoped OAuth requires: `standards.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_resource_standards '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_resource_standards '{}' --json

pagerduty.pagerduty_list_resource_standards_many_services

List resources' standards scores List standards applied to a set of resources Scoped OAuth requires: `standards.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_resource_standards_many_services '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_resource_standards_many_services '{}' --json

pagerduty.pagerduty_list_rotations

List rotations <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Retrieve all rotations for a schedule.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_rotations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_rotations '{}' --json

pagerduty.pagerduty_list_ruleset_event_rules

List Event Rules List all Event Rules on a Ruleset. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#rulesets) Note: Create and Update on rules will accept 'description' or 'summary' interchangeably as an extraction action target. Get and List on rules will always return 'summary' as the target. If you are expecting 'description' please change your automation code to expect 'summary' instead. Scoped OAuth requires: `event_rules.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_ruleset_event_rules '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_ruleset_event_rules '{}' --json

pagerduty.pagerduty_list_rulesets

List Rulesets List all Rulesets <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#rulesets) Scoped OAuth requires: `event_rules.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_rulesets '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_rulesets '{}' --json

pagerduty.pagerduty_list_schedule_overrides

List overrides for a given time range. A Schedule determines the time periods that users are On-Call. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#schedules) Scoped OAuth requires: `schedules.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_schedule_overrides '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_schedule_overrides '{}' --json

pagerduty.pagerduty_list_schedule_users

List users on call. List all of the users on call in a given schedule for a given time range. A Schedule determines the time periods that users are On-Call. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#schedules) Scoped OAuth requires: `users.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_schedule_users '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_schedule_users '{}' --json

pagerduty.pagerduty_list_schedules

List schedules List the on-call schedules. A Schedule determines the time periods that users are On-Call. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#schedules) Scoped OAuth requires: `schedules.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_schedules '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_schedules '{}' --json

pagerduty.pagerduty_list_schedules_audit_records

List audit records for a schedule The returned records are sorted by the `execution_time` from newest to oldest. See [`Cursor-based pagination`](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for instructions on how to paginate through the result set. For more information see the [Audit API Document](https://developer.pagerduty.com/docs/rest-api-v2/audit-records-api/). Scoped OAuth requires: `audit_records.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_schedules_audit_records '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_schedules_audit_records '{}' --json

pagerduty.pagerduty_list_schedules_audit_records_v3

List audit records for a schedule <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). The returned records are sorted by the `execution_time` from newest to oldest. See [`Cursor-based pagination`](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for instructions on how to paginate through the result set. For more information see the [Audit API Document](https://developer.pagerduty.com/docs/rest-api-v2/audit-records-api/). Scoped OAuth requires: `audit_records.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_schedules_audit_records_v3 '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_schedules_audit_records_v3 '{}' --json

pagerduty.pagerduty_list_schedules_v3

List schedules <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Retrieve a paginated list of schedule references. Returns lightweight objects without embedded rotations or events. Each result is filtered by the caller's read permission; schedules the caller cannot read are silently excluded.

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_schedules_v3 '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_schedules_v3 '{}' --json

pagerduty.pagerduty_list_service_audit_records

List audit records for a service The returned records are sorted by the `execution_time` from newest to oldest. See [`Cursor-based pagination`](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for instructions on how to paginate through the result set. For more information see the [Audit API Document](https://developer.pagerduty.com/docs/rest-api-v2/audit-records-api/). Scoped OAuth requires: `audit_records.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_service_audit_records '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_service_audit_records '{}' --json

pagerduty.pagerduty_list_service_change_events

List Change Events for a service List all of the existing Change Events for a service. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_service_change_events '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_service_change_events '{}' --json

pagerduty.pagerduty_list_service_custom_field_options

List Field Options List all options for a given field. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_service_custom_field_options '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_service_custom_field_options '{}' --json

pagerduty.pagerduty_list_service_custom_fields

List Fields List Custom Fields available for Services. Scoped OAuth requires: `custom_fields.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_service_custom_fields '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_service_custom_fields '{}' --json

pagerduty.pagerduty_list_service_event_rules

List Service's Event Rules List Event Rules on a Service. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_service_event_rules '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_service_event_rules '{}' --json

pagerduty.pagerduty_list_service_feature_enablements

Get Enablements for a Service List all feature enablement settings for a service. Currently, only the `aiops` enablement is supported. For any account with the AIOps product addon, every service will have AIOps features enabled by default. **Warning conditions**: - If the account is not entitled to use AIOps features, a warning will be returned alongside the enablement data. Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_service_feature_enablements '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_service_feature_enablements '{}' --json

pagerduty.pagerduty_list_services

List services List existing Services. A service may represent an application, component, or team you wish to open incidents against. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#services) Scoped OAuth requires: `services.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_services '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_services '{}' --json

pagerduty.pagerduty_list_sre_memories

List SRE Agent memories Search SRE Agent memories for the account. Memories are knowledge learned by the SRE Agent, including service runbooks, service profiles, incident playbooks, and incident summaries. Filter by service ID, incident ID, or memory type to retrieve relevant memories. Scoped OAuth requires: `incident.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_sre_memories '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_sre_memories '{}' --json

pagerduty.pagerduty_list_standards

List Standards Get all standards of an account. Scoped OAuth requires: `standards.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_standards '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_standards '{}' --json

pagerduty.pagerduty_list_status_dashboards

List Status Dashboards Get all your account's custom Status Dashboard views. Scoped OAuth requires: `status_dashboards.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_status_dashboards '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_status_dashboards '{}' --json

pagerduty.pagerduty_list_status_page_impacts

List Status Page Impacts List Impacts for a Status Page by Status Page ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_status_page_impacts '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_status_page_impacts '{}' --json

pagerduty.pagerduty_list_status_page_post_updates

List Status Page Post Updates List Post Updates for a Status Page by Status Page ID and Post ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_status_page_post_updates '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_status_page_post_updates '{}' --json

pagerduty.pagerduty_list_status_page_posts

List Status Page Posts List Posts for a Status Page by Status Page ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_status_page_posts '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_status_page_posts '{}' --json

pagerduty.pagerduty_list_status_page_services

List Status Page Services List Services for a Status Page by Status Page ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_status_page_services '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_status_page_services '{}' --json

pagerduty.pagerduty_list_status_page_severities

List Status Page Severities List Severities for a Status Page by Status Page ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_status_page_severities '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_status_page_severities '{}' --json

pagerduty.pagerduty_list_status_page_statuses

List Status Page Statuses List Statuses for a Status Page by Status Page ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_status_page_statuses '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_status_page_statuses '{}' --json

pagerduty.pagerduty_list_status_page_subscriptions

List Status Page Subscriptions List Subscriptions for a Status Page by Status Page ID. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_status_page_subscriptions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_status_page_subscriptions '{}' --json

pagerduty.pagerduty_list_status_pages

List Status Pages. Scoped OAuth requires: `status_pages.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_status_pages '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_status_pages '{}' --json

pagerduty.pagerduty_list_tags

List tags List all of your account's tags. A Tag is applied to Escalation Policies, Teams or Users and can be used to filter them. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#tags) Scoped OAuth requires: `tags.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_tags '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_tags '{}' --json

pagerduty.pagerduty_list_team_users

List members of a team Get information about members on a team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#teams) Scoped OAuth requires: `teams.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_team_users '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_team_users '{}' --json

pagerduty.pagerduty_list_teams

List teams of your PagerDuty account, optionally filtered by a search query. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#teams) Scoped OAuth requires: `teams.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_teams '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_teams '{}' --json

pagerduty.pagerduty_list_teams_audit_records

List audit records for a team The returned records are sorted by the `execution_time` from newest to oldest. See [`Cursor-based pagination`](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for instructions on how to paginate through the result set. For more information see the [Audit API Document](https://developer.pagerduty.com/docs/rest-api-v2/audit-records-api/). Scoped OAuth requires: `audit_records.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_teams_audit_records '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_teams_audit_records '{}' --json

pagerduty.pagerduty_list_user_delegations

List a user's delegations Get a list of OAuth delegations for a specific user. This endpoint replaces the deprecated `/users/{id}/sessions` endpoint. **Required OAuth Scope:** For Scoped OAuth requests, this operation requires the `oauth_delegations.read` scope. Scoped OAuth requires: `oauth_delegations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_user_delegations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_user_delegations '{}' --json

pagerduty.pagerduty_list_users

List users of your PagerDuty account, optionally filtered by a search query. 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_users '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_users '{}' --json

pagerduty.pagerduty_list_users_audit_records

List audit records for a user The response will include audit records with changes that are made to the identified user not changes made by the identified user. The returned records are sorted by the `execution_time` from newest to oldest. See [`Cursor-based pagination`](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for instructions on how to paginate through the result set. For more information see the [Audit API Document](https://developer.pagerduty.com/docs/rest-api-v2/audit-records-api/). Scoped OAuth requires: `audit_records.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_users_audit_records '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_users_audit_records '{}' --json

pagerduty.pagerduty_list_vendors

List vendors List all vendors. A PagerDuty Vendor represents a specific type of integration. AWS Cloudwatch, Splunk, Datadog are all examples of vendors For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#vendors) Scoped OAuth requires: `vendors.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_vendors '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_vendors '{}' --json

pagerduty.pagerduty_list_webhook_subscriptions

List webhook subscriptions List existing webhook subscriptions. The `filter_type` and `filter_id` query parameters may be used to only show subscriptions for a particular _service_ or _team_. For more information on webhook subscriptions and how they are used to configure v3 webhooks see the [Webhooks v3 Developer Documentation](https://developer.pagerduty.com/docs/webhooks/v3-overview/). Scoped OAuth requires: `webhook_subscriptions.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_webhook_subscriptions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_webhook_subscriptions '{}' --json

pagerduty.pagerduty_list_workflow_integration_connections

List all Workflow Integration Connections. Scoped OAuth requires: `workflow_integrations:connections.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_workflow_integration_connections '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_workflow_integration_connections '{}' --json

pagerduty.pagerduty_list_workflow_integration_connections_by_integration

List Workflow Integration Connections List all Workflow Integration Connections for a specific Workflow Integration. Scoped OAuth requires: `workflow_integrations:connections.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_workflow_integration_connections_by_integration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_workflow_integration_connections_by_integration '{}' --json

pagerduty.pagerduty_list_workflow_integrations

List Workflow Integrations List available Workflow Integrations. Scoped OAuth requires: `workflow_integrations.read`

Read read
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_list_workflow_integrations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_list_workflow_integrations '{}' --json

pagerduty.pagerduty_merge_incidents

Merge incidents Merge a list of source incidents into the target [incident](https://developer.pagerduty.com/api-reference/a47605517c19a-api-concepts#incidents). After the merge is performed the target incident will contain the source incidents' [alerts](https://developer.pagerduty.com/api-reference/a47605517c19a-api-concepts#alerts), and the source incidents will be resolved. Only incidents that have alerts or incidents that were created manually in the UI can be merged. Open incidents cannot be merged into a resolved incident. An incident cannot have more than 1000 alerts. The server will return an error if merging the source incidents will result in the target incident having more than 1000 alerts. Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_merge_incidents '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_merge_incidents '{}' --json

pagerduty.pagerduty_migrate_orchestration_integration

Migrate an Integration from one Event Orchestration to another Move an Integration and its Routing Key from the Event Orchestration specified in the request payload, to the Event Orchestration specified in the request URL. Any future events sent to this Integration's Routing Key will be processed by this Event Orchestration's Rules. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_migrate_orchestration_integration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_migrate_orchestration_integration '{}' --json

pagerduty.pagerduty_post_alert_grouping_settings

Create an Alert Grouping Setting Create a new Alert Grouping Setting. The settings part of Alert Grouper service allows us to create Alert Grouping Settings and configs that are required to be used during grouping of the alerts. This endpoint will be used to create an instance of AlertGroupingSettings for either one service or many services that are in the alert group setting. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_post_alert_grouping_settings '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_post_alert_grouping_settings '{}' --json

pagerduty.pagerduty_post_incident_workflow

Create an Incident Workflow Create a new Incident Workflow An Incident Workflow is a sequence of configurable Steps and associated Triggers that can execute automated Actions for a given Incident. Scoped OAuth requires: `incident_workflows.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_post_incident_workflow '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_post_incident_workflow '{}' --json

pagerduty.pagerduty_post_orchestration

Create an Orchestration Create a Global Event Orchestration. Global Event Orchestrations allow you define a set of Global Rules and Router Rules, so that when you ingest events using the Orchestration's Routing Key your events will have actions applied via the Global Rules & then routed to the correct Service by the Router Rules, based on the event's content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_post_orchestration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_post_orchestration '{}' --json

pagerduty.pagerduty_post_orchestration_integration

Create an Integration for an Event Orchestration Create an Integration associated with this Event Orchestration. You can then use the Routing Key from this new Integration to send events to PagerDuty! For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_post_orchestration_integration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_post_orchestration_integration '{}' --json

pagerduty.pagerduty_put_alert_grouping_setting

Update an Alert Grouping Setting. The settings part of Alert Grouper service allows us to create Alert Grouping Settings and configs that are required to be used during grouping of the alerts. if `services` are not provided in the request, then the existing services will not be removed from the setting. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_put_alert_grouping_setting '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_put_alert_grouping_setting '{}' --json

pagerduty.pagerduty_put_business_service_priority_thresholds

Set the Account-level priority threshold for Business Service impact. Set the Account-level priority threshold for Business Service. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_put_business_service_priority_thresholds '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_put_business_service_priority_thresholds '{}' --json

pagerduty.pagerduty_put_incident_manual_business_service_association

Manually change an Incident's Impact on a Business Service. Change Impact of an Incident on a Business Service. Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_put_incident_manual_business_service_association '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_put_incident_manual_business_service_association '{}' --json

pagerduty.pagerduty_put_incident_workflow

Update an Incident Workflow An Incident Workflow is a sequence of configurable Steps and associated Triggers that can execute automated Actions for a given Incident. Scoped OAuth requires: `incident_workflows.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_put_incident_workflow '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_put_incident_workflow '{}' --json

pagerduty.pagerduty_remove_business_service_account_subscription

Delete Business Service Account Subscription Unsubscribe your Account from a Business Service. Scoped OAuth requires: `subscribers.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_remove_business_service_account_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_remove_business_service_account_subscription '{}' --json

pagerduty.pagerduty_remove_business_service_notification_subscriber

Remove Business Service Subscribers Unsubscribes the matching Subscribers from a Business Service. Scoped OAuth requires: `subscribers.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_remove_business_service_notification_subscriber '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_remove_business_service_notification_subscriber '{}' --json

pagerduty.pagerduty_remove_incident_notification_subscribers

Remove Notification Subscriber Unsubscribes the matching Subscribers from Incident Status Update Notifications. Scoped OAuth requires: `subscribers.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_remove_incident_notification_subscribers '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_remove_incident_notification_subscribers '{}' --json

pagerduty.pagerduty_remove_team_notification_subscriptions

Unsubscribe the given Team from Notifications on the matching Subscribable entities. Scoped OAuth requires: `subscribers.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_remove_team_notification_subscriptions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_remove_team_notification_subscriptions '{}' --json

pagerduty.pagerduty_render_template

Render a template. This endpoint has a variable request body depending on the template type. For the `status_update` template type, the caller will provide the incident id, and a status update message. Scoped OAuth requires: `templates.read`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_render_template '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_render_template '{}' --json

pagerduty.pagerduty_set_incident_field_values

Update Custom Field Values Set custom field values for an incident. Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_set_incident_field_values '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_set_incident_field_values '{}' --json

pagerduty.pagerduty_test_webhook_subscription

Test a webhook subscription. Fires a test event against the webhook subscription. If properly configured, this will deliver the `pagey.ping` webhook event to the destination. Scoped OAuth requires: `webhook_subscriptions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_test_webhook_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_test_webhook_subscription '{}' --json

pagerduty.pagerduty_unsubscribe_user_notification_subscriptions

Remove Notification Subscriptions Unsubscribe the given User from Notifications on the matching Subscribable entities. Scoped OAuth requires: `subscribers.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_unsubscribe_user_notification_subscriptions '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_unsubscribe_user_notification_subscriptions '{}' --json

pagerduty.pagerduty_update_addon

Update an Add-on Update an existing Add-on. Addon's are pieces of functionality that developers can write to insert new functionality into PagerDuty's UI. Given a configuration containing a `src` parameter, that URL will be embedded in an `iframe` on a page that's available to users from a drop-down menu. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#add-ons) Scoped OAuth requires: `addons.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_addon '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_addon '{}' --json

pagerduty.pagerduty_update_automation_action

Update an Automation Action Updates an Automation Action

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_automation_action '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_automation_action '{}' --json

pagerduty.pagerduty_update_automation_actions_runner

Update an Automation Action runner

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_automation_actions_runner '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_automation_actions_runner '{}' --json

pagerduty.pagerduty_update_business_service

Update a Business Service Update an existing Business Service. NOTE that this endpoint also accepts the PATCH verb. Business services model capabilities that span multiple technical services and that may be owned by several different teams. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#business-services) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_business_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_business_service '{}' --json

pagerduty.pagerduty_update_cache_var_on_global_orch

Update a Cache Variable for a Global Event Orchestration. Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_cache_var_on_global_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_cache_var_on_global_orch '{}' --json

pagerduty.pagerduty_update_cache_var_on_service_orch

Update a Cache Variable for a Service Event Orchestration. Cache Variables allow you to store event data on an Event Orchestration, which can then be used in Event Orchestration rules as part of conditions or actions. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_cache_var_on_service_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_cache_var_on_service_orch '{}' --json

pagerduty.pagerduty_update_change_event

Update a Change Event Update an existing Change Event Scoped OAuth requires: `change_events.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_change_event '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_change_event '{}' --json

pagerduty.pagerduty_update_custom_fields_field

Update a Field <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated and only works for fields on the Base Incident Type. \ > For more flexibility, we recommend using the Incident Types endpoint: \ > [/incidents/types/{type_id_or_name}/custom_fields/{field_id}](openapiv3.json/paths/~1incidents~1types~1{type_id_or_name}~1custom_fields~1{field_id}/put) Update a Custom Field on the Base Incident Type. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_custom_fields_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_custom_fields_field '{}' --json

pagerduty.pagerduty_update_custom_fields_field_option

Update a Field Option <!-- theme: warning --> > ### Deprecated > This endpoint is deprecated and only works for fields on the Base Incident Type. \ > For more flexibility, we recommend using the Incident Types endpoint: \ > [/incidents/types/{type_id_or_name}/custom_fields/{field_id}/field_options/{field_option_id}](openapiv3.json/paths/~1incidents~1types~1{type_id_or_name}~1custom_fields~1{field_id}~1field_options~1{field_option_id}/put) Update a Field Option for a Custom Field on the Base Incident Type. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_custom_fields_field_option '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_custom_fields_field_option '{}' --json

pagerduty.pagerduty_update_custom_shift

Update a custom shift <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Update an existing custom shift. If the shift has already started, only `end_time` can be modified.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_custom_shift '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_custom_shift '{}' --json

pagerduty.pagerduty_update_escalation_policy

Update an escalation policy Updates an existing escalation policy and rules. Escalation policies define which user should be alerted at which time. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#escalation-policies) Scoped OAuth requires: `escalation_policies.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_escalation_policy '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_escalation_policy '{}' --json

pagerduty.pagerduty_update_event

Update an event <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Update an existing event. **Restrictions based on event timing:** - **Past events** (effective_until in the past): Cannot be modified - **Active events** (currently producing shifts): Can only update `effective_until` - **Future events** (effective_since in the future): All fields can be updated

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_event '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_event '{}' --json

pagerduty.pagerduty_update_event_orchestration_feature_enablements

Update an Enablement for an Event Orchestration Update the feature enablement setting for a specific product addon on an Event Orchestration. This setting controls enabling or disabling the set of features contained within the addon. Currently, only `aiops` is supported as a valid feature enablement. **Warning conditions**: - If the account is not entitled to use AIOps features, the setting will be updated, but a warning will be returned. Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_event_orchestration_feature_enablements '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_event_orchestration_feature_enablements '{}' --json

pagerduty.pagerduty_update_extension

Update an extension Update an existing extension. Extensions are representations of Extension Schema objects that are attached to Services. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#extensions) Scoped OAuth requires: `extensions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_extension '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_extension '{}' --json

pagerduty.pagerduty_update_external_data_cache_var_data_on_global_orch

Update Data for an External Data Cache Variable on a Global Event Orchestration Update data for an `external_data` type Cache Variable on a Global Event Orchestration Use External Data type Cache Variables to store string, number, or boolean values via a dedicated API endpoint. These stored values can then be used in conditions or actions in Event Orchestration rules. For more information see the [Knowledge Base](https://support.pagerduty.com/main/docs/event-orchestration-cache-variables) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_external_data_cache_var_data_on_global_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_external_data_cache_var_data_on_global_orch '{}' --json

pagerduty.pagerduty_update_external_data_cache_var_data_on_service_orch

Update Data for an External Data Cache Variable on a Service Event Orchestration Update the data for an `external_data` type Cache Variable on a Service Event Orchestration. Use External Data type Cache Variables to store string, number, or boolean values via a dedicated API endpoint. These stored values can then be used in conditions or actions in Event Orchestration rules. For more information see the [Knowledge Base](https://support.pagerduty.com/main/docs/event-orchestration-cache-variables) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_external_data_cache_var_data_on_service_orch '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_external_data_cache_var_data_on_service_orch '{}' --json

pagerduty.pagerduty_update_incident

Update an incident Acknowledge, resolve, escalate or reassign an incident. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_incident '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_incident '{}' --json

pagerduty.pagerduty_update_incident_alert

Update an alert Resolve an alert or associate an alert with a new parent incident. An incident represents a problem or an issue that needs to be addressed and resolved. When a service sends an event to PagerDuty, an alert and corresponding incident is triggered in PagerDuty. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_incident_alert '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_incident_alert '{}' --json

pagerduty.pagerduty_update_incident_alerts

Manage alerts Resolve multiple alerts or associate them with different incidents. An incident represents a problem or an issue that needs to be addressed and resolved. An alert represents a digital signal that was emitted to PagerDuty by the monitoring systems that detected or identified the issue. A maximum of 250 alerts may be updated at a time. If more than this number of alerts are given, the API will respond with status 413 (Request Entity Too Large). For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_incident_alerts '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_incident_alerts '{}' --json

pagerduty.pagerduty_update_incident_note

Update a note on an incident Update an existing note for the specified incident. An incident represents a problem or an issue that needs to be addressed and resolved. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_incident_note '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_incident_note '{}' --json

pagerduty.pagerduty_update_incident_type

Update an Incident Type. Incident Types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incident) Scoped OAuth requires: `incident_types.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_incident_type '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_incident_type '{}' --json

pagerduty.pagerduty_update_incident_type_custom_field

Update a Custom Field for an Incident Type Update a custom field for an incident type. Field Options can also be updated within the same call. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_incident_type_custom_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_incident_type_custom_field '{}' --json

pagerduty.pagerduty_update_incident_type_custom_field_field_option

Update a Field Option for a Custom Field Update a field option for a custom field. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_incident_type_custom_field_field_option '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_incident_type_custom_field_field_option '{}' --json

pagerduty.pagerduty_update_incident_workflow_trigger

Update a Trigger Update an existing Incident Workflow Trigger Scoped OAuth requires: `incident_workflows.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_incident_workflow_trigger '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_incident_workflow_trigger '{}' --json

pagerduty.pagerduty_update_incidents

Manage incidents Acknowledge, resolve, escalate or reassign one or more incidents. An incident represents a problem or an issue that needs to be addressed and resolved. A maximum of 250 incidents may be updated at a time. If more than this number of incidents are given, the API will respond with status 413 (Request Entity Too Large). For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#incidents) Scoped OAuth requires: `incidents.write` This API operation has operation specific rate limits. See the [Rate Limits](https://developer.pagerduty.com/docs/72d3b724589e3-rest-api-rate-limits) page for more information.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_incidents '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_incidents '{}' --json

pagerduty.pagerduty_update_log_entry_channel

Update log entry channel information. Update an existing incident log entry channel. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#log-entries) Scoped OAuth requires: `incidents.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_log_entry_channel '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_log_entry_channel '{}' --json

pagerduty.pagerduty_update_maintenance_window

Update a maintenance window Update an existing maintenance window. A Maintenance Window is used to temporarily disable one or more Services for a set period of time. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#maintenance-windows) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_maintenance_window '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_maintenance_window '{}' --json

pagerduty.pagerduty_update_oauth_client

Update an OAuth client Update an existing OAuth client. Any change will trigger token validation with the OAuth server. Requires admin or owner role permissions.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_oauth_client '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_oauth_client '{}' --json

pagerduty.pagerduty_update_orch_active_status

Update the Service Orchestration active status for a Service Update a Service Orchestration's active status. A Service Orchestration allows you to set an active status based on whether an event will be evaluated against a service orchestration path (true) or service ruleset (false). For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_orch_active_status '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_orch_active_status '{}' --json

pagerduty.pagerduty_update_orch_path_global

Update the Global Orchestration for an Event Orchestration. Global Orchestration Rules allows you to create a set of Event Rules. These rules evaluate against all Events sent to an Event Orchestration. When a matching rule is found, it can modify and enhance the event and can route the event to another set of Global Rules within this Orchestration for further processing. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_orch_path_global '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_orch_path_global '{}' --json

pagerduty.pagerduty_update_orch_path_router

Update the Router for an Event Orchestration Update a Global Orchestration's Routing Rules. An Orchestration Router allows you to create a set of Event Rules. The Router evaluates Events you send to this Global Orchestration against each of its rules, one at a time, and routes the event to a specific Service based on the first rule that matches. If an event doesn't match any rules, it'll be sent to service specified in as the `catch_all` or the "Unrouted" Orchestration if no service is specified. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_orch_path_router '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_orch_path_router '{}' --json

pagerduty.pagerduty_update_orch_path_service

Update the Service Orchestration for a Service Update a Service Orchestration. A Service Orchestration allows you to create a set of Event Rules. The Service Orchestration evaluates Events sent to this Service against each of its rules, beginning with the rules in the "start" set. When a matching rule is found, it can modify and enhance the event and can route the event to another set of rules within this Service Orchestration for further processing. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_orch_path_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_orch_path_service '{}' --json

pagerduty.pagerduty_update_orch_path_unrouted

Update the Unrouted Orchestration for an Event Orchestration Update a Global Event Orchestration's Rules for Unrouted events. An Unrouted Orchestration allows you to create a set of Event Rules that will be evaluated against all events that don't match any rules in the Global Orchestration's Router. Events that reach the Unrouted Orchestration will never be routed to a specific Service. The Unrouted Orchestration evaluates Events sent to it against each of its rules, beginning with the rules in the "start" set. When a matching rule is found, it can modify and enhance the event and can route the event to another set of rules within this Unrouted Orchestration for further processing. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_orch_path_unrouted '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_orch_path_unrouted '{}' --json

pagerduty.pagerduty_update_orchestration

Update an Orchestration Update a Global Event Orchestration. Global Event Orchestrations allow you define a set of Global Rules and Router Rules, so that when you ingest events using the Orchestration's Routing Key your events will have actions applied via the Global Rules & then routed to the correct Service by the Router Rules, based on the event's content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_orchestration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_orchestration '{}' --json

pagerduty.pagerduty_update_orchestration_integration

Update an Integration for an Event Orchestration Update an Integration associated with this Event Orchestrations. You can use the Routing Key from this Integration to send events to PagerDuty! For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#event-orchestrations) Scoped OAuth requires: `event_orchestrations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_orchestration_integration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_orchestration_integration '{}' --json

pagerduty.pagerduty_update_override

Update an override <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Update an existing override.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_override '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_override '{}' --json

pagerduty.pagerduty_update_ruleset

Update a Ruleset. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#rulesets) Scoped OAuth requires: `event_rules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_ruleset '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_ruleset '{}' --json

pagerduty.pagerduty_update_ruleset_event_rule

Update an Event Rule. Note that the endpoint supports partial updates, so any number of the writable fields can be provided. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Rulesets allow you to route events to an endpoint and create collections of Event Rules, which define sets of actions to take based on event content. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#rulesets) Note: Create and Update on rules will accept 'description' or 'summary' interchangeably as an extraction action target. Get and List on rules will always return 'summary' as the target. If you are expecting 'description' please change your automation code to expect 'summary' instead. Scoped OAuth requires: `event_rules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_ruleset_event_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_ruleset_event_rule '{}' --json

pagerduty.pagerduty_update_schedule

Update a schedule Update an existing on-call schedule. A Schedule determines the time periods that users are On-Call. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#schedules) Scoped OAuth requires: `schedules.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_schedule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_schedule '{}' --json

pagerduty.pagerduty_update_schedule_v3

Update a schedule <!-- theme: warning --> > ### Early Access > This API is in Early Access and may change at any time. You must pass the `X-EARLY-ACCESS: flexible-schedules-early-access` header on every request. <!-- theme: info --> > **Important note:** Shift-based schedules use the V3 API and are not compatible with V2 automations. **To create automations for Shift-Based Schedules, you need to:** > > 1. **Update your automations** to use the V3 API for all new shift-based schedules > 2. **Keep the V2 endpoint** for your existing schedules > > An upgrade tool for existing schedules is coming soon; your legacy schedules will keep working in the meantime. [Learn more](https://support.pagerduty.com/main/docs/shift-based-schedules-api-upgrade-examples). Update schedule metadata (name, description, time zone). All fields are optional - only provided fields are updated. To modify rotations or events, use their respective endpoints. **Rejected fields:** `rotations` and `escalation_policies` are not accepted and will result in a 400 error.

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_schedule_v3 '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_schedule_v3 '{}' --json

pagerduty.pagerduty_update_service

Update a service Update an existing service. A service may represent an application, component, or team you wish to open incidents against. There is a limit of 100,000 open Incidents per Service. If the limit is reached and you disable `auto_resolve_timeout` (set to 0 or null), the API will respond with an error. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#services) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_service '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_service '{}' --json

pagerduty.pagerduty_update_service_custom_field

Update a Field Update a Custom Field for Services. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_service_custom_field '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_service_custom_field '{}' --json

pagerduty.pagerduty_update_service_custom_field_option

Update a Field Option Update a field option for a given field. Scoped OAuth requires: `custom_fields.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_service_custom_field_option '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_service_custom_field_option '{}' --json

pagerduty.pagerduty_update_service_custom_field_values

Update Custom Field Values Set custom field values for a service. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_service_custom_field_values '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_service_custom_field_values '{}' --json

pagerduty.pagerduty_update_service_event_rule

Update an Event Rule on a Service. Note that the endpoint supports partial updates, so any number of the writable fields can be provided. <!-- theme: warning --> > ### End-of-life > Rulesets and Event Rules will end-of-life soon. We highly recommend that you [migrate to Event Orchestration](https://support.pagerduty.com/docs/migrate-to-event-orchestration) as soon as possible so you can take advantage of the new functionality, such as improved UI, rule creation, APIs and Terraform support, advanced conditions, and rule nesting. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_service_event_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_service_event_rule '{}' --json

pagerduty.pagerduty_update_service_feature_enablement

Update an Enablement for a Service Update the feature enablement setting for a specific product addon on a service. This setting controls enabling or disabling the set of features contained within the addon. Currently, only `aiops` is supported as a valid feature enablement. **Warning conditions**: - If the account is not entitled to use AIOps features, the setting will be updated, but a warning will be returned. Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_service_feature_enablement '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_service_feature_enablement '{}' --json

pagerduty.pagerduty_update_service_integration

Update an existing integration Update an integration belonging to a Service. A service may represent an application, component, or team you wish to open incidents against. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#services) Scoped OAuth requires: `services.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_service_integration '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_service_integration '{}' --json

pagerduty.pagerduty_update_session_configurations

Configure an account's session configurations Creates or updates session configurations for a PagerDuty Account. The configurations will take effect immediately for new sessions, while existing sessions for the specified `types` are immediately revoked. Scoped OAuth requires: `session_configurations.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_session_configurations '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_session_configurations '{}' --json

pagerduty.pagerduty_update_sre_memory

Update an SRE Agent memory Update an existing SRE Agent memory. Scoped OAuth requires: `sre_agent.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_sre_memory '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_sre_memory '{}' --json

pagerduty.pagerduty_update_standard

Update a standard Updates a standard Scoped OAuth requires: `standards.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_standard '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_standard '{}' --json

pagerduty.pagerduty_update_status_page_post

Update a Status Page Post Update a Post for a Status Page by Status Page ID. Scoped OAuth requires: `status_pages.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_status_page_post '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_status_page_post '{}' --json

pagerduty.pagerduty_update_status_page_post_update

Update a Status Page Post Update Update a Post Update for a Post by Post ID and Post Update ID. Scoped OAuth requires: `status_pages.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_status_page_post_update '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_status_page_post_update '{}' --json

pagerduty.pagerduty_update_team

Update a team Update an existing team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#teams) Scoped OAuth requires: `teams.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_team '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_team '{}' --json

pagerduty.pagerduty_update_team_escalation_policy

Add an escalation policy to a team. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#teams) Scoped OAuth requires: `teams.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_team_escalation_policy '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_team_escalation_policy '{}' --json

pagerduty.pagerduty_update_team_user

Add a user to a team. Attempting to add a user with the `read_only_user` role will return a 400 error. A team is a collection of Users and Escalation Policies that represent a group of people within an organization. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#teams) Scoped OAuth requires: `teams.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_team_user '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_team_user '{}' --json

pagerduty.pagerduty_update_template

Update a template Update an existing template Scoped OAuth requires: `templates.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_template '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_template '{}' --json

pagerduty.pagerduty_update_user

Update a user Update an existing 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_user '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_user '{}' --json

pagerduty.pagerduty_update_user_contact_method

Update a user's contact method Update a User's contact method. 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:contact_methods.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_user_contact_method '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_user_contact_method '{}' --json

pagerduty.pagerduty_update_user_handoff_notification

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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_user_handoff_notification '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_user_handoff_notification '{}' --json

pagerduty.pagerduty_update_user_notification_rule

Update a user's 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](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users:contact_methods.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_user_notification_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_user_notification_rule '{}' --json

pagerduty.pagerduty_update_user_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. For more information see the [API Concepts Document](../../api-reference/a47605517c19a-api-concepts#users) Scoped OAuth requires: `users.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_user_status_update_notification_rule '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_user_status_update_notification_rule '{}' --json

pagerduty.pagerduty_update_webhook_subscription

Update a webhook subscription Updates an existing webhook subscription. Only the fields being updated need to be included on the request. This operation does not support updating the `delivery_method` of the webhook subscription. Scoped OAuth requires: `webhook_subscriptions.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_webhook_subscription '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_webhook_subscription '{}' --json

pagerduty.pagerduty_update_workflow_integration_connection

Update Workflow Integration Connection Update an existing Workflow Integration Connection. Scoped OAuth requires: `workflow_integrations:connections.write`

Write write
Parameters
none
Generic call
kosmo integrations:call pagerduty.pagerduty_update_workflow_integration_connection '{}' --json
Shortcut
kosmo integrations:pagerduty pagerduty_update_workflow_integration_connection '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

pagerduty.pagerduty_associate_service_to_incident_workflow_trigger 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_associate_service_to_incident_workflow_trigger --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_cancel_incident_responder_request 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_cancel_incident_responder_request --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_convert_service_event_rules_to_event_orchestration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_convert_service_event_rules_to_event_orchestration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_addon 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_addon --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_automation_action 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_automation_action --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_automation_action_invocation 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_automation_action_invocation --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_automation_action_service_assocation 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_automation_action_service_assocation --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_automation_action_team_association 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_automation_action_team_association --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_automation_actions_runner 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_automation_actions_runner --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_automation_actions_runner_team_association 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_automation_actions_runner_team_association --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_business_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_business_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_business_service_account_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_business_service_account_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_business_service_notification_subscribers 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_business_service_notification_subscribers --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_cache_var_on_global_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_cache_var_on_global_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_cache_var_on_service_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_cache_var_on_service_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_change_event 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_change_event --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_custom_fields_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_custom_fields_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_custom_fields_field_option 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_custom_fields_field_option --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_custom_shifts 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_custom_shifts --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_entity_type_by_id_change_tags 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_entity_type_by_id_change_tags --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_escalation_policy 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_escalation_policy --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_event 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_event --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_extension 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_extension --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident_note 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident_note --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident_notification_subscribers 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident_notification_subscribers --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident_responder_request 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident_responder_request --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident_snooze 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident_snooze --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident_status_update 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident_status_update --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident_type 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident_type --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident_type_custom_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident_type_custom_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident_type_custom_field_field_options 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident_type_custom_field_field_options --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident_workflow_instance 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident_workflow_instance --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_incident_workflow_trigger 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_incident_workflow_trigger --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_maintenance_window 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_maintenance_window --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_oauth_client 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_oauth_client --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_or_update_status_page_postmortem 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_or_update_status_page_postmortem --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_overrides 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_overrides --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_rotation 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_rotation --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_ruleset 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_ruleset --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_ruleset_event_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_ruleset_event_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_schedule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_schedule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_schedule_override 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_schedule_override --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_schedule_preview 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_schedule_preview --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_schedule_v3 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_schedule_v3 --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_service_custom_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_service_custom_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_service_custom_field_option 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_service_custom_field_option --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_service_dependency 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_service_dependency --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_service_event_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_service_event_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_service_integration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_service_integration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_status_page_post 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_status_page_post --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_status_page_post_update 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_status_page_post_update --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_status_page_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_status_page_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_tags 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_tags --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_team 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_team --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_team_notification_subscriptions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_team_notification_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_template 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_template --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_user 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_user --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_user_contact_method 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_user_contact_method --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_user_handoff_notification_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_user_handoff_notification_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_user_notification_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_user_notification_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_user_notification_subscriptions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_user_notification_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_user_status_update_notification_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_user_status_update_notification_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_webhook_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_webhook_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_create_workflow_integration_connection 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_create_workflow_integration_connection --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_addon 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_addon --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_alert_grouping_setting 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_alert_grouping_setting --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_automation_action 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_automation_action --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_automation_action_service_association 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_automation_action_service_association --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_automation_action_team_association 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_automation_action_team_association --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_automation_actions_runner 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_automation_actions_runner --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_automation_actions_runner_team_association 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_automation_actions_runner_team_association --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_business_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_business_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_business_service_priority_thresholds 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_business_service_priority_thresholds --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_cache_var_on_global_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_cache_var_on_global_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_cache_var_on_service_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_cache_var_on_service_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_custom_fields_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_custom_fields_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_custom_fields_field_option 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_custom_fields_field_option --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_custom_shift 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_custom_shift --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_escalation_policy 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_escalation_policy --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_event 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_event --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_extension 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_extension --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_external_data_cache_var_data_on_global_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_external_data_cache_var_data_on_global_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_external_data_cache_var_data_on_service_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_external_data_cache_var_data_on_service_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_incident_note 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_incident_note --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_incident_type_custom_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_incident_type_custom_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_incident_type_custom_field_field_option 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_incident_type_custom_field_field_option --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_incident_workflow 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_incident_workflow --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_incident_workflow_trigger 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_incident_workflow_trigger --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_maintenance_window 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_maintenance_window --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_oauth_client 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_oauth_client --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_oauth_delegations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_oauth_delegations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_orchestration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_orchestration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_orchestration_integration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_orchestration_integration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_override 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_override --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_rotation 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_rotation --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_ruleset 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_ruleset --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_ruleset_event_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_ruleset_event_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_schedule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_schedule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_schedule_override 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_schedule_override --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_schedule_v3 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_schedule_v3 --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_service_custom_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_service_custom_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_service_custom_field_option 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_service_custom_field_option --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_service_dependency 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_service_dependency --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_service_event_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_service_event_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_service_from_incident_workflow_trigger 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_service_from_incident_workflow_trigger --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_session_configurations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_session_configurations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_sre_memory 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_sre_memory --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_status_page_post 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_status_page_post --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_status_page_post_update 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_status_page_post_update --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_status_page_postmortem 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_status_page_postmortem --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_status_page_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_status_page_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_tag 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_tag --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_team 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_team --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_team_escalation_policy 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_team_escalation_policy --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_team_user 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_team_user --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_template 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_template --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_user 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_user --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_user_contact_method 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_user_contact_method --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_user_handoff_notification_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_user_handoff_notification_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_user_notification_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_user_notification_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_user_session 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_user_session --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_user_sessions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_user_sessions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_user_status_update_notification_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_user_status_update_notification_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_webhook_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_webhook_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_delete_workflow_integration_connection 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_delete_workflow_integration_connection --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_enable_extension 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_enable_extension --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_enable_webhook_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_enable_webhook_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_ability 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_ability --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_addon 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_addon --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_alert_grouping_setting 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_alert_grouping_setting --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_all_automation_actions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_all_automation_actions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_incident_responses_by_id 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_incident_responses_by_id --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_incidents 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_incidents --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_incidents_by_id 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_incidents_by_id --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_incidents_all 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_incidents_all --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_incidents_escalation_policy 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_incidents_escalation_policy --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_incidents_escalation_policy_all 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_incidents_escalation_policy_all --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_incidents_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_incidents_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_incidents_service_all 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_incidents_service_all --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_incidents_team 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_incidents_team --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_incidents_team_all 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_incidents_team_all --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_pd_advance_usage_features 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_pd_advance_usage_features --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_responders_all 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_responders_all --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_responders_team 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_responders_team --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_metrics_users_all 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_metrics_users_all --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_responder_incidents 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_responder_incidents --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_analytics_users 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_analytics_users --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_automation_action 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_automation_action --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_automation_actions_action_service_association 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_automation_actions_action_service_association --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_automation_actions_action_service_associations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_automation_actions_action_service_associations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_automation_actions_action_team_association 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_automation_actions_action_team_association --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_automation_actions_action_team_associations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_automation_actions_action_team_associations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_automation_actions_invocation 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_automation_actions_invocation --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_automation_actions_runner 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_automation_actions_runner --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_automation_actions_runner_team_association 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_automation_actions_runner_team_association --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_automation_actions_runner_team_associations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_automation_actions_runner_team_associations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_automation_actions_runners 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_automation_actions_runners --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_business_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_business_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_business_service_impacts 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_business_service_impacts --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_business_service_priority_thresholds 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_business_service_priority_thresholds --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_business_service_service_dependencies 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_business_service_service_dependencies --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_business_service_subscribers 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_business_service_subscribers --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_business_service_supporting_service_impacts 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_business_service_supporting_service_impacts --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_business_service_top_level_impactors 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_business_service_top_level_impactors --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_cache_var_on_global_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_cache_var_on_global_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_cache_var_on_service_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_cache_var_on_service_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_change_event 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_change_event --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_current_user 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_current_user --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_custom_fields_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_custom_fields_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_custom_shift 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_custom_shift --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_entity_type_by_id_tags 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_entity_type_by_id_tags --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_escalation_policy 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_escalation_policy --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_event 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_event --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_extension 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_extension --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_extension_schema 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_extension_schema --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_external_data_cache_var_data_on_global_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_external_data_cache_var_data_on_global_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_external_data_cache_var_data_on_service_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_external_data_cache_var_data_on_service_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident_alert 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident_alert --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident_field_values 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident_field_values --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident_impacted_business_services 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident_impacted_business_services --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident_notification_subscribers 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident_notification_subscribers --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident_type 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident_type --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident_type_custom_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident_type_custom_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident_type_custom_field_field_options 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident_type_custom_field_field_options --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident_workflow 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident_workflow --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident_workflow_action 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident_workflow_action --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_incident_workflow_trigger 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_incident_workflow_trigger --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_log_entry 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_log_entry --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_maintenance_window 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_maintenance_window --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_oauth_client 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_oauth_client --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_oauth_delegations_revocation_requests_status 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_oauth_delegations_revocation_requests_status --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_orch_active_status 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_orch_active_status --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_orch_path_global 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_orch_path_global --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_orch_path_router 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_orch_path_router --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_orch_path_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_orch_path_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_orch_path_unrouted 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_orch_path_unrouted --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_orchestration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_orchestration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_orchestration_integration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_orchestration_integration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_outlier_incident 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_outlier_incident --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_override 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_override --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_past_incidents 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_past_incidents --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_paused_incident_report_alerts 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_paused_incident_report_alerts --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_paused_incident_report_counts 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_paused_incident_report_counts --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_post_update 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_post_update --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_postmortem 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_postmortem --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_rotation 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_rotation --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_ruleset 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_ruleset --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_ruleset_event_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_ruleset_event_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_schedule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_schedule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_schedule_v3 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_schedule_v3 --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_service_custom_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_service_custom_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_service_custom_field_option 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_service_custom_field_option --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_service_custom_field_values 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_service_custom_field_values --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_service_event_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_service_event_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_service_integration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_service_integration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_session_configurations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_session_configurations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_status_dashboard_by_id 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_status_dashboard_by_id --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_status_dashboard_by_url_slug 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_status_dashboard_by_url_slug --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_status_dashboard_service_impacts_by_id 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_status_dashboard_service_impacts_by_id --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_status_dashboard_service_impacts_by_url_slug 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_status_dashboard_service_impacts_by_url_slug --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_status_page_impact 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_status_page_impact --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_status_page_post 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_status_page_post --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_status_page_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_status_page_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_status_page_severity 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_status_page_severity --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_status_page_status 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_status_page_status --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_status_page_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_status_page_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_tag 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_tag --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_tags_by_entity_type 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_tags_by_entity_type --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_team 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_team --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_team_notification_subscriptions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_team_notification_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_technical_service_service_dependencies 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_technical_service_service_dependencies --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_template 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_template --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_template_fields 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_template_fields --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_templates 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_templates --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_contact_method 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_contact_method --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_contact_methods 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_contact_methods --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_delegation 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_delegation --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_handoff_notifiaction_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_handoff_notifiaction_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_handoff_notification_rules 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_handoff_notification_rules --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_license 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_license --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_notification_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_notification_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_notification_rules 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_notification_rules --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_notification_subscriptions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_notification_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_session 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_session --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_sessions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_sessions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_status_update_notification_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_status_update_notification_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_user_status_update_notification_rules 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_user_status_update_notification_rules --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_vendor 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_vendor --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_webhook_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_webhook_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_workflow_integration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_workflow_integration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_get_workflow_integration_connection 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_get_workflow_integration_connection --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_abilities 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_abilities --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_addon 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_addon --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_alert_grouping_settings 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_alert_grouping_settings --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_audit_records 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_audit_records --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_automation_action_invocations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_automation_action_invocations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_business_services 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_business_services --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_cache_var_on_global_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_cache_var_on_global_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_cache_var_on_service_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_cache_var_on_service_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_change_events 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_change_events --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_custom_fields_field_options 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_custom_fields_field_options --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_custom_fields_fields 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_custom_fields_fields --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_custom_shifts 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_custom_shifts --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_escalation_policies 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_escalation_policies --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_escalation_policy_audit_records 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_escalation_policy_audit_records --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_event_orchestration_feature_enablements 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_event_orchestration_feature_enablements --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_event_orchestrations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_event_orchestrations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_events 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_events --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_extension_schemas 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_extension_schemas --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_extensions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_extensions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_incident_alerts 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_incident_alerts --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_incident_log_entries 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_incident_log_entries --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_incident_notes 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_incident_notes --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_incident_type_custom_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_incident_type_custom_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_incident_type_custom_fields 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_incident_type_custom_fields --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_incident_types 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_incident_types --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_incident_workflow_actions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_incident_workflow_actions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_incident_workflow_triggers 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_incident_workflow_triggers --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_incident_workflows 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_incident_workflows --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_incidents 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_incidents --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_license_allocations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_license_allocations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_licenses 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_licenses --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_log_entries 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_log_entries --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_maintenance_windows 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_maintenance_windows --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_notifications 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_notifications --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_oauth_clients 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_oauth_clients --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_on_calls 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_on_calls --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_orchestration_integrations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_orchestration_integrations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_overrides 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_overrides --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_priorities 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_priorities --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_resource_standards 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_resource_standards --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_resource_standards_many_services 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_resource_standards_many_services --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_rotations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_rotations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_ruleset_event_rules 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_ruleset_event_rules --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_rulesets 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_rulesets --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_schedule_overrides 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_schedule_overrides --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_schedule_users 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_schedule_users --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_schedules 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_schedules --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_schedules_audit_records 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_schedules_audit_records --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_schedules_audit_records_v3 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_schedules_audit_records_v3 --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_schedules_v3 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_schedules_v3 --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_service_audit_records 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_service_audit_records --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_service_change_events 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_service_change_events --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_service_custom_field_options 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_service_custom_field_options --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_service_custom_fields 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_service_custom_fields --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_service_event_rules 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_service_event_rules --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_service_feature_enablements 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_service_feature_enablements --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_services 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_services --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_sre_memories 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_sre_memories --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_standards 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_standards --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_status_dashboards 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_status_dashboards --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_status_page_impacts 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_status_page_impacts --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_status_page_post_updates 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_status_page_post_updates --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_status_page_posts 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_status_page_posts --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_status_page_services 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_status_page_services --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_status_page_severities 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_status_page_severities --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_status_page_statuses 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_status_page_statuses --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_status_page_subscriptions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_status_page_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_status_pages 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_status_pages --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_tags 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_tags --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_team_users 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_team_users --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_teams 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_teams --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_teams_audit_records 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_teams_audit_records --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_user_delegations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_user_delegations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_users 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_users --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_users_audit_records 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_users_audit_records --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_vendors 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_vendors --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_webhook_subscriptions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_webhook_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_workflow_integration_connections 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_workflow_integration_connections --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_workflow_integration_connections_by_integration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_workflow_integration_connections_by_integration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_list_workflow_integrations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_list_workflow_integrations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_merge_incidents 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_merge_incidents --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_migrate_orchestration_integration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_migrate_orchestration_integration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_post_alert_grouping_settings 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_post_alert_grouping_settings --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_post_incident_workflow 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_post_incident_workflow --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_post_orchestration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_post_orchestration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_post_orchestration_integration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_post_orchestration_integration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_put_alert_grouping_setting 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_put_alert_grouping_setting --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_put_business_service_priority_thresholds 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_put_business_service_priority_thresholds --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_put_incident_manual_business_service_association 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_put_incident_manual_business_service_association --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_put_incident_workflow 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_put_incident_workflow --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_remove_business_service_account_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_remove_business_service_account_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_remove_business_service_notification_subscriber 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_remove_business_service_notification_subscriber --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_remove_incident_notification_subscribers 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_remove_incident_notification_subscribers --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_remove_team_notification_subscriptions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_remove_team_notification_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_render_template 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_render_template --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_set_incident_field_values 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_set_incident_field_values --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_test_webhook_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_test_webhook_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_unsubscribe_user_notification_subscriptions 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_unsubscribe_user_notification_subscriptions --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_addon 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_addon --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_automation_action 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_automation_action --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_automation_actions_runner 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_automation_actions_runner --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_business_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_business_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_cache_var_on_global_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_cache_var_on_global_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_cache_var_on_service_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_cache_var_on_service_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_change_event 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_change_event --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_custom_fields_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_custom_fields_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_custom_fields_field_option 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_custom_fields_field_option --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_custom_shift 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_custom_shift --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_escalation_policy 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_escalation_policy --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_event 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_event --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_event_orchestration_feature_enablements 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_event_orchestration_feature_enablements --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_extension 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_extension --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_external_data_cache_var_data_on_global_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_external_data_cache_var_data_on_global_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_external_data_cache_var_data_on_service_orch 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_external_data_cache_var_data_on_service_orch --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_incident 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_incident --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_incident_alert 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_incident_alert --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_incident_alerts 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_incident_alerts --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_incident_note 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_incident_note --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_incident_type 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_incident_type --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_incident_type_custom_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_incident_type_custom_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_incident_type_custom_field_field_option 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_incident_type_custom_field_field_option --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_incident_workflow_trigger 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_incident_workflow_trigger --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_incidents 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_incidents --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_log_entry_channel 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_log_entry_channel --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_maintenance_window 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_maintenance_window --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_oauth_client 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_oauth_client --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_orch_active_status 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_orch_active_status --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_orch_path_global 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_orch_path_global --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_orch_path_router 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_orch_path_router --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_orch_path_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_orch_path_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_orch_path_unrouted 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_orch_path_unrouted --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_orchestration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_orchestration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_orchestration_integration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_orchestration_integration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_override 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_override --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_ruleset 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_ruleset --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_ruleset_event_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_ruleset_event_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_schedule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_schedule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_schedule_v3 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_schedule_v3 --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_service 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_service --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_service_custom_field 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_service_custom_field --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_service_custom_field_option 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_service_custom_field_option --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_service_custom_field_values 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_service_custom_field_values --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_service_event_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_service_event_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_service_feature_enablement 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_service_feature_enablement --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_service_integration 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_service_integration --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_session_configurations 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_session_configurations --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_sre_memory 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_sre_memory --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_standard 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_standard --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_status_page_post 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_status_page_post --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_status_page_post_update 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_status_page_post_update --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_team 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_team --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_team_escalation_policy 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_team_escalation_policy --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_team_user 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_team_user --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_template 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_template --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_user 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_user --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_user_contact_method 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_user_contact_method --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_user_handoff_notification 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_user_handoff_notification --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_user_notification_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_user_notification_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_user_status_update_notification_rule 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_user_status_update_notification_rule --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_webhook_subscription 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_webhook_subscription --json
ParameterTypeRequiredDescription
No parameters.
pagerduty.pagerduty_update_workflow_integration_connection 0 parameters
Schema command
kosmo integrations:schema pagerduty.pagerduty_update_workflow_integration_connection --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.