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