查询官方镜像(imageBaseSelect)
接口描述:
查询官方镜像
请求参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| Image_Name | 否 | string | 镜像名称 |
| Image_Type | 否 | string | 镜像类型【Base(基本镜像)、Integration(集成镜像)】 |
| Offset | 否 | string | 偏移量 |
| Limit | 否 | string | 数量 |
| Order_By | 否 | string | 排序字段【NAME】 |
| Order | 否 | string | 升降序【asc、desc】 |
响应示例:
{
"code": 200,
"msg": "success",
"time": 1497254265,
"data": {
"count": "2",
"list": [
{
"Image_Id": "IMG45ebc7419033c1c6e40e87",
"Image_Name": "_O_debian89_x64",
"User_Id": "1000",
"Date_Time": "2017-08-23 15:26:56",
"OS_Type": "Linux",
"OS_Version": "_S_SYSTEM_LINUX_DEBIAN89_64",
"OS_Bit": "64",
"Is_Base": "Base",
"Image_Org": "GrandCloud",
"Status": "Enabled",
"Locked": "false",
"Image_Size": "60",
"Note": "",
"Full_OS_Version": "Debian 8.9 64"
},
{
"Image_Id": "IMG4880cebf9033bed979c5fc",
"Image_Name": "_O_debian80_x64",
"User_Id": "1000",
"Date_Time": "2017-08-23 15:26:44",
"OS_Type": "Linux",
"OS_Version": "_S_SYSTEM_LINUX_DEBIAN80_64",
"OS_Bit": "64",
"Is_Base": "Base",
"Image_Org": "GrandCloud",
"Status": "Enabled",
"Locked": "false",
"Image_Size": "60",
"Note": "",
"Full_OS_Version": "Debian 8.0 64"
},
}
}