All Products
Search
Document Center

Cloud Phone:DescribeImageList

Last Updated:Mar 03, 2025

Queries images.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ImageIdstringNo

The ID of the image.

imgc-075cllfeuazh0****
ImageTypestringYes

The type of the image.

Valid values:

  • User: custom images.
  • System: system images.
System
ImageNamestringNo

The name of the image.

Android 12 image
StatusstringNo

The state of the image.

Valid values:

  • AVAILABLE: The image is available.
  • DELETE: The image is deleted.
  • INIT: The image is being initialized.
  • CREATE_FAILED: The image failed to be created.
  • CREATING: The image is being created.
AVAILABLE
NextTokenstringNo

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****
MaxResultsintegerNo

The maximum number of entries per page. Value range: 1 to 100. Default value: 20.

20
ImagePackageTypestringNo

Image package type.

VM

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

NextTokenstring

A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists.

AAAAAV3MpHK1AP0pfERHZN5pu6l5V9uON****
Dataarray<object>

The objects that are returned.

Dataobject

The object that is returned.

AliUidlong

The ID of the Alibaba Cloud account.

117819727354****
Descriptionstring

The description of the image.

description
GmtCreatestring

The time when the image was created.

2024-02-01 10:56:36
GmtModifiedstring

The time when the image was last modified.

2024-02-01 10:56:36
ImageIdstring

The ID of the image.

imgc-075cllfeuazh****
ImageTypestring

The type of the image.

Valid values:

  • User: custom images.
  • System: system images.
System
Languagestring

The language of the image.

zh
ImageNamestring

The name of the image.

IMAGE
ImageRegionListarray

The list of regions.

ImageRegionListstring

The region.

cn-hangzhou
Statusstring

The state of the image.

Valid values:

  • AVAILABLE: The image is available.
  • DELETE: The image is deleted.
  • INIT: The image is being initialized.
  • CREATE_FAILED: The image failed to be created.
  • CREATING: The image is being created.
AVAILABLE
SystemTypestring

The OS type of the image.

Android 12
ImageRegionDistributeMapobject

The region where the image is distributed. The key is the region and the value is the distribution information.

object

The information about the image distribution task.

DistributeStatusstring

The status of the image distribution task.

Valid values:

  • AVAILABLE: The task is ready.
  • DELETE: The task is deleted.
  • INIT: The task is being initialized.
  • CREATE_FAILED: The task failed to be created.
  • CREATING: The task is being created.
AVAILABLE
Progressstring

The distribution progress of the image.

100%
ReleaseTimestring

The time when the image was published.

2024-07-25 10:06:45
RenderingTypestring

The rendering type.

Valid values:

  • GPURemote
  • CPU
  • GPULocal
CPU
TotalCountinteger

The total number of entries returned.

30
RequestIdstring

The ID of the request.

620740FF-492F-5956-B1BA-361E966C0269

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2024-07-24The response structure of the API has changedView Change Details