{ "id":"/axapi/v3/ddos/zone-src-port-template/dns/{name}", "type":"object", "node-type":"list", "title":"dns", "partition-visibility":"shared", "description":"DNS template Configuration", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true }, "query-resolution-check":{ "type":"object", "$ref":"/axapi/v3/ddos/zone-src-port-template/dns/{name}/query-resolution-check", "properties":{ "session-timeout-value":{ "type":"number", "format":"number", "minimum":1, "maximum":30, "partition-visibility":"shared", "description":"max session timeout (secs) between DNS external server and Protected object" }, "domain-lockup-action":{ "type":"string", "format":"enum", "default":"default", "partition-visibility":"shared", "description":"'default': Default, No action for future connections; 'blacklist-src': Blacklist the external server for future connections; ", "enum":[ "default", "blacklist-src" ] }, "big-response-size":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"Max DNS response size (in Bytes)" }, "big-response-action":{ "type":"string", "format":"enum", "default":"default", "partition-visibility":"shared", "description":"'default': Default, No action for future connections; 'blacklist-src': Blacklist the external server for future connections; ", "enum":[ "default", "blacklist-src" ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } }, "object-keys":[ "name" ], "required":[ "name" ] }