interface ve stats¶
Statistics for the object ve
ve Specification¶
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/interface/ve/{ifnum} | ||
Create List | POST | /axapi/v3/interface/ve/{ifnum} | ||
Get Object | GET | /axapi/v3/interface/ve/{ifnum}/stats | ||
Get List | GET | /axapi/v3/interface/ve/{ifnum} | ||
Modify Object | POST | /axapi/v3/interface/ve/{ifnum}/stats | ||
Replace Object | PUT | /axapi/v3/interface/ve/{ifnum}/stats | ||
Replace List | PUT | /axapi/v3/interface/ve/{ifnum} | ||
Delete Object | DELETE | /axapi/v3/interface/ve/{ifnum}/stats |
ve-list¶
ve-list is JSON List of ve attributes
ve-list : [
]
ve attributes¶
ifnum
Description Virtual ethernet interface number
Type: number
Range: 2-4094
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object load_interval
Description Load Interval
Type: number
Format: counter
num_broadcast_pkts
Description Received broadcasts
Type: number
Format: counter
num_broadcast_tx_pkts
Description Transmitted broadcasts
Type: number
Format: counter
num_multicast_pkts
Description Received multicasts
Type: number
Format: counter
num_multicast_tx_pkts
Description Transmitted multicasts
Type: number
Format: counter
num_pkts
Description Input packets
Type: number
Format: counter
num_total_bytes
Description Input bytes
Type: number
Format: counter
num_total_tx_bytes
Description Transmitted bytes
Type: number
Format: counter
num_tx_pkts
Description Transmitted packets
Type: number
Format: counter
num_unicast_pkts
Description Received unicasts
Type: number
Format: counter
num_unicast_tx_pkts
Description Transmitted unicasts
Type: number
Format: counter
rate_byte_rcvd
Description Byte received rate bits/sec
Type: number
Format: counter
rate_byte_sent
Description Byte sent rate bits/sec
Type: number
Format: counter
rate_pkt_rcvd
Description Packet received rate packets/sec
Type: number
Format: counter
rate_pkt_sent
Description Packet sent rate packets/sec
Type: number
Format: counter