.. _ddos_system_default_limit: ddos system-default limit ========================= Specify DDOS system-default limits limit Specification ------------------- ===================================== =============================================================================== **Parameter** **Value** ===================================== =============================================================================== **Type** *Collection* **Object Key(s)** *limit-type* **Collection Name** :ref:`1177_limit_list` **Collection URI** /axapi/v3/ddos/system-default/limit **Element Name** limit **Element URI** /axapi/v3/ddos/system-default/limit/{limit-type} **Element Attributes** limit_attributes **Partition Visibility** shared **Schema** :download:`limit 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/ddos/system-default/limit .. raw:: html :ref:`1177_limit_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/ddos/system-default/limit .. raw:: html :ref:`1177_limit_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/ddos/system-default/limit/{limit-type} .. raw:: html :ref:`1177_limit_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/ddos/system-default/limit .. raw:: html :ref:`1177_limit_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/ddos/system-default/limit/{limit-type} .. raw:: html :ref:`1177_limit_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/ddos/system-default/limit/{limit-type} .. raw:: html :ref:`1177_limit_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/ddos/system-default/limit .. raw:: html :ref:`1177_limit_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/ddos/system-default/limit/{limit-type} .. raw:: html :ref:`1177_limit_attributes` .. raw:: html
.. _1177_limit_list: limit-list ---------- limit-list is **JSON List** of :ref:`1177_limit_attributes` limit-list : [ { :ref:`1177_limit_attributes` }, { :ref:`1177_limit_attributes` }, ... ] .. _1177_limit_attributes: limit attributes ---------------- **default-bit-rate-limit** **Description** Configure Default Kibit (kibibit / 1024-bit) rate limit **Type:** number **Range:** 1-16000000 **default-conn-limit** **Description** Configure Default Connection limit **Type:** number **Range:** 1-16000000 **default-conn-rate-limit** **Description** Configure Default Connection rate limit **Type:** number **Range:** 1-16000000 **default-frag-pkt-rate-limit** **Description** Configure Default Fragmented packet rate limit **Type:** number **Range:** 1-16000000 **default-over-limit-action** **Description:** default-over-limit-action is a **JSON Block**. Please see below for :ref:`1177_default-over-limit-action` **Type:** Object **default-pkt-rate-limit** **Description** Configure Default Packet rate limit **Type:** number **Range:** 1-16000000 **limit-type** **Description** 'dst-entry': dst-entry; 'dst-icmp': dst-icmp; 'dst-other': dst-other; 'dst-tcp': dst-tcp; 'dst-udp': dst-udp; 'src-entry': src-entry; 'src-icmp': src-icmp; 'src-other': src-other; 'src-tcp': src-tcp; 'src-udp': src-udp; **Type:** string **Supported Values:** dst-entry, dst-icmp, dst-other, dst-tcp, dst-udp, src-entry, src-icmp, src-other, src-tcp, src-udp **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 .. _1177_default-over-limit-action: default-over-limit-action ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **drop** **Description** Silently Drop the new connection / new packet when it exceeds limit **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0