ImageCreateRequest
ImageCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| container_format optional | 컨테이너 형식 Example : barePattern : bare | string | bare |
| disk_format optional | 디스크 형식 Example : qcow2Pattern : qcow2 | string | qcow2 |
| min_disk optional | 최소 디스크 Example : 100 | integer | |
| min_ram optional | 최소 RAM Example : 0Maximum : 2097151 | integer | |
| name required | 이미지 이름 Example : imagenamePattern : ^[a-zA-Z0-9-_ ]*$Minimum length : 1Maximum length : 255 | string | |
| os_distro required | OS 배포판 Example : alma | enum (alma, centos, rhel, rocky, ubuntu, windows, oracle) | |
| protected optional | 보호 Example : False | boolean | |
| tags optional | Tags Example : [{'key': 'key', 'value': 'value'}] | any of [array[Tag], null] | |
| url required | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) Example : https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2Maximum length : 255 | string | |
| visibility optional | 가시성 Example : privatePattern : private|shared | string | private |