...
This API method returns a JSON object containing the license description and activated license code.
Parameters:
...
Parameter | Description | Value (as a string) |
---|---|---|
product | The product you want |
...
to license. |
|
token |
...
Your authentication token |
...
...
| |
method |
...
The API method name. |
|
...
description |
...
Provide a description to pair with the license |
...
. |
|
entitlementid | The ID of the license you want to activate. |
...
Retrieved from Get List of Entitlements (License Types) |
...
| |
instanceid |
...
The Iguana ID of the instance that you want to apply the license to. |
...
Retrieved from Programmatically |
...
...
|
Sample curl command Request:
Curl request calling the license API and parsing the license code from the response:
...