interface trunk stats¶
Statistics for the object trunk
trunk Specification¶
Type Collection Collection Name trunk-list Collection URI /axapi/v3/interface/trunk/{ifnum} Element Name trunk Element URI /axapi/v3/interface/trunk/{ifnum}/stats Element Attributes trunk_attributes Schema trunk schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/interface/trunk/{ifnum} | ||
Create List | POST | /axapi/v3/interface/trunk/{ifnum} | ||
Get Object | GET | /axapi/v3/interface/trunk/{ifnum}/stats | ||
Get List | GET | /axapi/v3/interface/trunk/{ifnum} | ||
Modify Object | POST | /axapi/v3/interface/trunk/{ifnum}/stats | ||
Replace Object | PUT | /axapi/v3/interface/trunk/{ifnum}/stats | ||
Replace List | PUT | /axapi/v3/interface/trunk/{ifnum} | ||
Delete Object | DELETE | /axapi/v3/interface/trunk/{ifnum}/stats |
trunk-list¶
trunk-list is JSON List of trunk attributes
trunk-list : [
]
trunk attributes¶
ifnum
Description Trunk interface number
Type: number
Range: 1-4096
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object dropped_dis_rx_pkts
Description some help string
Type: number
Format: counter
dropped_dis_tx_pkts
Description some help string
Type: number
Format: counter
dropped_rx_pkts
Description some help string
Type: number
Format: counter
dropped_tx_pkts
Description some help string
Type: number
Format: counter
num_broadcast_pkts
Description some help string
Type: number
Format: counter
num_broadcast_tx_pkts
Description some help string
Type: number
Format: counter
num_multicast_pkts
Description some help string
Type: number
Format: counter
num_multicast_tx_pkts
Description some help string
Type: number
Format: counter
num_pkts
Description some help string
Type: number
Format: counter
num_total_bytes
Description some help string
Type: number
Format: counter
num_total_tx_bytes
Description some help string
Type: number
Format: counter
num_tx_pkts
Description some help string
Type: number
Format: counter
num_unicast_pkts
Description some help string
Type: number
Format: counter
num_unicast_tx_pkts
Description some help string
Type: number
Format: counter