image_view

Fetch the details for a specific image in a project.

get/v1/images/{image}

Path Parameters

image

Query Parameters

project

Responses

Object
block_size

size of blocks in bytes

Byte count to express memory or storage capacity.

description

human-readable free-form text about a resource

digest

Hash of the image contents, if applicable

id

unique, immutable, system-controlled identifier for each resource

name

unique, mutable, user-controlled identifier for each resource

Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Names cannot be a UUID though they may contain a UUID.

os

The family of the operating system like Debian, Ubuntu, etc.

project_id

ID of the parent project if the image is a project image

size

total size in bytes

Byte count to express memory or storage capacity.

time_created

timestamp when this resource was created

time_modified

timestamp when this resource was last modified

version

Version of the operating system