ListImages - 查询镜像列表

查询用户可用的镜像列表。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
ImageVersionstring

镜像版本

7.9
Architecturestring

架构

x86_64
Platformstring

平台

ALinux3

返回参数

名称类型描述示例值
object
RequestIdstring

Id of the request

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

下一页的 NextToken,请求下一页时带上此返回值

3a6b93229825ac667104463b56790c91
Imagesarray<object>

镜像详情

Imagesobject
Architecturestring

架构

x86_64
Descriptionstring

描述

alibaba cloud linux 3 full for H800
ImageIdstring

镜像 id

i190951671671438639388
ImageNamestring

镜像名

CentOS_7.9_x86_64_FULL_20221110
ImageVersionstring

镜像版本

7.9
Platformstring

平台

ALinux3
ReleaseFileMd5string

文件 MD5

40741292480fc6d778138adcf8c
Typestring

镜像类型

Public
NodeCountlong

节点数量

20
ReleaseFileSizestring

镜像大小

5.8G

示例

正常返回示例

JSON格式

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

错误码

访问错误中心查看更多错误码。