Manage System Logs
- Last Updated: October 14, 2024
- 1 minute read
- LoadMaster
- Multi-Tenant LoadMaster
- Documentation
These commands can be used to download and reset the system log files.
Example Command
Download:
curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/logging/downloadlogs"Reset:
curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/logging/resetlogs"Example Output
<?xml version="1.0" encoding="ISO-8859-1"?><Response stat="200" code="OK"><Success>Command completed ok</Success></Response>