06-05-2020 05:28 AM
Hi,
The interface stats can be retrieved via /dataservice/data/device/statistics/interfacestatistics call (an example data record can be found below). Most fields in the response are clear, but can anyone provide even a rough explanation what's the vip_idx meaning and what's the relation between the vip_idx and vpn_id ?
I've notices just a few records with the same vip_idx. The value of vip_idx is almost always unique.
{
"down_capacity_percentage": 0,
"tx_pps": 0,
"total_mbps": 0,
"device_model": "vedge-cloud",
"rx_kbps": 0,
"interface": "ge0/2",
"tx_octets": 0,
"oper_status": "Down",
"rx_errors": 0,
"bw_down": 0,
"tx_pkts": 0,
"tx_errors": 0,
"rx_octets": 0,
"statcycletime": 1560809400013,
"admin_status": "Down",
"bw_up": 0,
"interface_type": "physical",
"tenant": "default",
"entry_time": 1560798365347,
"af_type": "IPv4",
"rx_pkts": 0,
"rx_pps": 0,
"vmanage_system_ip": "4.4.4.60",
"tx_drops": 0,
"rx_drops": 0,
"tx_kbps": 0,
"vdevice_name": "4.4.4.60",
"up_capacity_percentage": 0,
"vip_idx": 26985,
"host_name": "vedge01",
"vpn_id": 0,
"id": "AWtnfWerknMrUPzwOIom"
},