Retrieve the Firmware Version
- Last Updated: October 14, 2024
- 1 minute read
- LoadMaster
- Multi-Tenant LoadMaster
- Documentation
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>