v1

latestSwagger 2.02026-08-04232286653.5 KB
Images

Returns details for a single image.

get/compute/images/{image_id}

Path parameters

image_idstring required

ID of the image.

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"
}