This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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 
  • apiUrlThe 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.

 

  • No labels