interface management stats¶
Statistics for the object management
management Specification¶
Type Configuration Resource Element Name management Element URI /axapi/v3/interface/management/stats Element Attributes management_attributes Schema management schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/interface/management/stats | ||
Get Object | GET | /axapi/v3/interface/management/stats | ||
Modify Object | POST | /axapi/v3/interface/management/stats | ||
Replace Object | PUT | /axapi/v3/interface/management/stats |
management attributes¶
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
input_err_long
Description Giants
Type: number
Format: counter
input_err_short
Description Runts
Type: number
Format: counter
input_errors
Description Input errors
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
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
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