接口功能介绍
查询弹性高性能计算支持的基础镜像信息
构造请求:在调用前需要了解如何构造请求,详情查看构造请求
认证鉴权:openapi请求需要进行加密调用,详细查看认证鉴权
注意事项:
全量查询:该接口为全量查询,不支持分页查询
接口约束
无
URI
GET /v4/cthpc/list-base-image
路径参数
无
Query参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
regionID | 是 | String | 资源池ID,您可以查看地域和可用区来了解资源池 获取: 查 查询支持超算的地域列表 |
8e3a382e241d11ed957c0242ac110006 | |
deviceType | 是 | String | 物理机套餐类型 获取: 查 查询物理机套餐 |
physical.t1.large.1 |
请求参数
请求头header参数
无
请求体body参数
无
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
statusCode | Integer | 返回状态码(800 为成功,900 为失败) | 800 | |
errorCode | String | 错误码,为product.module.code 三段式码 | Hpc.ListBaseImages.NotValid | |
error | String | 错误码,为product.module.code 三段式码 | Hpc.ListBaseImages.NotValid | |
message | String | 失败时的英文错误描述 | Param is null | |
description | String | 失败时的中文错误描述 | 请求为空 | |
returnObj | Object | 返回参数 | returnObj |
表 returnObj
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
totalCount | Integer | 镜像总数,因为无分页,所以无currentCount和totalPage | 2 | |
resultList | Array of Objects | 分页明细,元素类型是result,定义请参考result对象结构 | result |
表 result
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
imageNameZh | String | 镜像中文名称 | CentOS | |
imageNameEn | String | 镜像英文名称 | CentOS | |
imageFormat | String | 镜像规格,包括squashfs,qcow2 | squashfs | |
imageUUID | String | 镜像UUID | im-qx68ocnwfmfqynsuacfmdnmfcq6j | |
imageVersion | String | 镜像版本 | 7.6@GalaxyComput | |
os | Object | 操作系统 | os |
表 os
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
osUUID | String | 操作系统UUID | o-kqpqbzzjdw9xijrttnnju5ejns6q | |
osNameZh | String | 中文名称 | CentOS | |
superUser | String | 超级管理员 | root | |
osNameEn | String | 英文名称 | CentOS | |
platform | String | 平台 | centos | |
architecture | String | 支持的机器类型 | x86_64 | |
osType | String | 操作系统类别 | linux | |
osVersion | String | 版本 | 7.6@GalaxyCompute | |
bits | Integer | 比特数 | 64 |
枚举参数
无
请求示例
请求url
示例:查询内蒙6资源池physical.t1.large.1设备套餐的基础镜像
/v4/cthpc/list-base-image?regionID=6019b5007a0b11eab5db0242ac110002&deviceType=physical.t1.large.1
请求头header
无
请求体body
无
响应示例
{
"returnObj": {
"totalCount": 2,
"resultList": [
{
"imageNameEn": "CentOS",
"imageFormat": "squashfs",
"imageUUID": "im-qx68ocnwfmfqynsuacfmdnmfcq6j",
"imageVersion": "7.6@GalaxyComput",
"os": {
"osUUID": "o-kqpqbzzjdw9xijrttnnju5ejns6q",
"osNameZh": "CentOS",
"superUser": "root",
"osNameEn": "CentOS",
"platform": "centos",
"architecture": "x86_64",
"osType": "linux",
"osVersion": "7.6@GalaxyCompute",
"bits": 64
},
"imageNameZh": "CentOS"
},
{
"imageNameEn": "CentOS",
"imageFormat": "squashfs",
"imageUUID": "im-zixfrrdb5zju8y4a5jxofodjtbsb",
"imageVersion": "7.6@GalaxyMaster",
"os": {
"osUUID": "o-amtnplvwl8qfsqxrzxegz8ednx8t",
"osNameZh": "CentOS",
"superUser": "root",
"osNameEn": "CentOS",
"platform": "centos",
"architecture": "x86_64",
"osType": "linux",
"osVersion": "7.6@GalaxyMaster",
"bits": 64
},
"imageNameZh": "CentOS"
}
]
},
"errorCode": "",
"message": "SUCCESS",
"description": "成功",
"statusCode": 800
}
状态码
请参考 状态码
错误码
请参考 错误码