Get agent status summary Deprecated Beta

GET /api/fleet/agent-status

Responses

GET /api/fleet/agent-status
curl \
 -X GET https://localhost:5601/api/fleet/agent-status
Response examples (200)
{
  "error": 42,
  "events": 42,
  "inactive": 42,
  "offline": 42,
  "online": 42,
  "other": 42,
  "total": 42,
  "updating": 42
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}