cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/images \ --header 'Authorization: <api-key>'
{ "pageNumber": 123, "pageSize": 123, "totalCount": 123, "images": [ { "dataCenterId": "<string>", "description": "<string>", "id": "<string>", "platform": "<string>", "projectId": "<string>", "sizeGib": 123, "state": "UNKNOWN" } ] }
Lists private virtual machine images in a project.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
Show child attributes