1.0
1.0
scpcli virtualserver image create
--url <value>
--os_distro <value>
--name <value>
[--container_format <value>]
[--disk_format <value>]
[--min_disk <value>]
[--min_ram <value>]
[--protected <value>]
[--tags <value>]
[--visibility <value>]
Description
이미지를 생성한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| url required | string | Object Storage URL for Image file (only qcow2 format allowed) | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| os_distro required | string | OS 배포판 | alma |
| name required | string | 이미지 이름 | imagename |
| container_format optional | string | 컨테이너 형식 | bare |
| disk_format optional | string | 디스크 형식 | qcow2 |
| min_disk optional | integer | 최소 디스크 | 100 |
| min_ram optional | integer | 최소 RAM | 0 |
| protected optional | boolean | 보호 | False |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| visibility optional | string | 가시성 | private |
Responses
| Name | Description | Example |
|---|---|---|
| id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| checksum | 체크섬 | 7538e0fcb56e0e272cfd89eb384d6613 |
| container_format | 컨테이너 형식 | bare |
| created_at | 생성일시 | 2025-07-22T09:00:00Z |
| disk_format | 디스크 형식 | qcow2 |
| file | 파일 | /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file |
| min_disk | 최소 디스크 | 100 |
| min_ram | 최소 RAM | 0 |
| name | 이미지 이름 | imagename |
| os_distro | OS 배포판 | alma |
| os_hash_algo | OS 해시 알고리즘 | sha512 |
| os_hash_value | OS 해시 값 | c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 |
| os_hidden | OS 숨김 여부 | False |
| owner | Owner account ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| owner_account_name | 소유 account 이름 | AccountName |
| owner_user_name | 소유자 이름 | user@samsung.com |
| protected | 보호 | False |
| root_device_name | 루트 디바이스 이름 | /dev/vda |
| scp_image_type | 이미지 타입 | custom |
| scp_k8s_version | K8S 버전 | v1.28.7 |
| scp_original_image_type | 원본 이미지 타입 | standard |
| scp_os_build_version | OS 빌드 버전 | 20250101 |
| scp_os_version | OS 버전 | 8.8 |
| size | 크기 | 2429747200 |
| status | 상태 | active |
| updated_at | 수정일시 | 2025-07-26T12:00:00Z |
| url | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) | https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 |
| virtual_size | 가상 크기 | 17179869184 |
| visibility | 가시성 | private |
| volumes | 볼륨 | [{“tag”: null, “volume_id”: null, “encryption_options”: null, “encryption_secret_uuid”: null, “encryption_format”: null, “device_name”: “/dev/vda”, “disk_bus”: “virtio”, “volume_type”: null, “encrypted”: null, “image_id”: null, “device_type”: “disk”, “source_type”: “snapshot”, “delete_on_termination”: false, “volume_size”: 104, “guest_format”: null, “boot_index”: 0, “destination_type”: “volume”, “snapshot_id”: “abde9e38-2ed5-4ecd-b23c-b0120e30690e”, “no_device”: null}] |