Getting a list of peers
api/v1
$ curl -X GET http://localhost:2442/api/v1/peerList \
-H 'Content-Type: application/json;charset=utf-8'[
{
"host": "110.14.194.10",
"port": 8148,
"lastSeen": "11/14/2018, 12:08:14 PM",
"failCount": 0,
"lastAttempt": "11/14/2018, 12:08:14 PM",
"active": 2
},
...
]Last updated