v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
File Server

Create a restore job for the original server

Create a restore job for the original server at original or custom location.

post/fileserver/v2/orgs/{orgID}/jobs/restores/originalServer

Path parameters

orgIDinteger required

Specify the ID of your organization. Get the ID of an organization using the 'List all organizations' API.

Request body

backupsetIDinteger

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

snapshotNamestring

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

sourcePathstring

Specify the path to the file or folder in the snapshot, which needs to be restored.

isOriginalLocationRestoreboolean

Specify if the restore location is original or custom.

destinationPathstring

Path of the folder where files will be restored.

fileHandlingOptionstring

Specify the option to restore files. The possible values are "overwrite", "skip", "restoreAndMoveOriginal", or "overwriteOlder".

preserveOriginalDirectoryStructureboolean

Specify whether you want to preserve the original directory structure. The possible values are "True" or "False".

Response

Successfully triggered restore job

jobIDsinteger[]

The unique identification number associated with the job.