cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/clusters/machine-types \ --header 'Authorization: <api-key>'
{ "pageNumber": 123, "pageSize": 123, "totalCount": 123, "machineTypes": [ { "architecture": "<string>", "cpuCores": 123, "cpuModel": "<string>", "cpuSpeedMhz": 123, "dataCenterId": "<string>", "diskSizeGib": 123, "disks": 123, "gpus": 123, "id": "<string>", "memoryGib": 123, "networkType": "NETWORK_TYPE_UNSPECIFIED", "gpuModelId": "<string>", "machinesFree": 123, "prices": [ { "commitmentTerm": "COMMITMENT_TERM_NONE", "dataCenterId": "<string>", "ipv4PriceHr": { "value": "<string>" }, "machineTypeId": "<string>", "priceHr": { "value": "<string>" } } ] } ] }
Lists the types of cluster machines that can be provisioned.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
Return custom prices for a specific project.
A successful response.
Show child attributes