Get debug info about Link connection
Returns debug info when MQTT protocol is enabled
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- info string[]
{
"info": [
"string"
]
}
{
"info": [
"Fri May 20 19:06:42 2022: Exception: MQTT error [-1]: TCP/TLS connect failure (0)",
"Fri May 20 19:09:17 2022: Disconnected",
"Fri May 20 19:09:17 2022: Connecting to the MQTT server...",
"Fri May 20 19:09:17 2022: Subscribing to topics...",
"Fri May 20 19:09:18 2022: Connected"
]
}
MQTT protocol is disabled
- 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"
}
Loading...