Request and Apply a New License Key
Composer notifies you when your license key is about to expire.
Note: Use the DevNet License Manager to obtain license keys. These are provided to the person in your organization we term the License POC (Point of Contact). If you don't know who your License POC is, please reach out to your Account Manager.
Note: When a Composer standard or trial license expires, only system administrators can log in (to update the license). Regular users are shown a message that the license has expired.
To manage your license keys, see:
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 system admin or a member of the Supervisors group.
-
Select License from the menu. The Manage License page appears.
This screen shows your current Logi Composer instance ID and its current expiration date.
Note: If you select Download Current Key, your current license key is downloaded in a
license.keyfile. Select Download Instance Token. A
.tokfile 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 Logi Composer , by uploading the
.tokfile 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. Logi Composer applies the new license to your instance.
Manage License Keys Using the Licensing API
| Endpoint | Method | Description |
|---|---|---|
|
GET |
Returns license information for the instance. |
POST |
Updates license information for the instance |
API documentation is provided in your environment 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>
Important: License information provided via configuration properties or environment variables have a higher priority than keys stored in the database previously provided via API or user interface. If you attempt to change the keys using the API in an environment where licensing information from configuration properties or environment variables are in use, Logi Composer returns a failure message. Update the license key in the configuration files instead.
Note: For more information about extending licensing to a Kubernetes deployment, see Apply Licenses.
Comments
0 comments
Please sign in to leave a comment.