Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
images
/
{id}
Get a private virtual machine image
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"
  }
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

projectId
string
required
id
string
required

Response

A successful response.

image
object