查询弹性ip(netSelect)
接口描述:
查询弹性ip
请求参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| Group_Id | 否 | string | IP套餐ID |
| Status | 否 | string | 状态【bind、unbind】 |
| Outer_Ip | 否 | string | 外网IP |
| VM_Name | 否 | string | 主机名 |
| Offset | 否 | string | 偏移量 |
| Limit | 否 | string | 数量 |
| Order_By | 否 | string | 排序字段【RI_GROUP_IP、Bandwidth、End_Time】 |
| Order | 否 | string | 升降序【asc、desc】 |
响应参数:
| 参数名 | 说明 |
|---|---|
| Status | 状态【bind、unbind】 |
| Group_Id | IP套餐ID |
| Net_Type | 网络类型【BGP】 |
| IP | IP |
| Bandwidth | 带宽大小 |
| Resource_Id | 绑定的资源ID |
| Shbw_Id | 共享带宽ID |
| Start_Time | 套餐开始时间 |
| End_Time | 套餐结束时间 |
| Auto_Renew | 自动续费 |
| Last_Bind_Time | 最后绑定时间 |
| Last_Unbind_Time | 最后解绑时间 |
| Count_Type | 套餐类型 |
| Shbw_Name | 共享带宽名称 |
Create_Time | 创建时间 |
响应示例:
{
"code": 200,
"msg": "success",
"time": 1496812496,
"data": {
"count": "1",
"list": [
{
"Status": "unbind",
"Group_Id": "BWRIGROUP63ec8b43788c2ee3510b12",
"Net_Type": "BGP",
"IP": "10.241.232.145",
"Bandwidth": "2",
"Resource_Id": "",
"Shbw_Id": "",
"Start_Time": "2017-06-07 13:14:55",
"End_Time": "",
"Group_Name": "",
"Auto_Delete": "false",
"User_Id": "1000000020",
"Last_Bind_Time": "2017-06-07 13:14:55",
"Last_Unbind_Time": "2017-06-07 13:14:55",
"Auto_Renew": "true",
"Count_Type": "hour",
"Isolated": "false",
"Execute_Time": "",
"Resource_Name": "",
"Shbw_Name": "",
"Create_Time": "2017-06-07 13:14:55"
}
]
}
}