Note: Currently there are two Multi-Tenant LoadMaster license types available from Progress Kemp. These are:30 Day Trial LicensePermanent License

The AcceptEULA command is used to enter the magic cookie key which is returned by the ReadEula command in order to accept the EULA and set the type of license used (trial or perm).

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/accepteula?magic=<CorrectMagicString>&type=<Trial/Perm>"

Available Parameters

Parameter

Parameter Type

Parameter Description

Mandatory

magic

String

The magic string which was returned when the ReadEULA command was run. For more information on the ReadEULA command, refer to the Read the EULA secton.

Yes

type

String

The type of license to be applied. Valid values are:

trial - 30 day trial. This is a temporary license used to evaluate the Multi-Tenant LoadMaster.

perm - A purchased, permanent Multi-Tenant LoadMaster.

Yes

Example Output

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="ok">
<Success><Data><Magic>c0a6fccc-1c53-4a26-8ed3-e0d0bb8e23f3</Magic>
<Eula>
As part of Kemps continuous drive to offer better value and services to our customers Kemp has introduced a Call Home feature.
The LoadMaster can utilize Call Home to get available license updates, information regarding any updated firmware for your product and provide system status information to Kemp.  The system status information will include Throughput, Enabled Features, Virtual Services and Real Servers details but will not include any unique personal information or actual traffic from your network.
Your LoadMaster will initiate a connection to Kemp once during any 24 hour interval.
<b>NOTE</b> – Allowing Call Home is mandatory for Free LoadMaster versions.
For more details on this visit <a href="http://www.kemptechnologies.com/callhome" target="_blank">www.kemptechnologies.com/callhome</a>
</Eula>
</Data>
</Success>
</Response>
Note: Another magic string is displayed in the output of this command. This is needed to run the AcceptEula2 command which is used to accept the terms of the EULA.