{ "id":"/axapi/v3/ddos/dns-cache/{name}/sharded-domain-group/{name}", "type":"object", "node-type":"list", "title":"sharded-domain-group", "description":"DNS Sharded Domain Group", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"DNS sharded domain group", "optional":false }, "match-action":{ "type":"string", "format":"enum", "default":"forward", "description":"'forward': Forward query to server (default); 'tunnel-encap': Encapsulate the query and send on a tunnel; ", "enum":[ "forward", "tunnel-encap" ], "optional":true }, "encap-template":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"DDOS encap template to sepcify the tunnel endpoint", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Customized tag", "optional":true }, "sharded-domain-list-policy-list":{ "type":"array", "minItems":1, "items":{ "type":"sharded-domain-list-policy" }, "uniqueItems":true, "$ref":"/axapi/v3/ddos/dns-cache/{name}/sharded-domain-group/{name}/sharded-domain-list-policy/{name}", "array":[ { "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"DNS sharded domain list policy", "optional":false }, "server-ipv4":{ "type":"string", "format":"ipv4-address", "description":"Master ipv4 address", "optional":true }, "server-v4-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":53, "description":"Port number (default 53)", "optional":true }, "client-ipv4":{ "type":"string", "format":"ipv4-address", "description":"Client ipv4 address", "optional":true }, "server-ipv6":{ "type":"string", "format":"ipv6-address", "description":"Master ipv6 address", "optional":true }, "server-v6-port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":53, "description":"Port number (default 53)", "optional":true }, "client-ipv6":{ "type":"string", "format":"ipv6-address", "description":"Client ipv6 address", "optional":true }, "refresh-interval-hours":{ "type":"number", "format":"number", "minimum":0, "maximum":24, "default":4, "description":"Zone transfer refresh rate in hours (Default 4). 0 means no refresh", "optional":true }, "manual-refresh":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":253, "description":"Manually refresh the particular zone", "optional":true }, "force":{ "type":"number", "format":"flag", "default":0, "description":"Force update even the serial is the same", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Customized tag", "optional":true } }, "required":[ "name" ] } ] } }, "object-keys":[ "name" ], "required":[ "name" ] }