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 do not know who your License POC is, please reach out to your Account Manager.
When a Self-Service Analytics 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.
- Manage License Keys in the UI
- Manage License Keys Using the Licensing API
- Manage License Keys Using Configuration Properties or Environment Variables
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 Self-Service Analytics instance ID and its current expiration date.
If you select Download Current Key, your current license key is downloaded in alicense.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 Self-Service Analytics, 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. Self-Service Analytics 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 |
https://<Self-Service Analytics-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 tozoomdata.properties. Format the variables as shown below:
For more information about extending licensing to a Kubernetes deployment, see Apply Licenses.