Show image metadata item details
| Method | URI | Description | 
|---|---|---|
| GET | /v2/{tenant_id}/images/{image_id}/metadata/{key} | キーで指定したイメージのメタデータ項目の詳細を表示する。 | 
Normal response codes: 200, 203
Request
下表は、イメージメタデータ項目詳細表示リクエストのURIパラメーターの一覧です。
| Name | Type | Description | 
|---|---|---|
| {tenant_id} | UUID | プロジェクトID | 
| {image_id} | UUID | イメージID | 
| {key} | Image Metadata Key | 文字列。長さは最大255文字です。 | 
本操作ではリクエストボディ部の指定は不要です。
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-...."
	}
}