Retrieves usage data for the specified virtual IP.
GET /{device_id}/vips/{vip_id}/stats
This operation does not accept a request body.
Response
Successfully processed the request.
{
"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
}
]
}