.. _logging_buffered: logging buffered ================ Set buffered logging parameters buffered Specification ---------------------- ===================================== ========================================================= **Parameter** **Value** ===================================== ========================================================= **Type** *Configuration Resource* **Element Name** buffered **Element URI** /axapi/v3/logging/buffered **Element Attributes** buffered_attributes **Partition Visibility** shared **Schema** :download:`buffered 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 .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/logging/buffered .. raw:: html :ref:`2226_buffered_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/logging/buffered .. raw:: html :ref:`2226_buffered_attributes` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/logging/buffered .. raw:: html :ref:`2226_buffered_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/logging/buffered .. raw:: html :ref:`2226_buffered_attributes` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/logging/buffered .. raw:: html :ref:`2226_buffered_attributes` .. raw:: html
.. _2226_buffered_attributes: buffered attributes ------------------- **buffersize** **Description** Logging buffer size (in items), default 30000 **Type:** number **Range:** 10000-50000 **Default:** 30000 **levelname** **Description** 'disable': Do not send log to buffer; 'emergency': System unusable log messages (severity=0); 'alert': Action must be taken immediately (severity=1); 'critical': Critical conditions (severity=2); 'error': Error conditions (severity=3); 'warning': Warning conditions (severity=4); 'notification': Normal but significant conditions (severity=5); 'information': Informational messages (severity=6); 'debugging': Debug level messages (severity=7); **Type:** string **Supported Values:** disable, emergency, alert, critical, error, warning, notification, information, debugging **Default:** debugging **partition-buffersize** **Description** Logging buffer size (in items), default 3000 **Type:** number **Range:** 1000-5000 **Default:** 3000 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters