Recover Isilon Volume

POST https://{{cluster_vip}}/v2/data-protect/recoveries

Recovers the object from the snapshot ID specified in the request body.

Ensure to provide the following parameters in the request body:

  • The snapshot ID from where you want to recover the specified object.
  • The target ID where the object will be recovered to.

The restoreId from the response is required for obtaining the status of the recovery task.

Request Body

{"name"=>"Recover_SMB_Org", "snapshotEnvironment"=>"kIsilon", "isilonParams"=>{"objects"=>[{"snapshotId"=>"{{snapshotId}}"}], "recoveryAction"=>"RecoverNasVolume", "recoverNasVolumeParams"=>{"targetEnvironment"=>"kIsilon", "isilonTargetParams"=>{"recoverToNewSource"=>false, "originalSourceConfig"=>{"overwriteExistingFile"=>false, "preserveFileAttributes"=>true, "continueOnError"=>true, "encryptionEnabled"=>false}}}}}

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring