检索指定虚拟IP使用数据
GET /{device_id}/vips/{vip_id}/stats
操作不接受请求体
响应
成功处理请求
{ "id": "Vip-Test-68f31107:222.222.22.2:80", "ip": "222.222.22.2", "label": "Vip-Test-68f31107", "description": "Some description", "algorithm": { "name": "LEAST_CONNECTION", "persistence": "DISABLED" }, "port_name": "HTTP", "port_number": 80, "protocol": "TCP", "admin_state": "ENABLED", "runtime_state": "UNHEALTHY", "vendor_extensions": { "none": "none" }, "stats": { "bytes_in": -1, "bytes_out": -1, "conn_cur": 0, "conn_max": -1, "conn_tot": 0, "pkts_in": 0, "pkts_out": -1 }, "nodes": [ { "id": "Node-Test-68f31107:222.222.22.2:80", "label": "Node-Test-68f31107", "ip": "222.222.22.2", "port_name": "HTTP", "port_number": 80 } ] }