{ "id":"/axapi/v3/glm", "type":"object", "node-type":"scalar", "title":"glm", "partition-visibility":"shared", "description":"Set GLM Connection values", "properties":{ "interval":{ "type":"number", "format":"number", "minimum":1, "maximum":8760, "partition-visibility":"shared", "description":"GLM license request interval (in hours)", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use management port to connect to GLM", "optional":true }, "enable-requests":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Turn on periodic GLM license requests (default license retrieval interval is every 24 hours)", "optional":true }, "allocate-bandwidth":{ "type":"number", "format":"number", "minimum":2, "maximum":204800, "partition-visibility":"shared", "description":"Enter the requested bandwidth in Mbps for Capacity Pool", "optional":true }, "token":{ "type":"string", "format":"string", "minLength":8, "maxLength":60, "partition-visibility":"shared", "description":"License entitlement token", "optional":true }, "enterprise":{ "type":"string", "format":"string", "minLength":4, "maxLength":60, "partition-visibility":"shared", "description":"Enter the ELM hostname or IP", "optional":true }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"License request port (default 443)", "optional":true }, "appliance-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":60, "partition-visibility":"shared", "description":"Helpful identifier for this appliance", "optional":true }, "burst":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable Burst License", "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 }, "send":{ "type":"object", "$ref":"/axapi/v3/glm/send", "properties":{ "license-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Immediately send a single GLM license request" } } }, "proxy-server":{ "type":"object", "$ref":"/axapi/v3/glm/proxy-server", "properties":{ "host":{ "type":"string", "format":"string", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Proxy server hostname or IP address" }, "port":{ "type":"number", "format":"number", "minimum":1, "maximum":65535, "partition-visibility":"shared", "description":"Proxy server port" }, "username":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Username for proxy authentication" }, "password":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Password for proxy authentication" }, "secret-string":{ "type":"string", "format":"password", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"password value" }, "encrypted":{ "type":"encrypted", "format":"encrypted", "partition-visibility":"shared", "description":"Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }