ImageCreateRequest
ImageCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| container_format optional | Container format Example : barePattern : bare | string | bare |
| disk_format optional | Disk format Example : qcow2Pattern : qcow2 | string | qcow2 |
| min_disk optional | Minimum disk Example : 100 | integer | |
| min_ram optional | Minimum RAM Example : 0Maximum : 2097151 | integer | |
| name required | Image name Example : imagenamePattern : ^[a-zA-Z0-9-_ ]*$Minimum length : 1Maximum 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.qcow2Maximum length : 255 | string | |
| visibility optional | Visibility Example : privatePattern : private|shared | string | private |