.. _acos_events_log_parameterization_message_selector_rule: acos-events log-parameterization message-selector rule ====================================================== Configure rules to select messages for which logging is enabled/blocked rule Specification ------------------ ===================================== ======================================================================================================= **Parameter** **Value** ===================================== ======================================================================================================= **Type** *Collection* **Object Key(s)** *index* **Collection Name** :ref:`150_rule_list` **Collection URI** /axapi/v3/acos-events/log-parameterization/message-selector/rule **Element Name** rule **Element URI** /axapi/v3/acos-events/log-parameterization/message-selector/rule/{index} **Element Attributes** rule_attributes **Partition Visibility** shared **Schema** :download:`rule 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/acos-events/log-parameterization/message-selector/rule .. raw:: html :ref:`150_rule_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/acos-events/log-parameterization/message-selector/rule .. raw:: html :ref:`150_rule_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/acos-events/log-parameterization/message-selector/rule/{index} .. raw:: html :ref:`150_rule_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/acos-events/log-parameterization/message-selector/rule .. raw:: html :ref:`150_rule_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/acos-events/log-parameterization/message-selector/rule/{index} .. raw:: html :ref:`150_rule_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/acos-events/log-parameterization/message-selector/rule/{index} .. raw:: html :ref:`150_rule_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/acos-events/log-parameterization/message-selector/rule .. raw:: html :ref:`150_rule_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/acos-events/log-parameterization/message-selector/rule/{index} .. raw:: html :ref:`150_rule_attributes` .. raw:: html
.. _150_rule_list: rule-list --------- rule-list is **JSON List** of :ref:`150_rule_attributes` rule-list : [ { :ref:`150_rule_attributes` }, { :ref:`150_rule_attributes` }, ... ] .. _150_rule_attributes: rule attributes --------------- **action** **Description** 'send': log messages selected by this rule will be sent (Default); 'drop': log messages selected by this rule will be dropped; **Type:** string **Supported Values:** send, drop **Default:** send **index** **Description** Specify rule index - rules are applied in numeric order **Type:** number **Range:** 1-256 **message-id** **Description** Select a specific message by message-id and optionally severity **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **message-id-scope** **Description** 'all': Log messages at this level and all sub-trees; 'node-only': Log messages at this node only; 'children-only': Log messages at all sub-trees only; 'log-field-only': Log message for this Log Field only; **Type:** string **Supported Values:** all, node-only, children-only, log-field-only **severity-oper** **Description** 'equal-and-higher': emergency is highest, debugging lowest; 'equal': single severity; **Type:** string **Supported Values:** equal-and-higher, equal **severity-val** **Description** 'emergency': System unusable log messages (Most Important); 'alert': Action must be taken immediately; 'critical': Critical conditions; 'error': Error conditions; 'warning': Warning conditions; 'notification': Normal but significant conditions; 'information': Informational messages; 'debugging': Debug level messages (Least Important); **Type:** string **Supported Values:** emergency, alert, critical, error, warning, notification, information, debugging **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters