Return dates where backup files exist

This function lists the dates where backup file exists, whether stored locally or stored on remote backup destinations when local backups are disabled.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/backup_date_list
Request samples
whmapi1 --output=jsonpretty \
  backup_date_list
Response samples
application/json
{
  • "data": {
    • "backup_set": [
      • "2019-02-12T00:00:00.000Z",
      • "2019-02-12T00:00:00.000Z",
      • "2019-02-12T00:00:00.000Z"
      ]
    },
  • "metadata": {
    • "command": "backup_date_list",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}