{ "id":"/axapi/v3/slb/template/dynamic-service/{name}/class-list/{dns-class-list}", "type":"object", "node-type":"list", "title":"class-list", "partition-visibility":"shared", "description":"Configure Aho-Corasick class-list for specific DNS server", "properties":{ "dns-class-list":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Name of Aho-Corasick class-list", "optional":false }, "priority":{ "type":"number", "format":"number", "minimum":1, "maximum":64, "partition-visibility":"shared", "description":"Priority of the class-list(the larger number, the higher priority)", "optional":true }, "dns-server":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv4-dns-server":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"DNS Server IPv4 Address" }, "ipv6-dns-server":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"DNS Server IPv6 Address" } } } ] }, "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 } }, "object-keys":[ "dns-class-list" ], "required":[ "dns-class-list" ] }