The get command can be used to retrieve the currently installed Multi-Tenant LoadMaster firmware version.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/get?param=version"

Example Output

<Response stat="200" code="ok">
<Success>
<Data>
<version>7.1-29-227</version>
</Data>
</Success>
</Response>