{ "id":"/axapi/v3/glm/new-license", "type":"object", "node-type":"scalar", "title":"new-license", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Create license", "properties":{ "existing-org":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use existing account with organization ID", "optional":true }, "org-id":{ "type":"number", "format":"number", "minimum":1, "maximum":899760, "partition-visibility":"shared", "description":"GLM organization id", "optional":true }, "existing-user":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use an existing account with email and password", "optional":true }, "glm-email":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":99, "partition-visibility":"shared", "description":"GLM email", "optional":true }, "glm-password":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":99, "partition-visibility":"shared", "description":"GLM password", "optional":true }, "new-user":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Create a new account", "optional":true }, "new-email":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":99, "partition-visibility":"shared", "description":"GLM email", "optional":true }, "new-password":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":99, "partition-visibility":"shared", "description":"GLM password", "optional":true }, "account-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":99, "partition-visibility":"shared", "description":"Account Name", "optional":true }, "first-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":99, "partition-visibility":"shared", "description":"First Name", "optional":true }, "last-name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":99, "partition-visibility":"shared", "description":"Last Name", "optional":true }, "country":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":99, "partition-visibility":"shared", "description":"Country", "optional":true }, "phone":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":99, "partition-visibility":"shared", "description":"Phone", "optional":true }, "name":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":99, "partition-visibility":"shared", "description":"License name (Configure license name)", "optional":true }, "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'webroot': webroot; 'webroot_trial': webroot_trial; 'webroot_ti': webroot_ti; 'webroot_ti_trial': webroot_ti_trial; 'qosmos': qosmos; 'qosmos_trial': qosmos_trial; 'ipsec_vpn': ipsec_vpn; ", "enum":[ "webroot", "webroot_trial", "webroot_ti", "webroot_ti_trial", "qosmos", "qosmos_trial", "ipsec_vpn" ], "optional":true } } }