Show image metadata
Method | URI | Description |
---|---|---|
GET | /v2/{tenant_id}/images/{image_id}/metadata | 指定したイメージのメタデータを表示します。 |
Normal response codes: 200, 203
Request
下表は、イメージメタデータ表示リクエストのURIパラメーターの一覧です。
Name | Type | Description |
---|---|---|
{tenant_id} | UUID | プロジェクトID |
{image_id} | UUID | イメージID |
本操作ではリクエストボディ部の指定は不要です。
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-..."
}
}