.. _tuple_filter: tuple-filter ============ Specify a tuple filter tuple-filter Specification -------------------------- ===================================== ============================================================ **Parameter** **Value** ===================================== ============================================================ **Type** *Collection* **Object Key(s)** *name* **Collection Name** :ref:`3521_tuple-filter_list` **Collection URI** /axapi/v3/tuple-filter **Element Name** tuple-filter **Element URI** /axapi/v3/tuple-filter/{name} **Element Attributes** tuple-filter_attributes **Partition Visibility** shared **Schema** :download:`tuple-filter 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
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/tuple-filter .. raw:: html :ref:`3521_tuple-filter_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/tuple-filter .. raw:: html :ref:`3521_tuple-filter_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/tuple-filter/{name} .. raw:: html :ref:`3521_tuple-filter_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/tuple-filter .. raw:: html :ref:`3521_tuple-filter_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/tuple-filter/{name} .. raw:: html :ref:`3521_tuple-filter_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/tuple-filter/{name} .. raw:: html :ref:`3521_tuple-filter_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/tuple-filter .. raw:: html :ref:`3521_tuple-filter_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/tuple-filter/{name} .. raw:: html :ref:`3521_tuple-filter_attributes` .. raw:: html
.. _3521_tuple-filter_list: tuple-filter-list ----------------- tuple-filter-list is **JSON List** of :ref:`3521_tuple-filter_attributes` tuple-filter-list : [ { :ref:`3521_tuple-filter_attributes` }, { :ref:`3521_tuple-filter_attributes` }, ... ] .. _3521_tuple-filter_attributes: tuple-filter attributes ----------------------- **filter-rule-list** **Type:** List **Reference Object:** :doc:`/axapi/v3/tuple-filter/{name}/filter-rule/{id} ` **filter-type** **Description** 'ipv4': IPv4 tuple filter; 'ipv6': IPv6 tuple filter; **Type:** string **Supported Values:** ipv4, ipv6 **name** **Description** Tuple filter name **Type:** string **Maximum Length:** 31 characters **Maximum Length:** 1 characters **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 .. _3521_filter-rule-list: filter-rule-list ^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **dst-addr** **Description** Destination IPv4 address with prefix **Type:** string **Format:** ipv4-cidr **dst-port** **Description** Destination port **Type:** number **Range:** 1-65535 **dst-v6-addr** **Description** Destination IPv6 address with prefix **Type:** string **Format:** ipv6-address-plen **dst-v6-port** **Description** Destination port **Type:** number **Range:** 1-65535 **id** **Description** filter rule id **Type:** number **Range:** 1-4 **src-addr** **Description** Source IPv4 address with prefix **Type:** string **Format:** ipv4-cidr **src-port** **Description** Source port **Type:** number **Range:** 1-65535 **src-v6-addr** **Description** Source IPv6 address with prefix **Type:** string **Format:** ipv6-address-plen **src-v6-port** **Description** Source port **Type:** number **Range:** 1-65535 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters