VolumeImageMetadataResponse
VolumeImageMetadataResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| checksum optional | MD5 hash of the entire image data. and this field could be used to verify the integrity of image. Example : 7538e0fcb56e0e272cfd89eb384d6613 | any of [string, null] | |
| container_format optional | Container format Example : bare | any of [string, null] | |
| disk_format optional | Disk format Example : qcow2 | any of [string, null] | |
| image_id optional | Image ID Example : 70a599e0-31e7-49b7-b260-868f441e862b | any of [string, null] | |
| image_name optional | Image name Example : imagename | any of [string, null] | |
| min_disk optional | Minimum disk capacity (GB) of the Image to be created Example : 100 | any of [integer, null] | |
| min_ram optional | Minimum RAM capacity (GB) of the Image to be created Example : 0 | any of [integer, null] | |
| os_distro optional | OS distribution of the image to be uploaded Example : alma | any of [string, null] | |
| scp_image_type optional | Image type Example : custom | any of [string, null] | |
| scp_k8s_version optional | K8S version Example : v1.28.7 | any of [string, null] | |
| scp_original_image_type optional | Original Image type Example : standard | any of [string, null] | |
| signature_verified optional | Signature verified Example : False | any of [boolean, null] | |
| size optional | Image size Example : 2429747200 | any of [integer, null] |