Skip to main content

integrations

Overview

Nameintegrations
TypeResource
Idpagerduty.event_orchestrations.integrations

Fields

NameDatatypeDescription
idstringID of the Integration.
labelstringName of the Integration.
parametersobject

Methods

NameAccessible byRequired ParamsDescription
get_orchestration_integrationSELECTid, integration_idGet 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

Scoped OAuth requires: event_orchestrations.read
list_orchestration_integrationsSELECTidList 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

Scoped OAuth requires: event_orchestrations.read
delete_orchestration_integrationDELETEid, integration_idDelete 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

Scoped OAuth requires: event_orchestrations.write
_get_orchestration_integrationEXECid, integration_idGet 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

Scoped OAuth requires: event_orchestrations.read
_list_orchestration_integrationsEXECidList 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

Scoped OAuth requires: event_orchestrations.read
migrate_orchestration_integrationEXECid, data__integration_id, data__source_id, data__source_typeMove 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

Scoped OAuth requires: event_orchestrations.write
post_orchestration_integrationEXECid, data__integrationCreate 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

Scoped OAuth requires: event_orchestrations.write
update_orchestration_integrationEXECid, integration_id, data__integrationUpdate 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

Scoped OAuth requires: event_orchestrations.write