.. _interface_ve_stats: interface ve stats ================== Statistics for the object ve ve Specification ---------------- ===================================== =================================================================== **Parameter** **Value** ===================================== =================================================================== **Type** *Collection* **Collection Name** :ref:`2047_ve_list` **Collection URI** /axapi/v3/interface/ve/{ifnum} **Element Name** ve **Element URI** /axapi/v3/interface/ve/{ifnum}/stats **Element Attributes** ve_attributes **Partition Visibility** None **Schema** :download:`ve schema ` ===================================== =================================================================== **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/interface/ve/{ifnum} .. raw:: html :ref:`2047_ve_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/interface/ve/{ifnum} .. raw:: html :ref:`2047_ve_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/interface/ve/{ifnum}/stats .. raw:: html :ref:`2047_ve_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/interface/ve/{ifnum} .. raw:: html :ref:`2047_ve_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/interface/ve/{ifnum}/stats .. raw:: html :ref:`2047_ve_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/interface/ve/{ifnum}/stats .. raw:: html :ref:`2047_ve_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/interface/ve/{ifnum} .. raw:: html :ref:`2047_ve_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/interface/ve/{ifnum}/stats .. raw:: html :ref:`2047_ve_attributes` .. raw:: html
.. _2047_ve_list: ve-list ------- ve-list is **JSON List** of :ref:`2047_ve_attributes` ve-list : [ { :ref:`2047_ve_attributes` }, { :ref:`2047_ve_attributes` }, ... ] .. _2047_ve_attributes: ve attributes ------------- **ifnum** **Description** Virtual ethernet interface number **Type:** number **Range:** 2-4094 **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`2047_stats` **Type:** Object .. _2047_stats: stats ^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **load_interval** **Description** Load Interval **Type:** number **Format:** counter **num_broadcast_pkts** **Description** Received broadcasts **Type:** number **Format:** counter **num_broadcast_tx_pkts** **Description** Transmitted broadcasts **Type:** number **Format:** counter **num_multicast_pkts** **Description** Received multicasts **Type:** number **Format:** counter **num_multicast_tx_pkts** **Description** Transmitted multicasts **Type:** number **Format:** counter **num_pkts** **Description** Input packets **Type:** number **Format:** counter **num_total_bytes** **Description** Input bytes **Type:** number **Format:** counter **num_total_tx_bytes** **Description** Transmitted bytes **Type:** number **Format:** counter **num_tx_pkts** **Description** Transmitted packets **Type:** number **Format:** counter **num_unicast_pkts** **Description** Received unicasts **Type:** number **Format:** counter **num_unicast_tx_pkts** **Description** Transmitted unicasts **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