Update to the format the code now actually produces

This commit is contained in:
Jean-Paul Calderone 2017-07-27 15:28:29 -04:00
parent 7027547ecc
commit e0ee726d22

View File

@ -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
}
}]
}