Skip to main content
GET
/
api
/
fleet
/
health
Fleet Health Route
curl --request GET \
  --url https://api.example.com/api/fleet/health
{
  "total_minions": 123,
  "minions": [
    {
      "minion_id": "<string>",
      "online": true,
      "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "jid": "<string>",
      "completed_at": "2023-11-07T05:31:56Z",
      "pass_count": 123,
      "fail_count": 123,
      "change_count": 123,
      "total_count": 123,
      "duration_ms": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

total_minions
integer
required
minions
MinionHealthOut · object[]
required