Create Recovery
POST https://{{cluster}}/v2/data-protect/recoveries
Request Body
{"name"=>"Recovery_{{protectionJobName}}", "snapshotEnvironment"=>"kIsilon", "isilonParams"=>{"objects"=>[{"snapshotId"=>"{{snapshotId}}", "pointInTimeUsecs"=>0, "protectionGroupId"=>" {{protectionJobId}}", "protectionGroupName"=>" {{protectionJobName}}"}], "recoveryAction"=>"RecoverFiles", "recoverFileAndFolderParams"=>{"filesAndFolders"=>[{"absolutePath"=>"{{restoreFilePath}}", "isDirectory"=>false}], "targetEnvironment"=>"kIsilon", "isilonTargetParams"=>{"recoverToNewSource"=>false, "originalSourceConfig"=>{"overwriteExistingFile"=>true, "preserveFileAttributes"=>true, "continueOnError"=>false, "recoverToOriginalPath"=>true}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |