VM File Recover
Recover the VM Files provided
Path Parameters
- vmClientGUID string required
- application/json
Request Body
- inPlaceRestore boolean required
The option to restore backed-up data to the same client from which it was backed up.
- passUnconditionalOverride boolean
The option to overwrite an existing virtual machine of the same name.
destinationClient object
Required for out of place recover
clientName stringDestination client name of hypervisor
vmFileLevelRestoreOptions object required
destPath string[]Destination paths to which files has to be recovered
sourcePath string[]List of Source paths to recover
destinationVMGuid stringThe GUID of the VM to which the files would be restored
guestCredentials object
Required if you are restoring to another VM instead of client . Pass the VM credentials to connect to the VM where files has to be restored
userName stringGuest credential username
password stringBase 64 encoded password
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- taskId integer
- jobIds string[]
{
"taskId": 0,
"jobIds": [
"string"
]
}
{
"taskId": 63815,
"jobIds": [
"131575"
]
}
Loading...