.. _vcs_vblades_stat: vcs-vblades stat ================ Show aVCS vBlade box statistics information stat Specification ------------------ ===================================== ===================================================================== ===================================== ===================================================================== **Type** *Collection* **Object Key(s)** *vblade-id* **Collection Name** :ref:`2237_stat_list` **Collection URI** /axapi/v3/vcs-vblades/stat **Element Name** stat **Element URI** /axapi/v3/vcs-vblades/stat/{vblade-id} **Element Attributes** stat_attributes **Statistics Data URI** /axapi/v3/vcs-vblades/stat/{vblade-id}/stats **Schema** :download:`stat schema ` ===================================== ===================================================================== **Operations Allowed:** .. 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/vcs-vblades/stat .. raw:: html :ref:`2237_stat_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/vcs-vblades/stat .. raw:: html :ref:`2237_stat_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/vcs-vblades/stat/{vblade-id} .. raw:: html :ref:`2237_stat_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/vcs-vblades/stat .. raw:: html :ref:`2237_stat_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/vcs-vblades/stat/{vblade-id} .. raw:: html :ref:`2237_stat_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/vcs-vblades/stat/{vblade-id} .. raw:: html :ref:`2237_stat_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/vcs-vblades/stat .. raw:: html :ref:`2237_stat_list` .. raw:: html
.. _2237_stat_list: stat-list --------- stat-list is **JSON List** of :ref:`2237_stat_attributes` stat-list : [ { :ref:`2237_stat_attributes` }, { :ref:`2237_stat_attributes` }, ... ] .. _2237_stat_attributes: stat attributes --------------- **sampling-enable** **Type:** List **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **vblade-id** **Description** vBlade-id **Type:** number **Range:** 1-8 .. _2237_sampling-enable: sampling-enable ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'slave_recv_err': vBlade Receive Errors counter of aVCS election; 'slave_send_err': vBlade Send Errors counter of aVCS election; 'slave_recv_bytes': vBlade Received Bytes counter of aVCS election; 'slave_sent_bytes': vBlade Sent Bytes counter of aVCS election; 'slave_n_recv': vBlade Received Messages counter of aVCS election; 'slave_n_sent': vBlade Sent Messages counter of aVCS election; 'slave_msg_inval': vBlade Invalid Messages counter of aVCS election; 'slave_keepalive': vBlade Received Keepalives counter of aVCS election; 'slave_cfg_upd': vBlade Received Configuration Updates counter of aVCS election; 'slave_cfg_upd_l1_fail': vBlade Local Configuration Update Errors (1) counter of aVCS election; 'slave_cfg_upd_r_fail': vBlade Remote Configuration Update Errors counter of aVCS election; 'slave_cfg_upd_l2_fail': vBlade Local Configuration Update Errors (2) counter of aVCS election; 'slave_cfg_upd_notif_err': vBlade Configuration Update Notif Errors counter of aVCS election; 'slave_cfg_upd_result_err': vBlade Configuration Update Result Errors counter of aVCS election; **Type:** string **Supported Values:** all, slave_recv_err, slave_send_err, slave_recv_bytes, slave_sent_bytes, slave_n_recv, slave_n_sent, slave_msg_inval, slave_keepalive, slave_cfg_upd, slave_cfg_upd_l1_fail, slave_cfg_upd_r_fail, slave_cfg_upd_l2_fail, slave_cfg_upd_notif_err, slave_cfg_upd_result_err .. _2237_stats_data: stats data ---------- .. list-table:: :widths: 10 20 30 80 :header-rows: 2 :stub-columns: 1 * - - Counter - Size - Description * - - - - * - - slave_recv_bytes - 8 - vBlade Received Bytes counter of aVCS election * - - slave_cfg_upd_r_fail - 8 - vBlade Remote Configuration Update Errors counter of aVCS election * - - slave_cfg_upd_result_err - 8 - vBlade Configuration Update Result Errors counter of aVCS election * - - slave_cfg_upd - 8 - vBlade Received Configuration Updates counter of aVCS election * - - slave_msg_inval - 8 - vBlade Invalid Messages counter of aVCS election * - - slave_n_recv - 8 - vBlade Received Messages counter of aVCS election * - - slave_cfg_upd_notif_err - 8 - vBlade Configuration Update Notif Errors counter of aVCS election * - - slave_keepalive - 8 - vBlade Received Keepalives counter of aVCS election * - - slave_recv_err - 8 - vBlade Receive Errors counter of aVCS election * - - slave_cfg_upd_l2_fail - 8 - vBlade Local Configuration Update Errors (2) counter of aVCS election * - - slave_send_err - 8 - vBlade Send Errors counter of aVCS election * - - slave_cfg_upd_l1_fail - 8 - vBlade Local Configuration Update Errors (1) counter of aVCS election * - - slave_n_sent - 8 - vBlade Sent Messages counter of aVCS election * - - slave_sent_bytes - 8 - vBlade Sent Bytes counter of aVCS election