{ "id":"/axapi/v3/slb/template/dns/{name}/query-type-filter", "type":"object", "node-type":"scalar", "title":"query-type-filter", "partition-visibility":"shared", "description":"DNS query type filter list", "properties":{ "query-type-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'allow': Allow only certain DNS query types; 'deny': Deny only certain DNS query types; ", "enum":[ "allow", "deny" ], "optional":false }, "query-type":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "str-query-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'A': Address record; 'AAAA': IPv6 Address record; 'CNAME': Canonical name record; 'MX': Mail exchange record; 'NS': Name server record; 'SRV': Service locator; 'PTR': PTR resource record; 'SOA': Start of authority record; 'TXT': Text record; 'ANY': All cached record; ", "enum":[ "A", "AAAA", "CNAME", "MX", "NS", "SRV", "PTR", "SOA", "TXT", "ANY" ] }, "num-query-type":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Other record type value" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }