To use the PagerDuty connector, add the <pagerduty.init>
element in your configuration before carrying out any other PagerDuty operations.
The PagerDuty API supports token authentication. For more information on authentication, see https://developer.pagerduty.com/documentation/rest/authentication.
init
<pagerduty.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <apiToken>{$ctx:apiToken}</apiToken> </pagerduty.init>
Properties
apiUrl:
The URL of the PagerDuty REST API.apiToken:
The security token of the API.
Now that you have connected to PagerDuty, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see Testing the PagerDuty Integration.