Grid
Get Grid Status
Retrieves the status of the grid overall. Includes grid health status information related to nodes, alerts, detection engines, etc.
get/connect/grid/status
Response
The grid Status summary
Example response
[
{
"alerts": {
"newCount": 132
},
"detections": {
"elastalert": {
"syncing": true
},
"strelka": {
"syncing": true
},
"suricata": {
"syncing": true
}
},
"grid": {
"awaitingRebootNodeCount": 1,
"eps": 2311,
"totalNodeCount": 4
},
"gridId": "my_subgrid_a"
}
]