Config

get the configuration for a fleet ID.

GEThttps://cloud-api.calyptia.com/v1/fleets/{fleetID}/config
Authorization
Path parameters
fleetID*string (uuid)
Query parameters
Response

OK

Body
string
Request
const response = await fetch('https://cloud-api.calyptia.com/v1/fleets/{fleetID}/config', {
    method: 'GET',
    headers: {
      "Authorization": "Bearer <token>"
    },
});
const data = await response.json();
Response
text