Files
Fleet.
Retrieve the list of fleet files.
GEThttps://cloud-api.calyptia.com/v1/fleets/{fleetID}/files
Authorization
Path parameters
fleetID*string (uuid)
Unique ID for the Fleet.
Query parameters
Response
OK
Body
contentsstring (byte)
createdAtstring (date-time)
updatedAtstring (date-time)
idstring (uuid)
namestring
Request
Response
Create Fleet File.
Create a new Fleet File.
POSThttps://cloud-api.calyptia.com/v1/fleets/{fleetID}/files
Authorization
Path parameters
fleetID*string (uuid)
Unique ID for the Fleet.
Body
name*string
contents*string (byte)
Response
Updated.
Body
id*string (uuid)
createdAt*string (date-time)
Request
Response