.. _ddos_template_dns_malformed_query_check: ddos template dns malformed-query-check ======================================= DNS Malform Query check options malformed-query-check Specification ----------------------------------- ===================================== ======================================================================================= **Parameter** **Value** ===================================== ======================================================================================= **Type** *Configuration Resource* **Element Name** malformed-query-check **Element URI** /axapi/v3/ddos/template/dns/{name}/malformed-query-check **Element Attributes** malformed-query-check_attributes **Partition Visibility** shared **Schema** :download:`malformed-query-check 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/ddos/template/dns/{name}/malformed-query-check .. raw:: html :ref:`1185_malformed-query-check_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/ddos/template/dns/{name}/malformed-query-check .. raw:: html :ref:`1185_malformed-query-check_attributes` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/ddos/template/dns/{name}/malformed-query-check .. raw:: html :ref:`1185_malformed-query-check_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/ddos/template/dns/{name}/malformed-query-check .. raw:: html :ref:`1185_malformed-query-check_attributes` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/ddos/template/dns/{name}/malformed-query-check .. raw:: html :ref:`1185_malformed-query-check_attributes` .. raw:: html
.. _1185_malformed-query-check_attributes: malformed-query-check attributes -------------------------------- **non-query-opcode-check** **Description** 'disable': When malform check is enabled, TPS always drops DNS query with non query opcode, this option disables this opcode check; **Type:** string **Supported Values:** disable **skip-multi-packet-check** **Description** Bypass DNS fragmented and TCP segmented Queries(Default: dropped) **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 **validation-type** **Description** 'basic-header-check': Basic header validation for DNS TCP/UDP queries; 'extended-header-check': Extended header/query validation for DNS TCP/UDP queries; 'disable': Disable Malform query validation for DNS TCP/UDP; **Type:** string **Supported Values:** basic-header-check, extended-header-check, disable