{ "id":"/axapi/v3/slb/template/dns/{name}/query-class-filter", "type":"object", "node-type":"scalar", "title":"query-class-filter", "partition-visibility":"shared", "description":"DNS query class filter list", "properties":{ "query-class-action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'allow': Allow only certain DNS query classes; 'deny': Deny only certain DNS query classes; ", "enum":[ "allow", "deny" ], "optional":false }, "query-class":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "str-query-class":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'INTERNET': INTERNET query class; 'CHAOS': CHAOS query class; 'HESIOD': HESIOD query class; 'NONE': NONE query class; 'ANY': ANY query class; ", "enum":[ "INTERNET", "CHAOS", "HESIOD", "NONE", "ANY" ] }, "num-query-class":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Other query class value" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }