Advertisement
sergioip

Untitled

May 23rd, 2023
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.94 KB | None | 0 0
  1. {
  2.   "type": "connectivity.responses:retrieveConnectionStatus",
  3.   "status": 200,
  4.   "connectionStatus": "open",
  5.   "liveStatus": "misconfigured",
  6.   "recoveryStatus": "ongoing",
  7.   "clientStatus": [
  8.     {
  9.       "type": "client",
  10.       "client": "dt-ditto-connectivity-7695dc65b7-4z7jn",
  11.       "status": "misconfigured",
  12.       "recoveryStatus": "ongoing",
  13.       "statusDetails": "MQTT client got disconnected. - cause <ConnectionClosedException>: Server closed connection without DISCONNECT. At 2023-05-23T07:47:43.474268894Z",
  14.       "inStateSince": "2023-05-23T07:47:42.471337494Z"
  15.     }
  16.   ],
  17.   "targetStatus": [
  18.     {
  19.       "type": "target",
  20.       "client": "dt-ditto-connectivity-7695dc65b7-4z7jn",
  21.       "address": "opentwins/{{ topic:channel }}/{{ topic:criterion }}/{{ thing:namespace }}/{{ thing:name }}",
  22.       "status": "closed",
  23.       "statusDetails": "Closed because of unknown/failure/misconfiguration status in client."
  24.     }
  25.   ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement