Retrieve information about the nodes associated with a specified virtual IP.
GET /{device_id}/vips/{vip_id}/nodes
This operation does not accept a request body.
Response
Successfully processed the request.
{
"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"
}
}
}