Querying Image Details (Native OpenStack API v1.1 - Abandoned and Not Recommended)

Function

This API is used to query details of images.

This API has been discarded. The image query API (Querying Images (Native OpenStack API)) is recommended.

URI

GET /v1.1/images/detail

Request

Request parameters

Parameters name, container_format, disk_format, status, size_min, size_max, and changes-since can be used to filter the query result.

Parameter

Mandatory

Type

Description

name

No

String

Specifies the image name. For detailed description, see Image Attributes.

container_format

No

String

Image container type

disk_format

No

String

Image file format

status

No

String

Image status

size_min

No

String

Minimum size of the image

size_max

No

String

Maximum size of the image

changes-since

No

String

Last update time

Example Request

Querying image details

GET https://{Endpoint}/v1.1/images/detail?disk_format=qcow2

Response

Returned Values