Grid
Get Grid Members
Retrieves the complete list of all machine members associated, in some capacity, with this grid. A grid member is not necessarily an official grid node. For example, this list includes members that are not yet accepted into the grid, as well as members that have been rejected from joining the grid.
get/connect/gridmembers/
Response
The list of grid members
Example response
[
{
"fingerprint": "89:b2:75:46:7e:a7:5d:b2:bf:3a:d8:5d:62:fa:23:cf:43:e7:74:f5:68:4f:03:02:3c:24:0c:47:d6:29:86:af",
"id": "myserver_standalone",
"name": "myserver",
"role": "standalone",
"status": "accepted"
}
]