cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/machines/operating-systems \ --header 'Authorization: <api-key>'
{ "images": [ { "description": "<string>", "displayName": "<string>", "id": "<string>", "installedPackages": [ { "description": "<string>", "name": "<string>", "version": "<string>" } ], "name": "<string>", "platform": "<string>", "sizeGib": 123 } ] }
Lists operating systems that can be deployed to bare-metal machines.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes