Backups
Get all list of Backups
GET /api/backups
Returns a list of all the Backups
Response
The response is an array of Backups
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
Download a Backup File
GET /api/backups/:file/download
Download the Backup file
Parameter | Value | Description |
---|---|---|
filename | name | The filename of the Backup file |
Response
The response is the content of the Backup file
Delete a Backup File
DELETE /api/backups/:file
Delete the Backup file
Parameter | Value | Description |
---|---|---|
filename | name | The filename of the Backup file |
Response
The response is the information of the Backup file
1 2 3 4 5 6 |
|