{ "id":"/axapi/v3/domain-list/{name}", "type":"object", "node-type":"list", "title":"domain-list", "description":"Configure Domain classification list", "properties":{ "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Specify name of the domain list", "optional":false }, "match-type-equals":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "equals":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":253, "description":"Specify exact match for the Domain Name" }, "optional":true } } ] }, "match-type-suffix":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "suffix":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":253, "description":"Specify suffix matching the Domain Name" }, "optional":true } } ] }, "match-type-axfr":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "axfr-domain":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":253, "description":"Import the list of domains via zone-transfer" }, "axfr-ip-address":{ "type":"string", "format":"ipv4-address", "description":"IP address of the listening DNS server" }, "axfr-ipv6-address":{ "type":"string", "format":"ipv6-address", "description":"IPv6 address of the listening DNS server" }, "ip-axfr-port-num":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":53, "description":"Port Number" }, "ipv6-axfr-port-num":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":53, "description":"Port Number" }, "ip-refresh-intvl":{ "type":"number", "format":"number", "minimum":30, "maximum":255, "default":30, "description":"Poll every x minutes to check for an Updated axfr default" }, "ipv6-refresh-intvl":{ "type":"number", "format":"number", "minimum":30, "maximum":255, "default":30, "description":"Poll every x minutes to check for an Updated axfr default" }, "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 } }, "object-keys":[ "name" ], "required":[ "name" ] }