更新时间:2024-04-08 GMT+08:00
查询负载均衡的监控指标
功能介绍
查询普通用户下所有负载均衡LVS 四层和七层流量的监控指标。
本功能只能由普通用户操作。
URI
GET /v1.0/{project_id}/elbaas/monitor
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
项目ID。 |
响应消息
- 响应参数
表2 响应参数 参数
参数类型
描述
act_conn
Integer
活跃连接数,以个为单位。
cps
Integer
并发连接数,以个为单位。
create_time
String
上报时间。
in_Bps
Integer
网络流入速率,以字节/秒为单位。
in_pps
Integer
流入数据包数,以个为单位。
inact_conn
Integer
非活跃连接数。
loadbalancer_id
String
弹性负载均衡的ID。
loadbalancer_ip
String
弹性负载均衡的IP。
loadbalancer_name
String
弹性负载均衡的名称。
ncps
Integer
新建连接数,以个为单位。
out_Bps
Integer
网络流出速率,以字节/秒为单位。
out_pps
Integer
流出数据包数,以个为单位。
- 响应样例
[ { "act_conn": 0, "cps": 0, "create_time": "2016-05-20 16:46:49", "in_Bps": 0, "in_pps": 0, "inact_conn": 0, "loadbalancer_id": "34cf6520808d4766ae1455586ab94ba8", "loadbalancer_ip": "10.10.1.233", "loadbalancer_name": "lb0721", "ncps": 0, "out_Bps": 0, "out_pps": 0 }, { "act_conn": 0, "cps": 0, "create_time": "2016-05-20 16:46:49", "in_Bps": 0, "in_pps": 0, "inact_conn": 0, "loadbalancer_id": "b44533cce271437bb692365b0c450543", "loadbalancer_ip": "10.10.1.253", "loadbalancer_name": "lb0721", "ncps": 0, "out_Bps": 0, "out_pps": 0 } ]
父主题: API(经典型)