{ "id":"/axapi/v3/slb/template/dynamic-service/{name}", "type":"object", "node-type":"list", "title":"dynamic-service", "partition-visibility":"shared", "description":"Dynamic service template", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Dynamic Service Template Name", "optional":false }, "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 }, "class-list-list":{ "type":"array", "minItems":1, "items":{ "type":"class-list" }, "uniqueItems":true, "$ref":"/axapi/v3/slb/template/dynamic-service/{name}/class-list/{dns-class-list}", "array":[ { "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 } }, "required":[ "dns-class-list" ] } ] } }, "object-keys":[ "name" ], "required":[ "name" ] }