PagerdutyEventsHook

PagerDuty

This class can be used to interact with the Pagerduty Events API.

View on GitHub

Last Updated: Oct. 26, 2022

Access Instructions

Install the PagerDuty provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

integration_keyPagerDuty Events API token
pagerduty_conn_idconnection that has PagerDuty integration key in the Pagerduty API token field

Documentation

This class can be used to interact with the Pagerduty Events API.

param integration_key

PagerDuty Events API token

param pagerduty_conn_id

connection that has PagerDuty integration key in the Pagerduty API token field

Was this page helpful?