Retrieve the List of Available Consumption-based Licenses from Kemp 360 Central
- Last Updated: October 7, 2024
- 1 minute read
- LoadMaster
- LoadMaster GA
- Documentation
To retrieve the list of available consumption-based licenses from Kemp 360 Central, run the following command:
Get-AslLicenseType -aslhost <Kemp360CentralIPAddress> -aslport <Kemp360CentralPort> -LoadBalancer <LoadBalancerIPAddress>Note: If you already know what license ID to use, there is no need to execute this command. You can simply run the Request-LicenseOnPremise command.
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 |
| LoadBalancer | String | The IP address of the LoadMaster. | Yes |