.. _slb_template_connection_reuse: slb template connection-reuse ============================= Connection Reuse connection-reuse Specification ------------------------------ ===================================== ============================================================================= **Parameter** **Value** ===================================== ============================================================================= **Type** *Collection* **Object Key(s)** *name* **Collection Name** :ref:`2961_connection-reuse_list` **Collection URI** /axapi/v3/slb/template/connection-reuse **Element Name** connection-reuse **Element URI** /axapi/v3/slb/template/connection-reuse/{name} **Element Attributes** connection-reuse_attributes **Partition Visibility** shared **Schema** :download:`connection-reuse 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/slb/template/connection-reuse .. raw:: html :ref:`2961_connection-reuse_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/slb/template/connection-reuse .. raw:: html :ref:`2961_connection-reuse_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/slb/template/connection-reuse/{name} .. raw:: html :ref:`2961_connection-reuse_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/slb/template/connection-reuse .. raw:: html :ref:`2961_connection-reuse_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/slb/template/connection-reuse/{name} .. raw:: html :ref:`2961_connection-reuse_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/slb/template/connection-reuse/{name} .. raw:: html :ref:`2961_connection-reuse_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/slb/template/connection-reuse .. raw:: html :ref:`2961_connection-reuse_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/slb/template/connection-reuse/{name} .. raw:: html :ref:`2961_connection-reuse_attributes` .. raw:: html
.. _2961_connection-reuse_list: connection-reuse-list --------------------- connection-reuse-list is **JSON List** of :ref:`2961_connection-reuse_attributes` connection-reuse-list : [ { :ref:`2961_connection-reuse_attributes` }, { :ref:`2961_connection-reuse_attributes` }, ... ] .. _2961_connection-reuse_attributes: connection-reuse attributes --------------------------- **add-header** **Description** Insert HTTP Connection: keep-alive header **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **keep-alive-conn** **Description** Keep a number of server connections open **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **limit-per-server** **Description** Max Server Connections allowed (Connections per Server Port (default 1000)) **Type:** number **Range:** 0-65535 **Default:** 1000 **name** **Description** Connection Reuse Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **num-conn-per-port** **Description** Connections per Server Port (default 100) **Type:** number **Range:** 1-1024 **Default:** 100 **preopen** **Description** Preopen server connection **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **timeout** **Description** Timeout in seconds. Multiple of 60 (default 2400) **Type:** number **Range:** 60-3600 **Default:** 2400 **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