Show image metadata

Method URI Description
GET /v2/{tenant_id}/images/{image_id}/metadata Shows metadata for a specified image.

Normal response codes: 200, 203

Request

This table shows the URI parameters for the show image metadata request:

Name Type Description
{tenant_id} UUID Project ID
{image_id} UUID The UUID for the image.

This operation does not require a request body.

Response

Example. Show image metadata: JSON response


{
	"metadata": {
		"architecture": "x86_64",
		"auto_disk_config": "True",
		"kernel_id": "nokernel",
		"ramdisk_id": "nokernel"
	}
}
     


{
	"metadata": {
		"sync_status_reason": "ERROR:A timeout occurred during synchronize image the
server(http://10.7.0.201:9292 <http://10.7.0.201:9292/> ) in the image operation.
image_id=3eb2d8df-487b-4e82-a5ad-..."
	}
}