Triggerdatabasebackuprequest
Represents a request for triggering a database backup.
callbackstring
If provided, it needs to be a valid URL. It will be a webhook call that will later execute when the backup is complete.
createBackupFromDatestring<date-time>
If provided, it needs to be a date time from which the backup should include data. If not provided, the backup will include all the data.
Example:
2016-09-06T13:37:50+03:00tablesstring[]
If provided, it needs to be a list of tables that exist in the database schema. The backup will only include the specified tables. If not provided, the backup will include all tables.
Triggerdatabasebackuprequest
{
"callback": "string",
"createBackupFromDate": "2016-09-06T13:37:50+03:00",
"tables": [
"string"
]
}