interface tunnel stats

Statistics for the object tunnel

tunnel Specification

Parameter Value
Type Collection
Collection Name tunnel-list
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 tunnel schema

Operations Allowed:

OperationMethodURIPayload

Create Object

POST

/axapi/v3/interface/tunnel/{ifnum}

tunnel attributes

Create List

POST

/axapi/v3/interface/tunnel/{ifnum}

tunnel attributes

Get Object

GET

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

tunnel attributes

Get List

GET

/axapi/v3/interface/tunnel/{ifnum}

tunnel-list

Modify Object

POST

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

tunnel attributes

Replace Object

PUT

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

tunnel attributes

Replace List

PUT

/axapi/v3/interface/tunnel/{ifnum}

tunnel-list

Delete Object

DELETE

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

tunnel attributes

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