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[]
List of debug logs
 
{
  "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..."
  ]
}
MQTT protocol is disabled
- application/json
 
- Schema
 - Example (from schema)
 - Error
 
Schema
- error string
Error message
 
{
  "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 message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
 
- Schema
 - Example (from schema)
 - Admin Rights Required
 
Schema
- error string
Error message
 
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}
Loading...