Status

Fleets Status for a Project.

get

Show the status of all fleets within a project.

Authorizations
Path parameters
projectIDstring · uuidRequired
Responses
200
OK
application/json
get
GET /v1/projects/{projectID}/fleets/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
}