.. _acos_events_log_server_port_stats: acos-events log-server port stats ================================= Statistics for the object port port Specification ------------------ ===================================== ========================================================================================================== ===================================== ========================================================================================================== **Type** *Collection* **Collection Name** :ref:`124_port_list` **Collection URI** /axapi/v3/acos-events/log-server/{name}/port/{port-number}+{protocol} **Element Name** port **Element URI** /axapi/v3/acos-events/log-server/{name}/port/{port-number}+{protocol}/stats **Element Attributes** port_attributes **Schema** :download:`port 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/acos-events/log-server/{name}/port/{port-number}+{protocol} .. raw:: html :ref:`124_port_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/acos-events/log-server/{name}/port/{port-number}+{protocol} .. raw:: html :ref:`124_port_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/acos-events/log-server/{name}/port/{port-number}+{protocol}/stats .. raw:: html :ref:`124_port_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/acos-events/log-server/{name}/port/{port-number}+{protocol} .. raw:: html :ref:`124_port_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/acos-events/log-server/{name}/port/{port-number}+{protocol}/stats .. raw:: html :ref:`124_port_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/acos-events/log-server/{name}/port/{port-number}+{protocol}/stats .. raw:: html :ref:`124_port_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/acos-events/log-server/{name}/port/{port-number}+{protocol} .. raw:: html :ref:`124_port_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/acos-events/log-server/{name}/port/{port-number}+{protocol}/stats .. raw:: html :ref:`124_port_attributes` .. raw:: html
.. _124_port_list: port-list --------- port-list is **JSON List** of :ref:`124_port_attributes` port-list : [ { :ref:`124_port_attributes` }, { :ref:`124_port_attributes` }, ... ] .. _124_port_attributes: port attributes --------------- **port-number** **Description** Port Number **Type:** number **Range:** 0-65534 **protocol** **Description** 'tcp': TCP Port; 'udp': UDP Port; **Type:** string **Supported Values:** tcp, udp **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`124_stats` **Type:** Object .. _124_stats: stats ^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **msgs_sent** **Description** Number of log messages sent **Type:** number **Format:** counter