All Products
Search
Document Center

Platform For AI:ListImages

Last Updated:Jul 25, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Lists available 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
ImageVersionstringNo

The image version.

7.9
ArchitecturestringNo

The architecture.

x86_64
PlatformstringNo

The platform.

ALinux3

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

Id of the request

0FC4A1C7-421C-5EAB-9361-4C0338EFA287
NextTokenstring

The token that is used in the next request to retrieve a new page of results.

3a6b93229825ac667104463b56790c91
Imagesarray<object>

The image details.

Imagesobject
Architecturestring

The architecture.

x86_64
Descriptionstring

The description.

alibaba cloud linux 3 full for H800
ImageIdstring

The image ID.

i190951671671438639388
ImageNamestring

The image name.

CentOS_7.9_x86_64_FULL_20221110
ImageVersionstring

The image version.

7.9
Platformstring

The platform.

ALinux3
ReleaseFileMd5string

The MD5 hash value of the file.

40741292480fc6d778138adcf8c
Typestring

The image type.

Public
NodeCountlong

The number of nodes.

20
ReleaseFileSizeinteger

The image size.

5.8G

Examples

Sample success responses

JSONformat

{
  "RequestId": "0FC4A1C7-421C-5EAB-9361-4C0338EFA287",
  "NextToken": "3a6b93229825ac667104463b56790c91",
  "Images": [
    {
      "Architecture": "x86_64",
      "Description": "alibaba cloud linux 3 full for H800",
      "ImageId": "i190951671671438639388",
      "ImageName": "CentOS_7.9_x86_64_FULL_20221110",
      "ImageVersion": 7.9,
      "Platform": "ALinux3",
      "ReleaseFileMd5": "40741292480fc6d778138adcf8c",
      "Type": "Public",
      "NodeCount": 20,
      "ReleaseFileSize": 0
    }
  ]
}

Error codes

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