All Products
Search
Document Center

Platform For AI:ListImages

Last Updated:Mar 20, 2026

Lists available images.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ImageVersion

string

No

The image version.

7.9

Architecture

string

No

The architecture.

x86_64

Platform

string

No

The platform.

ALinux3

Response elements

Element

Type

Description

Example

object

RequestId

string

Id of the request

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

NextToken

string

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

3a6b93229825ac667104463b56790c91

Images

array<object>

The image details.

object

Architecture

string

The architecture.

x86_64

Description

string

The description.

alibaba cloud linux 3 full for H800

ImageId

string

The image ID.

i190951671671438639388

ImageName

string

The image name.

CentOS_7.9_x86_64_FULL_20221110

ImageVersion

string

The image version.

7.9

Platform

string

The platform.

ALinux3

ReleaseFileMd5

string

The MD5 hash value of the file.

40741292480fc6d778138adcf8c

Type

string

The image type.

Public

NodeCount

integer

The number of nodes.

20

ReleaseFileSize

string

The image size.

5.8G

Examples

Success response

JSON format

{
  "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": "5.8G"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.