Grid
Get Grid Nodes
Retrieves the list of nodes that have recently checked-in with SOC. Nodes are grid members that have recently checked in with SOC. Under certain scenarios this may not include nodes that are accepted members of the grid but currently offline. Effectively, the results of this API call will match the view of the Grid screen in SOC (Not the Grid Members screen).
get/connect/grid/
Response
The list of grid nodes or an empty list is insufficient permissions
Example response
[
{
"address": "4.3.2.1",
"captureLossPct": 24.0605,
"connectionStatus": "fault",
"consumptionEps": 110,
"cpuUsedPct": 5.0035165275079265,
"description": "East coast sensor",
"diskTotalNsmGB": 772.7962808320001,
"diskTotalRootGB": 314.41920000000005,
"diskUsedElasticGB": 386.948,
"diskUsedInfluxDbGB": 1.922272,
"diskUsedNsmPct": 84.28509193998036,
"diskUsedRootPct": 20.944604461814038,
"epochTime": "2024-12-01T03:24:01Z",
"eventstoreStatus": "ok",
"gridId": "so1",
"highstateAgeSeconds": 220,
"id": "sensor-001",
"imageBack": "5000v2_back_thumb.jpg",
"imageFront": "5000v2_front_thumb.jpg",
"ioWaitPct": 0.21099,
"lksEnabled": 1,
"load15m": 1.09,
"load1m": 0.43,
"load5m": 0.96,
"memoryTotalGB": 33.176731648,
"memoryUsedPct": 60.66793353109983,
"metricsEnabled": true,
"mgmtMac": "AA:BB:CC:11:22:33",
"model": "SOS5000-DE02",
"onlineTime": "2024-01-26T21:17:25Z",
"osNeedsRestart": 1,
"osUptimeSeconds": 1384801,
"pcapDays": 1.8762268518518517,
"processJson": "{\"status_code\":0, \"containers\":[{\"Name\":\"so-dockerregistry\", \"Status\":\"running\",\"Details\":\"Up 2 weeks\"}, ... ]}",
"processStatus": "ok",
"raidStatus": "unknown",
"role": "so-standalone",
"status": "ok",
"suriLossPct": 1.1345,
"suriRulesLoaded": 45879,
"suriRulesReloadTime": "2025-12-04T01:04:07.994734+0000",
"suriRulesStatus": "ok",
"swapTotalGB": 8.589930496000001,
"swapUsedPct": 63.27341235800379,
"trafficManInMbs": 0.031592,
"trafficManOutMbs": 0.030966666666666667,
"trafficMonInMbs": 1.6864359999999998,
"updateTime": "2024-12-03T15:42:21.723166638Z",
"uptimeSeconds": 26936696,
"version": "2.4.110"
}
]