Fleet files
retrieve a fleet file.
Retrieve a single fleet file with its metadata.
GEThttps://cloud-api.calyptia.com/v1/fleet_files/{fleetFileID}
Authorization
Path parameters
fleetFileID*string (uuid)
UUID of the fleet file.
Response
Fleet File.
Body
contentsstring (byte)
createdAtstring (date-time)
updatedAtstring (date-time)
idstring (uuid)
namestring
Request
Response
Delete fleet file.
Delete a single fleet file by its ID.
DELETEhttps://cloud-api.calyptia.com/v1/fleet_files/{fleetFileID}
Authorization
Path parameters
fleetFileID*string (uuid)
UUID of the fleet file.
Response
Deleted.
Request
Update fleet file.
Update a fleet file.
PATCHhttps://cloud-api.calyptia.com/v1/fleet_files/{fleetFileID}
Authorization
Path parameters
fleetFileID*string (uuid)
UUID of the fleet file.
Body
namestring
contentsstring (byte)
Response
Updated.
Request