v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
SQLServer

Restore SQL Server database(s) to the original location

Performs a FULL restore of SQL Server database(s) to the original location.

post/sqlserver/v2/orgs/{orgID}/jobs/restores/original

Path parameters

orgIDinteger required

Specify the ID of your organization under which the SQL Server is registered. Get the ID of an organization using the 'List all organizations' API.

Request body

backupsetIDinteger required

Specify the ID of your backup set. Get the ID using the 'List backup sets' API.

databasesstring[] required

Specify the list of database names you want to restore. Get the names of databases associated with a backup set from the 'configuredDatabases' section of the 'Get backup set details' API.

snapshotNamestring required

Specify the name of the snapshot. Get the name of the snapshot using the 'List all snapshots' API.

Response

Success

jobIDinteger

The unique identification number associated with the job.