v1

latestOpenAPI 3.1.0Elastic 2.02026-07-179371211.2 KB
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

fingerprintstring

The security fingerprint to ensure the grid member requesting to join the grid matches is the actual grid member that was just setup

idstring

The unique ID for this grid member

namestring

The name of the grid member

rolestring

The role of this grid member, assigned during Security Onion setup

statusstring

The current membership status of this grid member

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