ImageShowResponse
ImageShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| checksum optional | 체크섬 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 | 파일 Example : /v2/images/e08a37c1-2162-416e-b7fa-19902419170b/file | string | |
| id required | 이미지 ID Example : 70a599e0-31e7-49b7-b260-868f441e862b | string | |
| min_disk required | 최소 디스크 Example : 100 | integer | |
| min_ram required | 최소 RAM 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 해시 값 Example : c6a32fc3b7c909b8900b46f5e6066c028a1d799c0a263cf064a600c430a714627c21f98ac248e2f2bf29870a1a2773c7908244745016878e1a5f31dc2c405b99 | any of [string, null] | |
| os_hidden required | OS 숨김 여부 Example : False | boolean | |
| owner required | Owner 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_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] |