-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Bug Description
In the CodeLabs exercise 'Connecting Event Portal to a runtime Event Broker', the EMA YAML connection file contains a URL which may have too many levels on line 84:
plugins.resources.connections.url: https://mr-connection-xxxxxx.messaging.solace.cloud:943/SEMP/v2/config
This results in an error on the EMA:
"diagnostic":{"severity":"error","summary":"SEMP call failed","detail":"request failed for https://mr-connection-xxxxxx.messaging.solace.cloud:943/SEMP/v2/config/SEMP/v2/config/msgVpns/rrrrrr using GET, No paths found for /SEMP/v2/config/msgVpns/rrrrrr, INVALID_PATH"
...and updates cannot be pushed to the Event Broker.
Altering the line to:
plugins.resources.connections.url: https://mr-connection-xxxxxx.messaging.solace.cloud:943
...restores the connection.
Expected Behavior
Updates to be pushed to the Event Broker
Steps to Reproduce
Follow the CodeLabs exercise 'Connecting Event Portal to a runtime Event Broker', in particular Step 6 to save and create a connection file.
Solace Broker version
10.10.1.112
Solace API
No response
Solace API version
No response