列出最新的STA(终端)在线分布信息
描述
列出最新的STA(终端)在线分布信息
请求参数
名称 |
类型 |
是否必须 |
描述 |
Action |
String |
是 |
GetLatestStaStatistic |
ApgroupId |
Long |
否 |
Ap组ID |
返回参数
名称 |
类型 |
描述 |
Data |
List<StaStatisticVO> |
STA统计信息列表 |
Success |
Boolean |
表示调用成功与否 |
ErrorCode |
Integer |
错误码 |
ErrorMsg |
String |
错误消息 |
StaStatisticVO定义(红色为新增字段)
名称 |
类型 |
描述 |
Count |
Integer |
终端数 |
Protocal |
Integer |
协议 |
Binding |
Integer |
绑定在哪个频率 |
错误说明
错误描述 |
Http状态码 |
语义 |
Param type not fit. |
500 |
参数类型不匹配 |
请求示例
https://cloudap.console.aliyun.com/data/api.json?
&action=getLatestStaStatistic
&product=cloudwf
返回示例
{"code":"200","data":{"RequestId":"7107B03F-BC37-455D-9A7B-AAB490EAB29C","Data":"[{\"count\":20,\"protocal\":\"11ac\",\"binding\":\"5G\"},{\"count\":3,\"protocal\":\"11an\",\"binding\":\"5G\"},{\"count\":48,\"protocal\":\"11gn\",\"binding\":\"2.4G\"}]","ErrorCode":0,"Success":true},"requestId":"7107B03F-BC37-455D-9A7B-AAB490EAB29C","successResponse":true}
在文档使用中是否遇到以下问题
更多建议
匿名提交