{ "id":"/axapi/v3/license-manager", "type":"object", "node-type":"scalar", "title":"license-manager", "partition-visibility":"shared", "description":"Configure license manager", "properties":{ "use-mgmt-port":{ "type":"number", "format":"flag", "plat-pos-list":["soft-ax"], "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port to connect license server", "optional":true }, "sn":{ "type":"string", "format":"string", "plat-pos-list":["soft-ax"], "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"serial number", "optional":true }, "interval":{ "type":"number", "format":"number", "plat-pos-list":["soft-ax"], "minimum":1, "maximum":3, "partition-visibility":"shared", "description":"Configure interval profile (1 monthly, 2 daily, 3 hourly)", "optional":true }, "instance-name":{ "type":"string", "format":"string", "plat-pos-list":["soft-ax"], "minLength":7, "maxLength":63, "partition-visibility":"shared", "description":"Configure instance name [format: (string).(string).(string).(string)]", "optional":true }, "bandwidth-base":{ "type":"number", "format":"number", "plat-pos-list":["soft-ax"], "minimum":10, "maximum":102400, "partition-visibility":"shared", "description":"Configure feature bandwidth base (Mb)", "optional":true }, "bandwidth-unrestricted":{ "type":"number", "format":"flag", "plat-pos-list":["soft-ax"], "default":0, "partition-visibility":"shared", "description":"Set the bandwidth to maximum", "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 }, "host-list":{ "type":"array", "minItems":1, "items":{ "type":"host" }, "uniqueItems":true, "$ref":"/axapi/v3/license-manager/host/{host-ipv4}+{host-ipv6}", "array":[ { "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 } }, "required":[ "host-ipv4", "host-ipv6" ] } ] }, "reminder-list":{ "type":"array", "minItems":1, "items":{ "type":"reminder" }, "uniqueItems":true, "$ref":"/axapi/v3/license-manager/reminder/{reminder-value}", "array":[ { "properties":{ "reminder-value":{ "type":"number", "format":"number", "minimum":1, "maximum":1000000, "partition-visibility":"shared", "description":"Configure reminder for grace time (Hour)", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "required":[ "reminder-value" ] } ] }, "overage":{ "type":"object", "$ref":"/axapi/v3/license-manager/overage", "properties":{ "days":{ "type":"number", "format":"number", "minimum":0, "maximum":365, "partition-visibility":"shared", "description":"Number of days" }, "hours":{ "type":"number", "format":"number", "minimum":0, "maximum":23, "partition-visibility":"shared", "description":"Number of hours" }, "minutes":{ "type":"number", "format":"number", "minimum":0, "maximum":59, "partition-visibility":"shared", "description":"Number of minutes" }, "seconds":{ "type":"number", "format":"number", "minimum":0, "maximum":59, "partition-visibility":"shared", "description":"Number of seconds" }, "gb":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Number of GB" }, "mb":{ "type":"number", "format":"number", "minimum":1, "maximum":1023, "partition-visibility":"shared", "description":"Number of MB" }, "kb":{ "type":"number", "format":"number", "minimum":1, "maximum":1023, "partition-visibility":"shared", "description":"Number of KB" }, "bytes":{ "type":"number", "format":"number", "minimum":1, "maximum":1023, "partition-visibility":"shared", "description":"Number of bytes" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "connect":{ "type":"object", "$ref":"/axapi/v3/license-manager/connect", "properties":{ "connect":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Connect to license manager to activate" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "ng-waf-module":{ "type":"object", "$ref":"/axapi/v3/license-manager/ng-waf-module", "properties":{ "access-key-id":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "description":"access-key" }, "secret-access-key":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared" } } } } }