Topology REST Endpoints

Topology
The Topology API allows a client to see all of the ephemeral objects (messaging contexts, connections, sessions, producers, consumers, queue browsers, and temporary destinations) currently in existence in a service instance.
Retrieve the Topology for all Messaging Contexts
Method: get
Path: /messagingcontexts
Retrieve the Topology of a specific Messaging Context.
Method: get
Path: /messagingcontexts/{messagingContextID}