interface lif stats¶
Statistics for the object lif
lif Specification¶
Type Collection Collection Name lif-list Collection URI /axapi/v3/interface/lif/{ifname} Element Name lif Element URI /axapi/v3/interface/lif/{ifname}/stats Element Attributes lif_attributes Schema lif schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/interface/lif/{ifname} | ||
Create List | POST | /axapi/v3/interface/lif/{ifname} | ||
Get Object | GET | /axapi/v3/interface/lif/{ifname}/stats | ||
Get List | GET | /axapi/v3/interface/lif/{ifname} | ||
Modify Object | POST | /axapi/v3/interface/lif/{ifname}/stats | ||
Replace Object | PUT | /axapi/v3/interface/lif/{ifname}/stats | ||
Replace List | PUT | /axapi/v3/interface/lif/{ifname} | ||
Delete Object | DELETE | /axapi/v3/interface/lif/{ifname}/stats |
lif-list¶
lif-list is JSON List of lif attributes
lif-list : [
]
lif attributes¶
ifname
Description Lif interface name
Type: string
Maximum Length: 15 characters
Maximum Length: 1 characters
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_rx_pkts_gre_key
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