ImageCreateRequest

ImageCreateRequest

NameDescriptionSchemaDefault
container_format
optional
Container format
Example : bare
Pattern : bare
stringbare
disk_format
optional
Disk format
Example : qcow2
Pattern : qcow2
stringqcow2
min_disk
optional
Minimum disk
Example : 100
integer
min_ram
optional
Minimum RAM
Example : 0
Maximum : 2097151
integer
name
required
Image name
Example : imagename
Pattern : ^[a-zA-Z0-9-_ ]*$
Minimum length : 1
Maximum length : 255
string
os_distro
required
OS distribution
Example : alma
enum (alma, centos, rhel, rocky, ubuntu, windows, oracle)
protected
optional
Protected
Example : False
boolean
tags
optional
Tags
Example : [{'key': 'key', 'value': 'value'}]
any of [array[Tag], null]
url
required
Object Storage URL for Image file (only qcow2 format allowed)
Example : https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2
Maximum length : 255
string
visibility
optional
Visibility
Example : private
Pattern : private|shared
stringprivate