Show image metadata item details
| Method | URI | Description | 
|---|---|---|
| GET | /v2/{tenant_id}/images/{image_id}/metadata/{key} | Shows details for a metadata item by key for a specified image. | 
Normal response codes: 200, 203
Request
This table shows the URI parameters for the show image metadata item details request:
| Name | Type | Description | 
|---|---|---|
| {tenant_id} | UUID | Project ID | 
| {image_id} | UUID | The UUID for the image. | 
| {key} | Image Metadata Key  | 
             A string. Maximum length is 255 characters. | 
This operation does not require a request body.
Response
Example. Show image metadata item details: JSON response
{
	"meta": {
		"architecture": "x86_64",
		"auto_disk_config": "True",
		"kernel_id": "nokernel",
		"ramdisk_id": "nokernel"
	}
}
     
     
     
{
	"meta": {
	"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-...."
	}
}