interface ethernet stats¶
Statistics for the object ethernet
ethernet Specification¶
Type Collection Collection Name ethernet-list Collection URI /axapi/v3/interface/ethernet/{ifnum} Element Name ethernet Element URI /axapi/v3/interface/ethernet/{ifnum}/stats Element Attributes ethernet_attributes Schema ethernet schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/interface/ethernet/{ifnum} | ||
Create List | POST | /axapi/v3/interface/ethernet/{ifnum} | ||
Get Object | GET | /axapi/v3/interface/ethernet/{ifnum}/stats | ||
Get List | GET | /axapi/v3/interface/ethernet/{ifnum} | ||
Modify Object | POST | /axapi/v3/interface/ethernet/{ifnum}/stats | ||
Replace Object | PUT | /axapi/v3/interface/ethernet/{ifnum}/stats | ||
Replace List | PUT | /axapi/v3/interface/ethernet/{ifnum} | ||
Delete Object | DELETE | /axapi/v3/interface/ethernet/{ifnum}/stats |
ethernet-list¶
ethernet-list is JSON List of ethernet attributes
ethernet-list : [
]
ethernet attributes¶
ifnum
Description Ethernet interface number
Type: number
Format: interface
stats
Description: stats is a JSON Block. Please see below for stats
Type: Object
stats¶
Specification Type object bytes_input
Description Input bytes
Type: number
Format: counter
bytes_output
Description Output bytes
Type: number
Format: counter
collisions
Description Collisions
Type: number
Format: counter
crc
Description CRC
Type: number
Format: counter
frame
Description Frames
Type: number
Format: counter
giants
Description Giants
Type: number
Format: counter
giants_output
Description Output Giants
Type: number
Format: counter
input_errors
Description Input errors
Type: number
Format: counter
load_interval
Description Load Interval
Type: number
Format: counter
output_errors
Description Output errors
Type: number
Format: counter
packets_input
Description Input packets
Type: number
Format: counter
packets_output
Description Output 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
received_broadcasts
Description Received broadcasts
Type: number
Format: counter
received_multicasts
Description Received multicasts
Type: number
Format: counter
received_unicasts
Description Received unicasts
Type: number
Format: counter
runts
Description Runts
Type: number
Format: counter
transmitted_broadcasts
Description Transmitted broadcasts
Type: number
Format: counter
transmitted_multicasts
Description Transmitted multicasts
Type: number
Format: counter
transmitted_unicasts
Description Transmitted unicasts
Type: number
Format: counter