用户工具

站点工具


wiki:v_interface_gateway_online_statis

网关在线统计

功能:获取单位下所有网关在线统计

请求方式GET

请求路径:{projectServerUrl}/api/2.0/all/onlineStatistics

请求参数:

参数

是否必填

名称

类型

备注

projectId

项目ID

String

项目ID


返回参数:

参数

名称

类型

备注

code

返回码

string

 

message

提示语

string

 

data

数据

object

 

gateweyCount

网关总数量

number

 

onlineCount

在线数量

number

 

示例:

示例地址:https://www.zxyun119.com/thirdPartyApi/ThreePlaceREST/api/2.0/all/onlineStatistics

示例结果:

{

    "code": "000000",

    "data": {

        "gateweyCount": 8,

        "onlineCount": 7

    },

    "message": "获取成功"

}

wiki/v_interface_gateway_online_statis.txt · 最后更改: 2023/09/08 06:33 由 admin