.. _ip_frag: ip frag ======= IP fragmentation parameters frag Specification ------------------ ===================================== ================================================ **Parameter** **Value** ===================================== ================================================ **Type** *Configuration Resource* **Element Name** frag **Element URI** /axapi/v3/ip/frag **Element Attributes** frag_attributes **Partition Visibility** shared **Statistics Data URI** /axapi/v3/ip/frag/stats **Schema** :download:`frag schema ` ===================================== ================================================ **Operations Allowed:** .. 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/ip/frag .. raw:: html :ref:`1016_frag_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/ip/frag .. raw:: html :ref:`1016_frag_attributes` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/ip/frag .. raw:: html :ref:`1016_frag_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/ip/frag .. raw:: html :ref:`1016_frag_attributes` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/ip/frag .. raw:: html :ref:`1016_frag_attributes` .. raw:: html
.. _1016_frag_attributes: frag attributes --------------- **buff** **Description** Max buff used for fragmentation (Buffer Value(10000-3000000)) **Type:** number **Range:** 10000-3000000 **cpu-threshold** **Description:** cpu-threshold is a **JSON Block**. Please see below for :ref:`1016_cpu-threshold` **Type:** Object **max-packets-per-reassembly** **Description** Max number of fragmented packets allowed per reassembly(0 is unlimited) (default 0) **Type:** number **Range:** 2-16 **max-reassembly-sessions** **Description** Max number of pending reassembly sessions allowed (default 100000) **Type:** number **Range:** 1-200000 **timeout** **Description** Fragmentation timeout (in milliseconds 4 - 16000 (default is 1000)) **Type:** number **Range:** 4-65535 **Default:** 60000 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _1016_cpu-threshold: cpu-threshold ^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **high** **Description** When CPU usage reaches this value, it will stop processing fragments (default: 75%) **Type:** number **Range:** 0-100 **Default:** 75 **low** **Description** When CPU usage remains under this value, it will resume processing fragments (default: 60%) **Type:** number **Range:** 0-100 **Default:** 60