Retrieve virtual IP information (dlbv3)

Use this operation to retrieve information for a virtual IP configured for the specified device ID.

If you don’t know the ID for a specified virtual IP, use this operation to find it.

GET /{device_id}/vips/{vip_id}

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",
            "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"
        }
    }
}