External DocumentationTo learn more, visit the Druva documentation.
Actions
Get Restore By Restore ID
Returns the restore activity details based on the restore ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Restore ID | Specify the unique ID of the restore activity. Can be obtained by using the List Restore Activities action. |
{
"deviceID": 0,
"targetDeviceID": 0,
"restoreLocation": "string",
"userID": 0,
"restoreID": 0,
"startTime": "2024-09-26T12:55:00.189Z",
"endTime": "2024-09-26T12:55:00.189Z",
"status": "string",
"restoreSize": "string",
"numberOfFilesRestored": 0,
"numberOfFilesMissed": 0,
"restoreMode": "string",
"systemSettingsRestore": true,
"failureReason": ""
}
Was this page helpful?