There is an option to get an activation key using an API GET call to the Sisense licensing server rather than needing to log into the Sisense site to obtain this information.
Use case:
This method helps generating license keys in a batch when you need to offline-activate many Sisense instances. Mostly used by OEM vendors of Sisense.
Please note that currently the offline activation is still performed using the standard installation GUI (manually).
We are working on adding this ability to the command line installation as well (‘silent installation’) - in order to automate the installation process further.
Process:
To get an activation key, perform a GET call to:
With the following parameters:
email - the licensed user e-mail (not necessary the account owner)
password - the user’s password
mid - the machine id - as supplied in the activation UI, or by running the attached exe file. This file should be run in command prompt so you can see the output
enc - true
Example:
http://l.sisense.com/lc/get?email=email@sisense.com&password=mypassword&mid=AAAABBBCCCDDDEEE111223344&enc=true
Authentication token:
You will need to ask your Account Manager to deliver you your own authentication token.
Add a header named: ‘Content-MD5’ with the token as a value, as part of each call.
If the call is successful you should get a 200 OK return code and the activation key in the response body.