Versions Compared

Key

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

...

This API method returns a JSON object containing the license information about the Iguana you've transferred the license to.

Parameters:

...

Parameter

Description

Value (as a string)

product

The product you want

...

to license.

IguanaX

token

...

Your authentication token

...

...

<token>

method

...

The API method name.

license.UpdateActivationInfo

...

description

...

Provide a description to pair with the license

...

.

<ex. Prod for XYZ>

activationid

The Activation ID of the Iguana you're transferring the license from

...

...

<activationID>

instanceid

The Iguana ID of the instance that you want to

...

apply the license to.

...

Retrieved from Programmatically

...

...

<IguanaID>

Sample curl command Request:

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

...