.. _slb_template_doh_dns_retry: slb template doh dns-retry ========================== DNS over HTTP(s) template retry policy dns-retry Specification ----------------------- ===================================== ========================================================================== **Parameter** **Value** ===================================== ========================================================================== **Type** *Configuration Resource* **Element Name** dns-retry **Element URI** /axapi/v3/slb/template/doh/{name}/dns-retry **Element Attributes** dns-retry_attributes **Partition Visibility** shared **Schema** :download:`dns-retry 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
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/slb/template/doh/{name}/dns-retry .. raw:: html :ref:`2987_dns-retry_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/slb/template/doh/{name}/dns-retry .. raw:: html :ref:`2987_dns-retry_attributes` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/slb/template/doh/{name}/dns-retry .. raw:: html :ref:`2987_dns-retry_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/slb/template/doh/{name}/dns-retry .. raw:: html :ref:`2987_dns-retry_attributes` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/slb/template/doh/{name}/dns-retry .. raw:: html :ref:`2987_dns-retry_attributes` .. raw:: html
.. _2987_dns-retry_attributes: dns-retry attributes -------------------- **after-timeout** **Description** 'close': Close client side connection; 'retry-with-tcp': Retry DNS query to server using TCP (If UDP was tried initially. Close after.); **Type:** string **Supported Values:** close, retry-with-tcp **Default:** close **max-trials** **Description** Total number of times to try DNS query to server before closing client connection, default 3 **Type:** number **Range:** 1-5 **Default:** 3 **retry-interval** **Description** DNS Retry Interval value 1 - 400 in units of 100ms, default is 10 (default is 1000ms) (1 - 400 in units of 100ms, default is 10 (1000ms/1sec)) **Type:** number **Range:** 1-400 **Default:** 10 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters