Get debug info about management server connection
Returns debug info when MQTT protocol is enabled
Responses
- 200
- 400
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
- Debug
Schema
- info string[]
{
"info": [
"string"
]
}
{
"info": [
"Connection to broker established",
"Connection to broker could not be established",
"send log: not connected, trying to connect...",
"send log: not connected, connecting is in progress..."
]
}
- application/json
- Schema
- Example (from schema)
- Error
Schema
- error string
{
"error": "Wrong JSON body"
}
{
"error": "MQTT protocol is disabled"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Administrator rights required
Loading...