Before updating the license for an instance, you must update the Multi-Tenant LoadMaster license. For details on how to do this, refer to the License the Multi-Tenant LoadMaster section.

After you update the Multi-Tenant LoadMaster license, you can then update the license for an instance using the updateinstancelicense command.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/updateinstancelicense?instanceid=<VLMInstanceID>"

Available Parameters

Parameter

Parameter Type

Parameter Description

Mandatory

instanceid

Integer

The ID of the relevant instance.

No

Example Output

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="ok">
<Success>License updated successfully for VNF LoadMaster-VLM, instance id: 2</Success>
</Response>