{ "id":"/axapi/v3/license-manager/host/{host-ipv4}", "type":"object", "node-type":"list", "title":"host", "description":"Configure license manager host", "properties":{ "host-ipv4":{ "type":"string", "format":"host", "minLength":1, "maxLength":31, "description":"license server ip address (length:1-31)", "optional":false }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "default":443, "description":"Configure the license manager port, default is 443", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "host-ipv4" ], "required":[ "host-ipv4" ] }