Databases - Essentials
Back up Essentials database
Manually back up the specified Essentials database to a backup path. By default, backups will be stored in the 'periodicBackupPath' location for this database.
post/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/backup
Path parameters
subscriptionIdinteger required
Subscription ID.
databaseIdinteger required
Database ID.
Request body
Example request
{
"adhocBackupPath": "s3://<backup-path>"
}Response
OK