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

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring