v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
File Server

Create a restore job for the alternate server

Create a restore job for the alternate server.

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

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.

destinationDeviceIDinteger

ID of the device where the restore will happen.

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.