v1

latestSwagger 2.02026-08-04232286653.5 KB
CustomImages

Lists all custom images in the project and returns their details.

get/projects/{project_id}/compute/custom-images

Path parameters

project_idstring required

Response

Example response

{
  "items": [
    {
      "created_at": "2023-06-29T20:03:26Z",
      "description": "base Ubuntu 20.04 image",
      "id": "09ae8411-0fbb-411c-898c-2b8f19622ae1",
      "name": "ubuntu"
    }
  ]
}