curl --request GET \
--url http://localhost:8000/controllers/configs \
--header 'Authorization: Basic <encoded-value>'[
{}
]List all controller configurations with metadata.
Returns: List of controller configuration objects with name, controller_name, controller_type, and other metadata
curl --request GET \
--url http://localhost:8000/controllers/configs \
--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?