Request and Apply a New License Key
Composer notifies you when your license key is about to expire.
Manage your license keys in one of three ways:
Manage License Keys in the UI
Apply a new license key:
-
In the environment for you which you need a new license key, log in as a supervisor user (v23.3 and earlier), the supplied admin user (System Administrator) or a member of the Administrators group or Supervisors group (v23.4 and later).
Note: The default supervisor user is no longer installed; add users to the Supervisors group instead.
-
Select License from the menu. The Manage License page appears.
This screen shows your current Composer instance ID and its current expiration date.
Note: If you select Download Current Key, your current license key is downloaded in alicense.key
file. Select Download Instance Token. A
.tok
file is downloaded to your computer.Log into DevNet and visit the License Management page to create a license file. You do this by assigning one of your license keys to a specific instance of Composer , by uploading the
.tok
file from the previous step. DevNet generates a license.key file, and downloads the file to your machine.Browse to find the license key you just downloaded. Then, select Submit. Composer applies the new license to your instance.
Manage License Keys Using the Licensing API
Endpoint | Method | Description |
---|---|---|
/api/license |
GET | Returns license information for the instance. |
POST | Updates license information for the instance |
API documentation is provided with your Composer installation at this link: https://<composer-URL>/composer/swagger-ui.html
.
If a problem occurs, contact your sales or technical support representative.
Manage License Keys Using Configuration Properties or Environment Variables
Add your license keys and installation id to zoomdata.properties
. Format the variables as shown below:
zoomdata.license.key=<value>
zoomdata.installation.id=<value>
Comments
0 comments
Please sign in to leave a comment.