interface ethernet stats

Statistics for the object ethernet

ethernet Specification

Parameter Value
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
Partition Visibility None
Schema ethernet schema

Operations Allowed:

OperationMethodURIPayload

Create Object

POST

/axapi/v3/interface/ethernet/{ifnum}

ethernet attributes

Create List

POST

/axapi/v3/interface/ethernet/{ifnum}

ethernet attributes

Get Object

GET

/axapi/v3/interface/ethernet/{ifnum}/stats

ethernet attributes

Get List

GET

/axapi/v3/interface/ethernet/{ifnum}

ethernet-list

Modify Object

POST

/axapi/v3/interface/ethernet/{ifnum}/stats

ethernet attributes

Replace Object

PUT

/axapi/v3/interface/ethernet/{ifnum}/stats

ethernet attributes

Replace List

PUT

/axapi/v3/interface/ethernet/{ifnum}

ethernet-list

Delete Object

DELETE

/axapi/v3/interface/ethernet/{ifnum}/stats

ethernet attributes

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 Value
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

drops

Description Drops

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

input_utilization

Description Input Utilization

Type: number

Format: counter

load_interval

Description Load Interval

Type: number

Format: counter

output_errors

Description Output errors

Type: number

Format: counter

output_utilization

Description Output Utilization

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