GET /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
Scoped OAuth requires: event_orchestrations.read
Servers
- https://api.pagerduty.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Accept |
String | Yes |
The Default value: "application/vnd.pagerduty+json;version=2" |
Content-Type |
String | Yes |
Possible values:
Default value: "application/json" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Integer | No |
The number of results per page. |
sort_by |
String | No |
Used to specify the field you wish to sort the results on. Possible values:
Default value: "name:asc" |
offset |
Integer | No |
Offset to start pagination search results. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.