backup
POST/backup.create
backup-create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
scheduleRequiredstring
enabledboolean | null
prefixRequiredstring
Minimum length: 1destinationIdRequiredstring
databaseRequiredstring
Minimum length: 1mariadbIdstring | null
mysqlIdstring | null
postgresIdstring | null
mongoIdstring | null
databaseTypeRequiredstring
Value in: "postgres" | "mariadb" | "mysql" | "mongo"| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/backup.one
backup-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
backupIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/backup.update
backup-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
scheduleRequiredstring
enabledboolean | null
prefixRequiredstring
Minimum length: 1backupIdRequiredstring
destinationIdRequiredstring
databaseRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/backup.remove
backup-remove
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
backupIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/backup.manualBackupPostgres
backup-manualBackupPostgres
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
backupIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/backup.manualBackupMySql
backup-manualBackupMySql
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
backupIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/backup.manualBackupMariadb
backup-manualBackupMariadb
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
backupIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/backup.manualBackupMongo
backup-manualBackupMongo
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
backupIdRequiredstring
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |