image_create

Create a new image in a project.

post/v1/images

Query Parameters

project

Request Body

Create-time parameters for an Image

Object
description
name

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 (e.g. Debian, Ubuntu, etc.)

source

The source of the image's contents.

The source of the underlying image.

version

The version of the operating system (e.g. 18.04, 20.04, etc.)

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