Initiate A Restore Activity
Creates a data restore request and provides the option to scan the data for malware or viruses before restoring to the desired location on the target device.
External Documentation
To learn more, visit the Druva documentation.
Basic Parameters
Parameter | Description |
---|---|
Device ID | Specify the unique ID of the device in inSync from which you want to initiate the restore activity. |
Restore Location | Specify the location to which you intend to restore the data on the selected device. Specify one of the following - Desktop - If you want to restore the data to the desktop on the target device. Original - If you want to restore data to the same location from which it was backed up. If you want to restore the data at a custom location, specify absolute path of the location. |
Target Device ID | Specify the target device ID to which you intend to restore the data. The target device must belong to the same user. |
Advanced Parameters
Parameter | Description |
---|---|
Enable Antivirus Scan | If your organization has the 'Restore With Confidence' license, you can force scan the Snapshot for malware and viruses before restoring the data to the target device and location. Select True to enable Malicious File Scan for the Snapshot being restored. Note: Malicious file scan is not applicable if you are restoring a Curated Snapshot. |
Snapshot Name | To restore a curated snapshot, provide the curated snapshot name. Can be obtained by using the List Curated Snapshots action.Note: Enable Antivirus Scan is not applicable for curated snapshots. |
Example Output
{
"restores": [
{
"deviceID": 12345,
"targetDeviceID": 12345,
"restoreLocation": "Desktop",
"userID": 12345,
"restoreID": 12345,
"startTime": "2019-11-19T06:49:15Z",
"endTime": "",
"status": "Ongoing",
"restoreSize": "",
"numberOfFilesRestored": null,
"numberOfFilesMissed": null,
"restoreMode": "Admin",
"systemSettingsRestore": null,
"failureReason": ""
}
],
"totalSize": 1
}
Workflow Library Example
Initiate a Restore Activity with Druva and Send Results Via Email
Preview this Workflow on desktop