DescribeImages
Last updated
Last updated
This API is used to query the details of images.
The following request parameter list only provides API request parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Parameter Name | Type | Description |
---|---|---|
Query all available images with no parameter.
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
HTTP Status Code | Error Code | Description |
---|---|---|
imageIds
No
Array of String
ID list of images.
Call DescribeImages
and find imageId
in the response.
imageName
No
String
Image name.
zoneId
Yes
String
Zone ID.
Call DescribeZones
and find zoneId
in the response.
category
No
String
Image category.
Available values:
CentOS
Windows
Ubuntu
Debian
imageType
No
String
Image type.
PUBLIC_IMAGE: the default images.
CUSTOM_IMAGE: the newly created images by yourself.
osType
No
String
Operating system type.
Available values:
Windows
Linux
imageStatus
No
String
Image status.
CREATING: creating.
AVAILABLE: able to use.
UNAVAILABLE: unable to use.
pageNum
No
Integer
Number of pages returned.
Default value: 1.
pageSize
No
Integer
Number of items in the current page result.
Default value: 20;
Maximum value: 1000.
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
totalCount
Integer
Number of images meeting the filtering conditions.
dataSet
Array of ImageInfo
Information on an image.
404
INVALID_ZONE_NOT_FOUND
Zone not found.