b679a8f3f02c
Get the Unrouted Orchestration for an Event Orchestration
Get a Global Event Orchestration's Rules for Unrouted events.
An Unrouted Orchestration allows you to create a set of Event Rules that will be evaluated against all events that don't match any rules in the Global Orchestration's Router. Events that reach the Unrouted Orchestration will never be routed to a specific Service.
The Unrouted Orchestration evaluates Events sent to it against each of its rules, beginning with the rules in the "start" set. When a matching rule is found, it can modify and enhance the event and can route the event to another set of rules within this Unrouted Orchestration for further processing.
For more information see the API Concepts Document
Scoped OAuth requires: event_orchestrations.read
Path parameters
The ID of an Event Orchestration.
Headers
The Accept header is used as a versioning header.
Response
The Unrouted Orchestration object.