取回虚拟IP信息

使用此操作检索虚拟IP配置设备ID信息

无法识别指定虚拟IP时使用此操作查找

Get/{device_id}/vips/{vip_id}

操作不接受请求体

响应

成功处理请求

{     "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",             "persistence_method": "client_ip",             "subnet_prefix_length": 0         },         "ip": "22.22.22.222",         "runtime_state": "UNHEALTHY",         "label": "Vip-Test-68f31107",         "port_name": "HTTP",         "admin_state": "ENABLED",         "port_number": 80,         "nodes": [             {                 "ip": "22.22.22.222",                 "label": "Node-Test-68f31107",                 "port_name": "HTTP",                 "port_number": 80,                 "id": "Node-Test-ID:222.222.22.2:80"             },             {                 "ip": "22.22.22.222",                 "label": "Node-Test-8cb22fcb",                 "port_name": "HTTP",                 "port_number": 80,                 "id": "Node-Test-ID:222.222.22.2:80"             }         ],         "id": "Vip-Test-68f31107:222.222.22.2:80",         "vendor_extensions": {             "none": "none"         }     } }
Baidu
map