{ "id":"/axapi/v3/harmony-controller/profile/thunder-mgmt-ip", "type":"object", "node-type":"scalar", "title":"thunder-mgmt-ip", "partition-visibility":"shared", "description":"thunder management ip address", "properties":{ "ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"ipv6-addr", "description":"IP address (IPv4 address)", "optional":true }, "ipv6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not":"ip-address", "description":"IPV6 address for the host", "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 } } }