mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
Add note about json welcome page to api docs
This commit is contained in:
parent
ecb6651926
commit
a87822e66b
@ -1850,6 +1850,27 @@ This is the "Welcome Page", and contains a few distinct sections::
|
|||||||
Grid status: introducer information, helper information, connected storage
|
Grid status: introducer information, helper information, connected storage
|
||||||
servers.
|
servers.
|
||||||
|
|
||||||
|
``GET /?t=json`` (the json welcome page)
|
||||||
|
|
||||||
|
This is the "json Welcome Page", and contains connectivity status
|
||||||
|
of the introducer(s) and storage server(s), here's an example::
|
||||||
|
|
||||||
|
{
|
||||||
|
"introducers": {
|
||||||
|
"statuses": []
|
||||||
|
},
|
||||||
|
"servers": {
|
||||||
|
"other_nodeid": {
|
||||||
|
"available_space": 123456,
|
||||||
|
"nickname": "other_nickname \u263b",
|
||||||
|
"version": "",
|
||||||
|
"connection_status": "summary",
|
||||||
|
"last_received_data": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
``GET /status/``
|
``GET /status/``
|
||||||
|
|
||||||
This page lists all active uploads and downloads, and contains a short list
|
This page lists all active uploads and downloads, and contains a short list
|
||||||
|
Loading…
Reference in New Issue
Block a user