ListImages - 查询镜像列表

更新时间:
复制为 MD 格式

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

调试

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

调试

授权信息

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

请求参数

名称

类型

必填

描述

示例值

ImageVersion

string

镜像版本

7.9

Architecture

string

架构

x86_64

Platform

string

平台

ALinux3

返回参数

名称

类型

描述

示例值

object

RequestId

string

Id of the request

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

NextToken

string

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

3a6b93229825ac667104463b56790c91

Images

array<object>

镜像详情

object

Architecture

string

架构

x86_64

Description

string

描述

alibaba cloud linux 3 full for H800

ImageId

string

镜像 id

i190951671671438639388

ImageName

string

镜像名

CentOS_7.9_x86_64_FULL_20221110

ImageVersion

string

镜像版本

7.9

Platform

string

平台

ALinux3

ReleaseFileMd5

string

文件 MD5

40741292480fc6d778138adcf8c

Type

string

镜像类型

Public

NodeCount

integer

节点数量

20

ReleaseFileSize

string

镜像大小

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

错误码

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

变更历史

更多信息,参考变更详情