Queries information about images of the Android in Container (AIC) instance.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
ens:DescribeAICImages | *All Resources * |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ImageId | string | No | The image ID of the AIC instance. | m-ad0ddaddc2d54adeaa09b7c0f1e**** |
ImageUrl | string | No | The URL of the AIC image repository. | ****.alibaba-inc.com/aic/socimage:test |
PageNumber | string | No | The page number. Pages start from page 1. Default value: 1. | 1 |
PageSize | string | No | The number of entries per page. The maximum value is 100. Default value: 10. | 10 |
Status | string | No | The status of the image. Valid values:
| available |
MinDate | string | No | The beginning of the time range to query. Specify the time in the 2006-01-02 format. By default, the time range to query is not restricted. | 2022-01-02 |
MaxDate | string | No | The end of the time range to query. Specify the time in the 2006-01-02 format. By default, the time range to query is not restricted. | 2022-02-02 |
ImageType | string | No | The type of the image. Valid values:
| public |
Description | string | No | The description of the image. | Test operation of console |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "72DC6C0A-D9A8-5345-A2BE-FE354CC728A0",
"Images": [
{
"ImageUrl": "****.alibaba-inc.com/aic/socimage:test",
"ImageId": "m-ad0ddaddc2d54adeaa09b7c0f1e****",
"User": "user",
"Status": "available",
"CreationTime": "2022-09-22 10:54:34",
"Description": "Test operation of console"
}
],
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 1
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | NoPermission | Permission denied. |
400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-05-09 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |