mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
Update to the format the code now actually produces
This commit is contained in:
parent
7027547ecc
commit
e0ee726d22
@ -1859,15 +1859,16 @@ of the introducer(s) and storage server(s), here's an example::
|
||||
"introducers": {
|
||||
"statuses": []
|
||||
},
|
||||
"servers": {
|
||||
"other_nodeid": {
|
||||
"available_space": 123456,
|
||||
"nickname": "George \u263b",
|
||||
"version": "1.0",
|
||||
"connection_status": "summary",
|
||||
"last_received_data": 1487811257,
|
||||
}
|
||||
}
|
||||
"servers": [{
|
||||
"nodeid": "other_nodeid",
|
||||
"description": {
|
||||
"available_space": 123456,
|
||||
"nickname": "George \u263b",
|
||||
"version": "1.0",
|
||||
"connection_status": "summary",
|
||||
"last_received_data": 1487811257
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user