查询共享带宽(snetSelect)
接口描述:
查询共享带宽
请求参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| Outer_Ip | 否 | string | 外网IP |
| Name | 否 | string | 主机名 |
| Offset | 否 | string | 偏移量 |
| Limit | 否 | string | 数量 |
| Order_By | 否 | string | 排序字段 |
| Order | 否 | string | 升降序(asc、desc) |
响应示例:
{
"code": 200,
"msg": "success",
"time": 1497254874,
"data": {
"count": "1",
"list": [
{
"Shbw_Id": "SBW14c08ee87a1e8599108b77",
"Name": "test",
"User_Id": "1000000020",
"Bandwidth": "20",
"Auto_Renew": "true",
"Count_Type": "hour",
"Start_Time": "2017-06-12 16:07:51",
"End_Time": "",
"Isolated": "false",
"IP": ""
}
]
}
}