功能:获取项目下所有网关在线统计
请求方式:GET
请求路径:{projectServerUrl}/api/1.0/all/onlineStatistics
请求参数:无需参数
返回参数:
参数 | 名称 | 类型 | 备注 |
code | 返回码 | string |
|
message | 提示语 | string |
|
data | 数据 | object |
|
–gateweyCount | 网关总数量 | number |
|
–onlineCount | 在线数量 | number |
|
示例:
示例地址:https://xf.tandatech.com:4433/thirdPartyApi/ThreePlaceREST/api/1.0/all/onlineStatistics
示例结果:
{
"code": "000000",
"data": {
"gateweyCount": 8,
"onlineCount": 7
},
"message": "获取成功"
}