Recover Isilon File
POST https://{{cluster}}/v2/data-protect/recoveries
Operations on Isilon NAS with v2 APIs,
- Generate the access token
- Check the storage domain (the view box)
- Register the Isilon as NAS protection source
- Identify/Create the protection policy
- Get the NAS mount points
- You are ready to create a protection group for Isilon using NAS
- Run the protection group
- Check the status of the protection group
- Upon completion of protection group run, check the snapshots for the protection group
- The Isilon files are ready to be restored
- Cleanup the cluster by removing the protection group (and snapshots), Isilon mount point
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 |