Retrieve the List of Available Consumption-based Licenses from Kemp 360 Central
- Last Updated: December 9, 2024
- 1 minute read
- LoadMaster
- LoadMaster LTSF
- Documentation
To retrieve the list of available consumption-based licenses from Kemp 360 Central, run the following command:
curl -k "https://<LoadMasterIPAddress>/access/aslgetlicensetypes?aslhost=<Kemp360CentralIPAddress>&aslport=<Kemp360CentralPort>"This command returns a list of available licenses. The ID of the desired license is needed when running the command to license the LoadMaster.
|
Name |
Type |
Description |
Mandatory |
|---|---|---|---|
| aslhost | String | The IP address of the Kemp 360 Central machine being used for licensing. | Yes |
| aslport | Integer | The port of the Kemp 360 Central machine being used for licensing. | Yes |