curl --request GET \
--url http://localhost:8000/bot-orchestration/mqtt \
--header 'Authorization: Basic <encoded-value>'Get MQTT connection status and discovered bots.
Args: bots_manager: Bot orchestrator service dependency
Returns: Dictionary with MQTT connection status, discovered bots, and broker information
curl --request GET \
--url http://localhost:8000/bot-orchestration/mqtt \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?