v1

latestSwagger 2.02026-08-04232286653.5 KB
CustomImages

Returns details for a single custom image in the project.

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

Path parameters

image_idstring required

ID of the image.

project_idstring required

Response

created_atstring required

Creation timestamp of the image, in RFC3339 format.

descriptionstring required

Description of the image.

idstring required

ID of the image.

locationsstring[] required

Locations where the image is available.

namestring required

Name of the image.

tagsstring[] required

Tags associated with the image.

Example response

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