All Products
Search
Document Center

Cloud Phone:DescribeImageList

Last Updated:Jun 10, 2026

Mengkueri daftar image yang tersedia.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

ImageId

string

No

ID image.

imgc-075cllfeuazh0****

ImageType

string

Yes

Tipe image.

Valid values:

  • User :

    image kustom.

  • System :

    image OS.

System

ImageName

string

No

Nama image.

安卓12系统镜像

Status

string

No

Status image.

Valid values:

  • AVAILABLE :

    Image tersedia.

  • DELETE :

    Image telah dihapus.

  • INIT :

    Image sedang diinisialisasi.

  • CREATE_FAILED :

    Image gagal dibuat.

  • CREATING :

    Image sedang dibuat.

AVAILABLE

NextToken

string

No

Token yang menentukan posisi awal kueri. Jika Anda mengosongkan parameter ini, kueri dimulai dari awal.

AAAAAV3MpHK1AP0pfERHZN5pu6kw9dGL5jves2FS9RLq****

MaxResults

integer

No

Jumlah maksimum entri yang dikembalikan pada setiap halaman untuk kueri berhalaman. Nilai valid: 1 hingga 100. Nilai default: 20.

20

ImagePackageType

string

No

Catatan

Parameter ini belum tersedia.

null

InstanceType

string

No

Tipe instans.

cpm.gx7.10xlarge

ImageBizTags

array<object>

No

Array objek tag.

object

No

The tag object.

Key

string

No

The tag key.

key1

Value

string

No

The tag value.

value1

SystemType

string

No

Elemen respons

Element

Type

Description

Example

object

The response parameters.

NextToken

string

The token that is used to start the next query. An empty value indicates that all data has been returned.

AAAAAV3MpHK1AP0pfERHZN5pu6l5V9uON****

Data

array<object>

The returned data.

array<object>

The returned data.

AliUid

integer

The ID of the Alibaba Cloud account.

117819727354****

Description

string

The description.

description

GmtCreate

string

The time when the image was created.

2024-02-01 10:56:36

GmtModified

string

The time when the image was last modified.

2024-02-01 10:56:36

ImageId

string

The image ID.

imgc-075cllfeuazh****

ImageType

string

The image type.

Valid values:

  • User :

    custom image

  • System :

    OS image

System

Language

string

The language.

zh

ImageName

string

The image name.

IMAGE

ImageRegionList

array

The list of available regions.

string

The region.

cn-hangzhou

Status

string

The image status.

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

SystemType

string

The operating system type.

Android 12

ImageRegionDistributeMap

object

The image distribution information by region. The key is the region and the value is the distribution information.

object

The distribution information.

DistributeStatus

string

The distribution status.

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

Progress

string

The distribution progress.

100%

ReleaseTime

string

The time when the image was published.

2024-07-25 10:06:45

RenderingType

string

The rendering type.

Valid values:

  • GPURemote :

    GPURemote

  • CPU :

    CPU

  • GPULocal :

    GPULocal

CPU

ImageVersion

string

The image version.

20241204102337

ImageBizTags

array<object>

An array of tag objects.

object

The tag object.

Key

string

The tag key.

key1

Value

string

The tag value.

value1

TotalCount

integer

The total number of entries.

30

RequestId

string

The request ID.

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

Contoh

Respons sukses

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",
      "ImageVersion": "20241204102337",
      "ImageBizTags": [
        {
          "Key": "key1",
          "Value": "value1"
        }
      ]
    }
  ],
  "TotalCount": 30,
  "RequestId": "620740FF-492F-5956-B1BA-361E966C0269"
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.