Programmatically get an Iguana ID
The IguanaX IguanaID can be found within your Iguana License Settings page. However, you can also programmatically get the Iguana ID using one of two methods:
Method 1: Use the iguana --id command line flag (requires IguanaX v10.1.102)
The Iguana ID can be obtained using the command line --id
flag. If you need to target a unique working directory, you can optionally use --id --working_dir <working_directory>
to point to a specific Iguana working directory and return the Iguana ID.
Method 2: Use the IguanaX API to get license details, including the Iguana ID
Â