Get agent status summary 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)
{
  "active": 42,
  "all": 42,
  "error": 42,
  "events": 42,
  "inactive": 42,
  "offline": 42,
  "online": 42,
  "other": 42,
  "total": 42,
  "unenrolled": 42,
  "updating": 42
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}