Get Recovery Status
GET https://{{cluster_vip}}/v2/data-protect/recoveries/{{restoreId}}
Returns the status of the recovery task.
You can fetch the restoreId of the recovery task to be specified in the API URL from the Recover Isilon Volume API response.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"id":"8935240469768886:1678732323491:1686","name":"Recover_SMB_Org","startTimeUsecs":1678845851647055,"endTimeUsecs":1678846089689621,"status":"Succeeded","progressTaskId":"restore_files_1686","snapshotEnvironment":"kIsilon","recoveryAction":"RecoverNasVolume","permissions":[],"creationInfo":{"userName":"admin"},"canTearDown":false,"messages":null,"isilonParams":{"objects":[{"snapshotId":"{{snapshotId}}","protectionGroupId":"8935240469768886:1678732323491:338","protectionGroupName":"isilon_changelist_smb","snapshotCreationTimeUsecs":1678780082422982,"snapshotTargetType":"Local","storageDomainId":23630,"progressTaskId":"","messages":null,"objectInfo":{"id":5699,"name":"/ifs/UI_Master_Isilon_Mixed","sourceId":5558,"sourceName":"sv4-isilon1","environment":"kIsilon","objectType":"kMountPoint"}}],"recoveryAction":"RecoverNasVolume","recoverNasVolumeParams":{"targetEnvironment":"kIsilon","isilonTargetParams":{"recoverToNewSource":false,"originalSourceConfig":{"overwriteExistingFile":false,"preserveFileAttributes":true,"continueOnError":true,"encryptionEnabled":false}}}}}