All Products
Search
Document Center

ENS:DescribeAICImages

Last Updated:Jul 26, 2024

Queries information about images of the Android in Container (AIC) instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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.
OperationAccess levelResource typeCondition keyAssociated operation
ens:DescribeAICImages
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ImageIdstringNo

The image ID of the AIC instance.

m-ad0ddaddc2d54adeaa09b7c0f1e****
ImageUrlstringNo

The URL of the AIC image repository.

****.alibaba-inc.com/aic/socimage:test
PageNumberstringNo

The page number. Pages start from page 1. Default value: 1.

1
PageSizestringNo

The number of entries per page. The maximum value is 100. Default value: 10.

10
StatusstringNo

The status of the image. Valid values:

  • verifying
  • disable
  • available
available
MinDatestringNo

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
MaxDatestringNo

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
ImageTypestringNo

The type of the image. Valid values:

  • public: public image
  • private: custom image
public
DescriptionstringNo

The description of the image.

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

72DC6C0A-D9A8-5345-A2BE-FE354CC728A0
Imagesarray<object>

The information about the images.

object
ImageUrlstring

The URL of the AIC image repository.

****.alibaba-inc.com/aic/socimage:test
ImageIdstring

The image ID of the AIC instance.

m-ad0ddaddc2d54adeaa09b7c0f1e****
Userstring

The username of the image repository.

user
Statusstring

The status of the image. Available is returned for this parameter. Available indicates that the image is available.

available
CreationTimestring

The time when the image was created.

2022-09-22 10:54:34
Descriptionstring

The description of the image.

PageNumberinteger

The page number. Default value: 1.

1
PageSizeinteger

The number of entries per page.

Default value: 10.

10
TotalCountinteger

The total number of entries returned.

1

Examples

Sample success responses

JSONformat

{
  "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": ""
    }
  ],
  "PageNumber": 1,
  "PageSize": 10,
  "TotalCount": 1
}

Error codes

HTTP status codeError codeError message
400NoPermissionPermission denied.
400InvalidParameter.%sThe specified field %s invalid. Please check it again.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-05-09The request parameters of the API has changed. The response structure of the API has changedView Change Details