Get Grid Status
Retrieves the status of the grid overall. Includes grid health status information related to nodes, alerts, detection engines, etc.
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"
}
]Changes
Changed in 3 of the 23 revisions of this API.14
- ○
added the optional property
items/detections/elastalert/blockedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/detections/strelka/blockedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/detections/suricata/blockedto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲