.. _logging_single_priority: logging single-priority ======================= Set single-priority logging single-priority Specification ----------------------------- ===================================== ============================================================================ **Parameter** **Value** ===================================== ============================================================================ **Type** *Collection* **Object Key(s)** *levelname* **Collection Name** :ref:`2265_single-priority_list` **Collection URI** /axapi/v3/logging/single-priority **Element Name** single-priority **Element URI** /axapi/v3/logging/single-priority/{levelname} **Element Attributes** single-priority_attributes **Partition Visibility** shared **Schema** :download:`single-priority 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 .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/logging/single-priority .. raw:: html :ref:`2265_single-priority_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/logging/single-priority .. raw:: html :ref:`2265_single-priority_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/logging/single-priority/{levelname} .. raw:: html :ref:`2265_single-priority_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/logging/single-priority .. raw:: html :ref:`2265_single-priority_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/logging/single-priority/{levelname} .. raw:: html :ref:`2265_single-priority_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/logging/single-priority/{levelname} .. raw:: html :ref:`2265_single-priority_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/logging/single-priority .. raw:: html :ref:`2265_single-priority_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/logging/single-priority/{levelname} .. raw:: html :ref:`2265_single-priority_attributes` .. raw:: html
.. _2265_single-priority_list: single-priority-list -------------------- single-priority-list is **JSON List** of :ref:`2265_single-priority_attributes` single-priority-list : [ { :ref:`2265_single-priority_attributes` }, { :ref:`2265_single-priority_attributes` }, ... ] .. _2265_single-priority_attributes: single-priority attributes -------------------------- **levelname** **Description** '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:** emergency, alert, critical, error, warning, notification, information, debugging **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters