The AcceptEULA2 command is used to specify whether or not to use the Call Home feature. If this is enabled, the LoadMaster regularly contacts Progress Kemp to check for updates and other information.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/accepteula2?magic=<CorrectMagicString>&accept=<0/1>"

Available Parameters

Parameter

Parameter Type

Parameter Description

Mandatory

magic

String

The magic string which was returned when the AcceptEULA command was run. For more information on the AcceptEULA command, refer to the Accept the EULA and Set the License Type section.

Yes

accept

String

Specify whether or not to use the Call Home feature:

0 - Do not use the Call Home feature

1 - Use the Call Home feature

Yes

Example Output

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="ok">
<Success>Command completed ok</Success>
</Response>