interface tunnel stats¶
Statistics for the object tunnel
tunnel Specification¶
Parameter
Value
Type
Collection
Collection Name
Collection URI
/axapi/v3/interface/tunnel/{ifnum}
Element Name
tunnel
Element URI
/axapi/v3/interface/tunnel/{ifnum}/stats
Element Attributes
tunnel_attributes
Partition Visibility
None
Schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/interface/tunnel/{ifnum} | ||
Create List | POST | /axapi/v3/interface/tunnel/{ifnum} | ||
Get Object | GET | /axapi/v3/interface/tunnel/{ifnum}/stats | ||
Get List | GET | /axapi/v3/interface/tunnel/{ifnum} | ||
Modify Object | POST | /axapi/v3/interface/tunnel/{ifnum}/stats | ||
Replace Object | PUT | /axapi/v3/interface/tunnel/{ifnum}/stats | ||
Replace List | PUT | /axapi/v3/interface/tunnel/{ifnum} | ||
Delete Object | DELETE | /axapi/v3/interface/tunnel/{ifnum}/stats |
tunnel-list¶
tunnel-list is JSON List of tunnel attributes
tunnel-list : [
]
tunnel attributes¶
ifnum
Description Tunnel interface number
Type: number
Range: 1-128
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification
Value
Type
object
num-rx-err-pkts
Description received error packets
Type: number
Format: counter
num-rx-pkts
Description received packets
Type: number
Format: counter
num-total-rx-bytes
Description received bytes
Type: number
Format: counter
num-total-tx-bytes
Description sent bytes
Type: number
Format: counter
num-tx-err-pkts
Description sent error packets
Type: number
Format: counter
num-tx-pkts
Description sent packets
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