LogManager
Logs
Return cPanel account's archive files list
This function returns a list of the user's archive files.
get/LogManager/list_archives
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "list_archives",
"module": "LogManager",
"result": {
"data": [
{
"file": "domain.com-May-2019.gz",
"mtime": 1557835866,
"path": "/home/user/logs/domain.com-May-2019.gz"
}
],
"metadata": {
"transformed": 1
},
"status": 1
}
}