最近更新时间:2021-09-29 10:23:03
本接口适用于获取容器服务当前支持的节点操作系统信息,包括用户私有和公有的镜像。
GET/POST
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
ImageId.N | String | 否 | 镜像id |
参数 | 类型 | 描述 |
---|---|---|
RequestId | String | 请求id |
TotalCount | Integer | 返回的镜像总数 |
ImageSet | ImageSet数据类型 | 镜像信息列表 |
获取容器服务当前支持的节点操作系统
http://kce.api.ksyun.com/?Action=DescribeInstanceImage&Version=2019-08-06
{
"ImageSet": [
{
"ImageId": "5bbc21d6-xxxxx",
"ImageName":"CentOS-xxxxx",
"ImageType": "public"
},
{
"ImageId": "02335506-xxxxx",
"ImageName":"Ubuntu-xxxxx",
"ImageType": "public"
}
],
"TotalCount": 2,
"RequestId": "6796bcba-xxxxx"
}
纯净模式