Get debug information about management server connection
Returns debug information when MQTT protocol is enabled
Responses
- 200
- 400
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
- Debug
Schema
- info string[]Provides a list of debug events 
{
  "info": [
    "Connection to broker established"
  ]
}
{
  "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..."
  ]
}
Wrong JSON body
- application/json
- Schema
- Example (from schema)
- Error
Schema
- error stringError information 
{
  "error": "Wrong JSON body"
}
{
  "error": "MQTT protocol is disabled"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Administrator rights required
- application/json
- Schema
- Example (from schema)
Schema
- error stringError information 
{
  "error": "Administrator rights required"
}
Loading...