cURL
curl --request GET \ --url https://api.logfleet.io/api/v1/dashboard/agents/health \ --header 'Authorization: Bearer <token>'
{ "total_agents": 123, "online_agents": 123, "offline_agents": 123, "error_agents": 123, "pending_agents": 123, "last_updated": "2023-11-07T05:31:56Z" }
Returns aggregated health status of all agents
Documentation IndexFetch the complete documentation index at: https://docs.logfleet.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.logfleet.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from /auth/login
Agent health summary