{ "id":"/axapi/v3/slb/template/dns/{name}/negative-dns-cache", "type":"object", "node-type":"scalar", "title":"negative-dns-cache", "partition-visibility":"shared", "description":"setting the nagative dns cache", "properties":{ "enable-negative-dns-cache":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable DNS negative cache (Need to turn-on the dns-cache for this feature)", "optional":false }, "bypass-query-threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":100, "partition-visibility":"shared", "description":"the threshold bypass the query, default is 100", "optional":true }, "max-negative-cache-ttl":{ "type":"number", "format":"number", "minimum":0, "maximum":604800, "default":7200, "partition-visibility":"shared", "description":"Max negative cache ttl, default is 2 hours", "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 } } }