Return backup files for the server's accounts

This function lists locally-stored and backup-destination stored backup files for the server's accounts.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/backup_set_list_combined
Request samples
whmapi1 --output=jsonpretty \
  backup_set_list_combined
Response samples
application/json
{
  • "data": {
    • "backup_set": {
      • "cpusername1": [
        • {
          • "when": "2020-01-25T00:00:00.000Z",
          • "where": "local"
          },
        • {
          • "when": "2020-01-26T00:00:00.000Z",
          • "where": "local"
          }
        ],
      • "cpusername2": [
        • {
          • "when": "2020-01-25T00:00:00.000Z",
          • "where": "local"
          },
        • {
          • "when": "2020-01-26T00:00:00.000Z",
          • "where": "local"
          }
        ]
      },
    • "destination_legend": {
      • "GLT1vFsVO8cqk2UWWFpJ9kSQ": {
        • "name": "More Backups",
        • "type": "Local"
        }
      }
    },
  • "metadata": {
    • "command": "backup_set_list_combined",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}