文档
测试

查询网关列表接口

POST
/gateway.do

接口描述

查询网关列表接口

请求头

参数名
类型
描述
必填
Content-Type
application/json
必填
token
token令牌,通过统一认证接口获取
必填

请求参数

参数名
类型
描述
必填
areaId
int
网点ID
必填
basName
string
设备名称,多个请用逗号分开
必填
hardware
string
网关标识,多个请用逗号分开
必填
mac
string
网卡地址,多个请用逗号分开
必填
serverState
string
0:不在线,1:在线
必填

响应参数

参数名
类型
描述
必填
total
int
总记录数
必填
message
string
错误描述
必填
status
int
返回结果码,0:成功;1:失败;2:认证失败
必填
rows
array
列表数据
必填

说明 / 示例

返回字段信息说明: areaId 网点ID , areaName 网点名称 , authPortDownflow 下行带宽(Mbps) , authPortUpflow 上行带宽(Mbps) , basName 设备名称 , cpuUsed cpu使用率 , diskUsed 磁盘使用率 , hardwareVersion 软件信息 , initUserNum 未认证用户数 , licLimitTimes 授权到期时间 , licMaxSes 授权用户数 , mac 代理名称 , memUsed 内存使用率 , regTimes 注册时间 , serverState 状态 0:不在线、1:在线 , serverip 出口IP , serverport 出口端口 , softwareSysVersion 硬件信息 , upUserNum 已认证用户数 , updateTimes 更新时间 , wanip WAN口IP