cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/clusters/data-centers/{dataCenterId}/machine-types/{machineTypeId} \ --header 'Authorization: <api-key>'
{ "machineType": { "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>" } } ] } }
Gets the details of a cluster machine type.
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