Status

Fleet Status.

get

Show the status of all agents within a fleet.

Authorizations
Path parameters
fleetIDstring · uuidRequired
Responses
200
OK
application/json
get
GET /v1/fleets/{fleetID}/status HTTP/1.1
Host: cloud-api.calyptia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

OK

{
  "managed": 1,
  "healthy": 1,
  "inProgress": 1,
  "unhealthy": 1
}