显示节点统计

取回专用节点标识数据

GET /{device_id}/nodes/{node_id}/stats

操作不接受请求体

响应

成功处理请求

{     "load_balancer_data": {         "id": "RdcTestNode6:22.22.2.22:75",         "label": "RdcTestNode6",         "ip": "22.22.2.22",         "description": null,         "port_name": "75",         "port_number": 75,         "weight": -1,         "protocol": "BOTH",         "health_strategy": {             "strategy": "HTTP_RES_CODE",             "port_number": 80,             "ssl": false,             "method": "GET",             "path": "/",             "http_codes_ok": [                 200,                 203             ],             "http_body_pattern": null         },         "limit": -1,         "admin_state": "ENABLED",         "runtime_state": "UNHEALTHY",         "vendor_extensions": {             "reassign_count": 0         },         "stats": {             "bytes_in": 0,             "bytes_out": 0,             "conn_cur": 0,             "conn_max": 0,             "conn_tot": 0,             "pkts_in": 0,             "pkts_out": 0         }     } }
Baidu
map