Retrieve the list of fleet files.
Unique ID for the Fleet.
Fleet files before the given cursor.
Last fleet files.
GET /v1/fleets/{fleetID}/files HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
[ { "contents": "Ynl0ZXM=", "createdAt": "2025-04-24T07:12:41.011Z", "updatedAt": "2025-04-24T07:12:41.011Z", "id": "123e4567-e89b-12d3-a456-426614174000", "name": "text" } ]
Create a new Fleet File.
Created fleet file response body.
POST /v1/fleets/{fleetID}/files HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 37 { "name": "text", "contents": "Ynl0ZXM=" }
Updated.
{ "id": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-04-24T07:12:41.011Z" }