获取系统默认镜像信息
Method
GET
描述
获取系统默认镜像信息
请求参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
Action | DescribeDefaultImages | string | 是 | |
Version | 2018-03-08 | string | 是 |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
MetaImages | array | 是 | 详细信息见下表 |
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
MetaImageId | 镜像id | long | 是 | |
ImageLogo | 镜像logo | string | 是 | |
ImageName | 镜像名字 | string | 是 | |
Tag | 镜像tag名 | string | 是 | |
Desc | 描述 | string | 否 | |
Configuration | 镜像配置信息 | string | 否 | |
ImageConstraint | 镜像约束信息 | string | 否 | |
Weight | 权重, 用于系统镜像列表的排序 | integer | 否 | |
CornerLogo | 镜像仓库角标Logo,APM需要 | string | 否 |
状态码
无状态码
请求示例
GET https://open.cn-east-1.163yun.com/ccr?Version=2018-03-08&Action=DescribeDefaultImages HTTP/1.1
返回示例
{
"RequestId": "8a722cb1-a7f9-464b-8c2b-72ec8c19f3da",
"MetaImages": [
{
"Desc": "tomcat7.0",
"ImageLogo": "tomcat",
"ImageName": "tomcat",
"MetaImageId": 13,
"Tag": "latest",
"Weight": 10
},
{
"Desc": "nodejs-12.5",
"ImageLogo": "custom",
"ImageName": "nodejs",
"MetaImageId": 7,
"Tag": "latest",
"Weight": 100
},
{
"Desc": "python3",
"ImageLogo": "custom",
"ImageName": "python",
"MetaImageId": 8,
"Tag": "latest",
"Weight": 100
},
{
"Desc": "php5",
"ImageLogo": "custom",
"ImageName": "php",
"MetaImageId": 9,
"Tag": "latest",
"Weight": 100
},
{
"Desc": "ruby1.9",
"ImageLogo": "custom",
"ImageName": "ruby",
"MetaImageId": 10,
"Tag": "latest",
"Weight": 100
}
]
}