v1

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

gridIdstring

The grid ID for this status update, can be '' for local grids

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