image_list

List images which are global or scoped to the specified project. The images are returned sorted by creation date, with the most recent images appearing first.

get/v1/images

Query Parameters

limit
page_token
project

sort_by

Supported set of sort modes for scanning by name or id

Responses

Object
items

list of items on this page of results

View of an image

If project_id is present then the image is only visible inside that project. If it's not present then the image is visible to all projects in the silo.

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

next_page

token used to fetch the next page of results (if any)