{ "id":"/axapi/v3/cgnv6/global/domain-list", "type":"object", "node-type":"scalar", "title":"domain-list", "partition-visibility":"shared", "description":"Configure the global parameters for the domain-list", "properties":{ "interval":{ "type":"number", "format":"number", "minimum":1, "maximum":1440, "partition-visibility":"shared", "description":"Set up the global query interval in minute for the DNS resolution.", "optional":true }, "fail-interval":{ "type":"number", "format":"number", "minimum":3, "maximum":600, "partition-visibility":"shared", "description":"Set up the global failure interval in second for the DNS resolution.", "optional":true }, "aaaa-query":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'enable': Enable the DNS AAAA query for each domain in the domain list.; 'disable': Disable the DNS AAAA query for each domain in the domain list.; ", "enum":[ "enable", "disable" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }