Queries images.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ImageId | string | No | The ID of the image. | imgc-075cllfeuazh0**** |
ImageType | string | Yes | The type of the image. Valid values:
| System |
ImageName | string | No | The name of the image. | Android 12 image |
Status | string | No | The state of the image. Valid values:
| AVAILABLE |
NextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. If the parameter is left empty, the data is queried from the first entry. | AAAAAV3MpHK1AP0pfERHZN5pu6kw9dGL5jves2FS9RLq**** |
MaxResults | integer | No | The maximum number of entries per page. Value range: 1 to 100. Default value: 20. | 20 |
ImagePackageType | string | No | Image package type. | VM |
Response parameters
Examples
Sample success responses
JSON
format
{
"NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6l5V9uON****",
"Data": [
{
"AliUid": 0,
"Description": "description",
"GmtCreate": "2024-02-01 10:56:36\n",
"GmtModified": "2024-02-01 10:56:36\n",
"ImageId": "imgc-075cllfeuazh****",
"ImageType": "System",
"Language": "zh",
"ImageName": "IMAGE",
"ImageRegionList": [
"cn-hangzhou"
],
"Status": "AVAILABLE",
"SystemType": "Android 12",
"ImageRegionDistributeMap": {
"key": {
"DistributeStatus": "AVAILABLE",
"Progress": "100%"
}
},
"ReleaseTime": "2024-07-25 10:06:45",
"RenderingType": "CPU"
}
],
"TotalCount": 30,
"RequestId": "620740FF-492F-5956-B1BA-361E966C0269"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-24 | The response structure of the API has changed | View Change Details |