ImageShowResponseV1Dot2
ImageShowResponseV1Dot2
| Name | Description | Schema | Default |
|---|---|---|---|
| checksum optional | 전체 이미지 데이터의 MD5 해시. 이 필드를 사용하여 이미지의 무결성 확인 Example : 7538e0fcb56e0e272cfd89eb384d6613 | any of [string, null] | |
| container_format required | 컨테이너 형식 Example : bare | string | |
| created_at required | 생성일시 Example : 2025-07-22T09:00:00Z | string | |
| disk_format required | 디스크 형식 Example : qcow2 | string | |
| file required | 서버 이미지 파일의 URL Example : /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file | string | |
| id required | 이미지 ID Example : 70a599e0-31e7-49b7-b260-868f441e862b | string | |
| min_disk required | 생성할 이미지의 최소 디스크 용량(GB) Example : 100 | integer | |
| min_ram required | 생성할 이미지의 최소 RAM 용량(GB) Example : 0 | integer | |
| name required | 이미지 이름 Example : imagename | string | |
| os_distro optional | 업로드할 이미지의 OS 배포판 Example : alma | any of [string, null] | |
| os_hash_algo optional | 이미지 무결성을 확인하는 데 사용되는 OS 해시 알고리즘 Example : sha512 | any of [string, null] | |
| os_hash_value optional | OS 해시 알고리즘에 의해 표시된 알고리즘으로 계산된 이미지 바이너리의 실제 다이제스트. 값은 16진수 문자열로 표시 Example : c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 | any of [string, null] | |
| os_hidden required | 이미지 숨김 여부 Example : False | boolean | |
| owner required | 소유 account ID Example : a8f10467abfc4b87b64614ab36eb9ae4 | string | |
| owner_account_name optional | 소유 account 이름 Example : AccountName | any of [string, null] | |
| owner_user_name optional | 소유자 이름 Example : user@samsung.com | any of [string, null] | |
| protected required | 이미지 삭제 금지 여부 Example : False | boolean | |
| root_device_name optional | 루트 디바이스 이름 Example : /dev/vda | any of [string, null] | |
| scp_gpu_driver optional | K8s GPU Image driver version Example : 535.183.06 | any of [string, null] | |
| scp_image_type optional | 이미지 타입 Example : custom | any of [string, null] | |
| scp_k8s_version optional | K8S 버전 Example : v1.28.7 | any of [string, null] | |
| scp_original_image_type optional | 원본 이미지 타입 Example : standard | any of [string, null] | |
| scp_os_build_version optional | OS 빌드 버전 Example : 20250101 | any of [string, null] | |
| scp_os_version optional | OS 버전 Example : 8.8 | any of [string, null] | |
| size optional | 이미지 크기 Example : 2429747200 | any of [integer, null] | |
| status required | 이미지 상태 Example : active | string | |
| updated_at required | 수정일시 Example : 2025-07-26T12:00:00Z | string | |
| url optional | 이미지 파일에 대한 Object Storage URL (qcow2 형식만 허용) Example : https://object-store.kr-west1.s.samsungsdscloud.com/8989447062e04a818baf9e073fd04fa7/bucket/object.qcow2 | any of [string, null] | |
| virtual_size optional | 가상 크기 Example : 17179869184 | any of [integer, null] | |
| visibility required | 이미지에 대한 권한을 나타냅니다. 비공개: 계정 내에서만 사용 가능, 공유: 계정 간에 공유 가능 Example : private | string | |
| volumes optional | 볼륨 목록 Example : [{"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}] | any of [string, null] |