Databases - Pro
Import data to a Pro database
Imports data from an RDB file or from a different Redis database into this Pro database. WARNING: Importing data into a database removes all existing data from the database.
post/v1/subscriptions/{subscriptionId}/databases/{databaseId}/import
Path parameters
subscriptionIdinteger required
Subscription ID.
databaseIdinteger required
Database ID.
Request body
Example request
{
"sourceType": "http"
}Response
OK