gui, man, authors: Update docs, translations, and contributors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "SYNCTHING-REST-API" "7" "May 13, 2019" "v1" "Syncthing"
|
||||
.TH "SYNCTHING-REST-API" "7" "May 17, 2019" "v1" "Syncthing"
|
||||
.SH NAME
|
||||
syncthing-rest-api \- REST API
|
||||
.
|
||||
@@ -514,6 +514,7 @@ Returns information about current system status and resource usage.
|
||||
"alloc": 30618136,
|
||||
"connectionServiceStatus": {
|
||||
"dynamic+https://relays.syncthing.net/endpoint": {
|
||||
"error": null,
|
||||
"lanAddresses": [
|
||||
"relay://23.92.71.120:443/?id=53STGR7\-YBM6FCX\-PAZ2RHM\-YPY6OEJ\-WYHVZO7\-PCKQRCK\-PZLTP7T\-434XCAD&pingInterval=1m0s&networkTimeout=2m0s&sessionLimitBps=0&globalLimitBps=0&statusAddr=:22070&providedBy=canton7"
|
||||
],
|
||||
@@ -522,6 +523,7 @@ Returns information about current system status and resource usage.
|
||||
]
|
||||
},
|
||||
"tcp://0.0.0.0:22000": {
|
||||
"error": null,
|
||||
"lanAddresses": [
|
||||
"tcp://0.0.0.0:22000"
|
||||
],
|
||||
@@ -542,6 +544,20 @@ Returns information about current system status and resource usage.
|
||||
},
|
||||
"discoveryMethods": 8,
|
||||
"goroutines": 49,
|
||||
"lastDialStatus": {
|
||||
"tcp://10.20.30.40": {
|
||||
"when": "2019\-05\-16T07:41:23Z",
|
||||
"error": "dial tcp 10.20.30.40:22000: i/o timeout"
|
||||
},
|
||||
"tcp://172.16.33.3:22000": {
|
||||
"when": "2019\-05\-16T07:40:43Z",
|
||||
"ok": true
|
||||
},
|
||||
"tcp://83.233.120.221:22000": {
|
||||
"when": "2019\-05\-16T07:41:13Z",
|
||||
"error": "dial tcp 83.233.120.221:22000: connect: connection refused"
|
||||
}
|
||||
},
|
||||
"myID": "P56IOI7\-MZJNU2Y\-IQGDREY\-DM2MGTI\-MGL3BXN\-PQ6W5BM\-TBBZ4TJ\-XZWICQ2",
|
||||
"pathSeparator": "/",
|
||||
"startTime": "2016\-06\-06T19:41:43.039284753+02:00",
|
||||
@@ -557,6 +573,13 @@ Returns information about current system status and resource usage.
|
||||
.fi
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.sp
|
||||
New in version 1.2.0: The \fBlastDialStatus\fP dictionary contains the last error (or \fBnull\fP for
|
||||
success) for each peer address that Syncthing has attempted to contact.
|
||||
The \fBconnectionServiceStatus\fP entries gained \fB"error": null\fP
|
||||
attributes where previously there would be no \fBerror\fP attribute at all
|
||||
in the success case.
|
||||
|
||||
.SS GET /rest/system/upgrade
|
||||
.sp
|
||||
Checks for a possible upgrade and returns an object describing the
|
||||
|
||||
Reference in New Issue
Block a user