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"
}
}