{ "id":"/axapi/v3/ip/nat/alg/dns", "type":"object", "node-type":"scalar", "title":"dns", "partition-visibility":"shared", "description":"DNS ALG Settings", "properties":{ "dns-alg":{ "type":"string", "format":"enum", "default":"enable", "partition-visibility":"shared", "description":"'disable': Disable DNS NAT ALG; 'enable': Enable DNS NAT ALG; ", "enum":[ "disable", "enable" ], "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 } } }