.. _slb_common_conn_rate_limit_src_ip: slb common conn-rate-limit src-ip ================================= Set connection limit based on source IP address src-ip Specification -------------------- ===================================== ============================================================================================================ **Parameter** **Value** ===================================== ============================================================================================================ **Type** *Collection* **Object Key(s)** *disable-ipv6-support, protocol* **Collection Name** :ref:`2721_src-ip_list` **Collection URI** /axapi/v3/slb/common/conn-rate-limit/src-ip **Element Name** src-ip **Element URI** /axapi/v3/slb/common/conn-rate-limit/src-ip/{disable-ipv6-support}+{protocol} **Element Attributes** src-ip_attributes **Partition Visibility** shared **Schema** :download:`src-ip 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/slb/common/conn-rate-limit/src-ip .. raw:: html :ref:`2721_src-ip_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/slb/common/conn-rate-limit/src-ip .. raw:: html :ref:`2721_src-ip_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/slb/common/conn-rate-limit/src-ip/{disable-ipv6-support}+{protocol} .. raw:: html :ref:`2721_src-ip_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/slb/common/conn-rate-limit/src-ip .. raw:: html :ref:`2721_src-ip_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/slb/common/conn-rate-limit/src-ip/{disable-ipv6-support}+{protocol} .. raw:: html :ref:`2721_src-ip_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/slb/common/conn-rate-limit/src-ip/{disable-ipv6-support}+{protocol} .. raw:: html :ref:`2721_src-ip_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/slb/common/conn-rate-limit/src-ip .. raw:: html :ref:`2721_src-ip_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/slb/common/conn-rate-limit/src-ip/{disable-ipv6-support}+{protocol} .. raw:: html :ref:`2721_src-ip_attributes` .. raw:: html
.. _2721_src-ip_list: src-ip-list ----------- src-ip-list is **JSON List** of :ref:`2721_src-ip_attributes` src-ip-list : [ { :ref:`2721_src-ip_attributes` }, { :ref:`2721_src-ip_attributes` }, ... ] .. _2721_src-ip_attributes: src-ip attributes ----------------- **disable-ipv6-support** **Description** **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **exceed-action** **Description** Set action if threshold exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **limit** **Description** Set max connections per period **Type:** number **Range:** 1-1000000 **limit-period** **Description** '100': 100 ms; '1000': 1000 ms; **Type:** string **Supported Values:** 100, 1000 **lock-out** **Description** Set lockout period in seconds if threshold exceeded **Type:** number **Range:** 1-3600 **log** **Description** Send log if threshold exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **protocol** **Description** 'tcp': Set TCP connection rate limit; 'udp': Set UDP packet rate limit; **Type:** string **Supported Values:** tcp, udp **shared** **Description** Set threshold shared amongst all virtual ports **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters