Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Description

Value (as a string)

product

The product you want to license.

IguanaX

token

Your authentication token .Retrieved from Get an Authentication Token

<token>

method

The API method name.

license.activate

description

Provide a description to pair with the license.

Example: <ex. Prod for XYZXYZ>

entitlementid

The ID of the license you want to activate. Retrieved from Get List of Entitlements (License Types)

<entitlementID>

instanceid

The Iguana ID of the instance that you want to apply the license to. Retrieved from Programmatically get an Iguana ID

<IguanaID>

Sample Request:

Curl request calling the license API and parsing the license code from the response:

...