{ "id":"/axapi/v3/license-manager/host/{host-ipv4}+{host-ipv6}", "type":"object", "node-type":"list", "title":"host", "partition-visibility":"shared", "description":"Configure license manager host", "properties":{ "host-ipv4":{ "type":"string", "format":"host", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"license server ip address (length:1-31)", "optional":false }, "host-ipv6":{ "type":"string", "format":"ipv6-address", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Configure license manager server ipv6-address", "optional":false }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":443, "partition-visibility":"shared", "description":"Configure the license manager port, default is 443", "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 } }, "object-keys":[ "host-ipv4", "host-ipv6" ], "required":[ "host-ipv4", "host-ipv6" ] }