Get agent status summary

GET /api/fleet/agent_status

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/agent_status

Refer to Spaces for more information.

Query parameters

  • policyId string
  • kuery string Deprecated

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • active integer Required
    • all integer Required
    • error integer Required
    • events integer Required
    • inactive integer Required
    • offline integer Required
    • online integer Required
    • other integer Required
    • total integer Required Deprecated
    • unenrolled integer
    • updating integer Required
  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/agent_status
curl \ --request GET 'https://localhost:5601/api/fleet/agent_status' \ --header "Authorization: $API_KEY"