{ "id":"/axapi/v3/ddos/zone-src-port-template/dns/{name}/query-resolution-check", "type":"object", "node-type":"scalar", "title":"query-resolution-check", "partition-visibility":"shared", "description":"Mitigation options against external DNS server (SYM mode only)", "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", "optional":true }, "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" ], "optional":true }, "big-response-size":{ "type":"number", "format":"number", "minimum":1, "maximum":4096, "partition-visibility":"shared", "description":"Max DNS response size (in Bytes)", "optional":true }, "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" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }