{ "id":"/axapi/v3/ip/dns", "type":"object", "node-type":"intermediate", "title":"dns", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Set DNS server", "properties":{ "primary":{ "type":"object", "$ref":"/axapi/v3/ip/dns/primary", "properties":{ "ip-v4-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"ip-v6-addr", "description":"DNS server address" }, "ip-v6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not":"ip-v4-addr", "description":"DNS server address" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "secondary":{ "type":"object", "$ref":"/axapi/v3/ip/dns/secondary", "properties":{ "ip-v4-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"ip-v6-addr", "description":"DNS server address" }, "ip-v6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not":"ip-v4-addr", "description":"DNS server address" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "suffix":{ "type":"object", "$ref":"/axapi/v3/ip/dns/suffix", "properties":{ "domain-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":32, "partition-visibility":"shared", "description":"DNS suffix" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }