Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions rest/system-connections-get.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GET /rest/system/connections
============================


.. note:: Return format changed in 0.13.0.
.. note:: Return format changed in versions 0.13.0 and 1.19.0.


Returns the list of configured devices and some metadata associated
Expand All @@ -14,21 +14,17 @@ The connection types are ``TCP (Client)``, ``TCP (Server)``, ``Relay (Client)``

{
"total" : {
"paused" : false,
"clientVersion" : "",
"at" : "2015-11-07T17:29:47.691637262+01:00",
"connected" : false,
"inBytesTotal" : 1479,
"type" : "",
"outBytesTotal" : 1318,
"address" : ""
},
"connections" : {
"YZJBJFX-RDBL7WY-6ZGKJ2D-4MJB4E7-ZATSDUY-LD6Y3L3-MLFUYWE-AEMXJAC" : {
"connected" : true,
"inBytesTotal" : 556,
"paused" : false,
"at" : "2015-11-07T17:29:47.691548971+01:00",
"startedAt" : "2015-11-07T00:09:47Z",
"clientVersion" : "v0.12.1",
"address" : "127.0.0.1:22002",
"type" : "TCP (Client)",
Expand All @@ -39,6 +35,7 @@ The connection types are ``TCP (Client)``, ``TCP (Server)``, ``Relay (Client)``
"type" : "",
"address" : "",
"at" : "0001-01-01T00:00:00Z",
"startedAt" : "0001-01-01T00:00:00Z",
"clientVersion" : "",
"paused" : false,
"inBytesTotal" : 0,
Expand All @@ -52,6 +49,7 @@ The connection types are ``TCP (Client)``, ``TCP (Server)``, ``Relay (Client)``
"inBytesTotal" : 0,
"paused" : false,
"at" : "0001-01-01T00:00:00Z",
"startedAt" : "0001-01-01T00:00:00Z",
"clientVersion" : ""
}
}
Expand Down