cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/images \ --header 'Authorization: <api-key>'
{ "images": [ { "dataCenterId": "<string>", "description": "<string>", "id": "<string>", "platform": "<string>", "projectId": "<string>", "sizeGib": 123, "state": "UNKNOWN" } ], "pageNumber": 123, "pageSize": 123, "totalCount": 123 }
Lists private virtual machine images in a project.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
Was this page helpful?