1. 查询容器镜像列表
本接口用于查询容器镜像列表。
- 本接口为同步接口直接返回容器镜像列表信息。
1.1. 接口说明
本接口所属服务类型为 ackci
本接口操作类型为 DescribeImages
1.1.1. 请求路径
POST {baseUrl}/v3/ackci/DescribeImages
1.1.2. 请求体
{
"pageNum": 1,
"pageSize": 100,
"zoneCode": "cn-zhongwei-ac"
}
请求体内容说明
属性名 | 属性类型 | 是否必须 | 默认值 | 说明 |
---|---|---|---|---|
zoneCode | String | 是 | 无 | 可用区编码 |
1.1.3. 返回内容
{
"code": 200,
"message": "查询镜像资源成功",
"data": {
"pageNum": 1,
"pageSize": 100,
"total": 1,
"rows": [{
"imageUuid": "ackci-00x2qyan",
"imageName": "ackci-ipygudjn",
"imageType": "Private",
"imageOs": "Ubuntu",
"imageVersion": "22.04",
"imageArch": "64bit",
"imageDesc": "",
"imageStatus": "Active",
"vhostType": "rtx3090",
"platformName": "PyTorch",
"platformVersion": "1.8.0a0+1606899",
"zone": {
"regionCode": "cn-zhongwei",
"regionName": "中卫",
"zoneCode": "cn-zhongwei-ac",
"zoneName": "中卫一区"
},
"createdTime": "Jul 2, 2024 5:22:30 PM",
"updatedTime": "Jul 2, 2024 5:22:30 PM",
"billingType": "PostPaid"
}]
}
}
返回内容说明
属性名 | 属性类型 | 说明 |
---|---|---|
code | Integer | 返回码。正常返回 200,异常返回500或其他业务错误码 |
message | String | 返回信息 |
data | Array | 镜像信息 |
镜像信息
属性名 | 属性类型 | 说明 |
---|---|---|
imageUuid | String | 镜像id |
imageName | String | 镜像名称 |
imageType | String | 镜像类型。目前只有一个值 custom |
imageOs | String | 镜像的操作系统名称 |
imageVersion | String | 镜像版本 |
imageArch | String | 镜像支持的架构 |
imageDesc | String | 镜像描述信息 |
vhostType | String | 镜像支持的云服务器规格类型。逗号分割 |
platformName | String | 镜像支持的框架类型 |
platformVersion | String | 镜像支持的框架版本 |
zone | Zone | 镜像规格所属可用区信息 |
💡
容器镜像状态imageStatus属性值详见 容器镜像状态