Get details of a specific fleet

View as Markdown
A ViewSet for Fleet instances.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"
A UUID string identifying this fleet.

Response

idstringRead-onlyformat: "uuid"
createddatetimeRead-only
modifieddatetimeRead-only
namestringRead-only
org_namestring or nullRead-only
Name of the organization that owns this fleet, or null for public fleets.
clusterstring or nullRead-onlyformat: "uuid"
The cluster that the fleet is a member of.
flagsobjectOptional
Behavior flags for the fleet.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error