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

Changes

Changed in 3 of the 23 revisions of this API.14

    • added the optional property items/detections/elastalert/blocked to the response with the 200 status

      response-optional-property-added

    • added the optional property items/detections/strelka/blocked to the response with the 200 status

      response-optional-property-added

    • added the optional property items/detections/suricata/blocked to the response with the 200 status

      response-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