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

Parameters

ParameterDescription
Restore IDSpecify the unique ID of the restore activity. Can be obtained by using the List Restore Activities action.

Example Output

{
	"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": ""
}

Workflow Library Example

Get Restore by Restore Id with Druva and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop