Advertisement
sergioip

Untitled

May 23rd, 2023
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.92 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": "<ConnectionClosedException>: Server closed connection without DISCONNECT.",
  14.       "inStateSince": "2023-05-23T07:33:59.368281907Z"
  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": "unknown",
  23.       "statusDetails": "Producers for targets with placeholders are started on-demand.",
  24.       "inStateSince": "2023-05-22T07:38:18.210879240Z"
  25.     }
  26.   ]
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement