These commands can be used to back up the system configuration or to restore a previously saved configuration of the Multi-Tenant LoadMaster.

Example Command

Backup

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/backup"

Restore

curl -X POST --data-binary "@<BackupFilename>" -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/restore?type=1"

Available Parameters

Parameter

Parameter Type

Parameter Description

Mandatory

Type

Integer

Enter 1 as the value for this parameter.

Yes

Example Output

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