eb10e43782
https://developer.openstack.org/api-ref/block-storage/v3/index.html?expanded=set-image-metadata-for-a-volume-detail#set-image-metadata-for-a-volume "Set image metadata for a volume" interface has response body, so this is to add response parameter and response example for it. Change-Id: I8139fd557cb3123dd71ab104e7e36546b862e345
15 lines
414 B
JSON
15 lines
414 B
JSON
{
|
|
"metadata": {
|
|
"kernel_id": "6ff710d2-942b-4d6b-9168-8c9cc2404ab1",
|
|
"container_format": "bare",
|
|
"min_ram": "0",
|
|
"ramdisk_id": "somedisk",
|
|
"disk_format": "qcow2",
|
|
"image_name": "image",
|
|
"image_id": "5137a025-3c5f-43c1-bc64-5f41270040a5",
|
|
"checksum": "f8ab98ff5e73ebab884d80c9dc9c7290",
|
|
"min_disk": "0",
|
|
"size": "13267968"
|
|
}
|
|
}
|