用户工具

站点工具


wiki:v_interface_gateway_online_statis_old

返回

网关在线统计

功能:获取项目下所有网关在线统计

请求方式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": "获取成功"

}

wiki/v_interface_gateway_online_statis_old.txt · 最后更改: 2020/11/14 04:00 由 admin