Return backup files in the local disk

This function lists backup files for the server's accounts in the local disk.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/backup_set_list
Request samples
whmapi1 --output=jsonpretty \
  backup_set_list
Response samples
application/json
{
  • "data": {
    • "backup_set": { }
    },
  • "metadata": {
    • "command": "backup_set_list",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}