cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/images/{id} \ --header 'Authorization: <api-key>'
{ "image": { "dataCenterId": "<string>", "description": "<string>", "id": "<string>", "platform": "<string>", "projectId": "<string>", "sizeGib": 123, "state": "UNKNOWN" } }
Retrieves the details of a private virtual machine image.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes