Create Recovery
POST https://{{cluster}}/v2/data-protect/recoveries
Request Body
{"snapshotEnvironment"=>"kPhysical", "name"=>"Recovery_{{protectionJobName}}", "physicalParams"=>{"objects"=>[{"snapshotId"=>"{{objectSnapshotid}}"}], "recoveryAction"=>"RecoverFiles", "recoverFileAndFolderParams"=>{"filesAndFolders"=>[{"absolutePath"=>"{{restoreFilePath}}", "isDirectory"=>true}], "targetEnvironment"=>"kPhysical", "physicalTargetParams"=>{"recoverTarget"=>{"id"=>676}, "restoreToOriginalPaths"=>true, "overwriteExisting"=>false, "preserveAttributes"=>true, "continueOnError"=>true, "saveSuccessFiles"=>false}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |