Get routing
GET/getConnectorRouting/:connectorGuid
Returns the current routing configuration of a routing meta-connector as a routing document.
The returned document is always a valid request body for
Set routing: fetch it, modify it, and send it back. Every rule
node carries a server-assigned id — echo these ids when you resubmit to update rules in
place.
Request
Responses
- 200
- 401
- 404
- 422
- 500
The current routing configuration of the meta-connector.
Unauthorized, see authentication.
The connector was not found. The GUID is unknown, or the connector is not accessible with the given API key.
The routing document was rejected. See the errorCode list in the response schema; the
errorMessage names the offending part of the document.
Internal server error.