Get agent status summary Deprecated

GET /agent-status

Responses

GET /agent-status
curl \
 -X GET https://localhost:5601/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
}