Get Latest Snapshot

GET https://{{cluster_vip}}/v2/data-protect/search/protected-objects?snapshotActions=RecoverObjects&searchString=*&protectionGroupIds={{protectionGroupId}}&environments=kIsilon

Returns information on the latest snapshots of the objects that are being protected in the Protection Group specified in the API URL.

The snapshot ID snapshotId of a volume from the response is required for recovering that volume.

Request Params

KeyDatatypeRequiredDescription
snapshotActionsstring
searchStringstring
protectionGroupIdsstring
environmentsstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"objects":[{"id":5699,"name":"/ifs/UI_Master_Isilon_Mixed","sourceId":5558,"environment":"kIsilon","objectType":"kMountPoint","osType":"kOther","protectionStats":null,"isilonParams":{"supportedNasMountProtocols":["kNfs","kSmb"]},"latestSnapshotsInfo":[{"archivalSnapshotsInfo":null,"indexingStatus":"Done","protectionGroupId":"8935240469768886:1678732323491:337","protectionGroupName":"isilon_changelist_nfs","runInstanceId":947,"storageDomainId":23630,"protectionRunId":"337:1678780020414960","runType":"kRegular","protectionRunStartTimeUsecs":1678780020414960,"localSnapshotInfo":{"snapshotId":"{{snaphotId}}","logicalSizeBytes":560634880}},{"archivalSnapshotsInfo":null,"indexingStatus":"Done","protectionGroupId":"8935240469768886:1678732323491:338","protectionGroupName":"isilon_changelist_smb","runInstanceId":949,"storageDomainId":23630,"protectionRunId":"338:1678780082422982","runType":"kRegular","protectionRunStartTimeUsecs":1678780082422982,"localSnapshotInfo":{"snapshotId":"{{snaphotId}}","logicalSizeBytes":560634880}}],"sourceInfo":{"id":5558,"name":"sv4-isilon1","environment":"kIsilon","objectType":"kCluster"}},{"id":5583,"name":"/ifs/fileFolderRestoreTest","sourceId":5558,"environment":"kIsilon","objectType":"kMountPoint","osType":"kOther","protectionStats":null,"isilonParams":{"supportedNasMountProtocols":["kNfs","kSmb"]},"latestSnapshotsInfo":[{"archivalSnapshotsInfo":null,"indexingStatus":"Done","protectionGroupId":"8935240469768886:1678732323491:79","protectionGroupName":"isilon_file_folder_restore_job","runInstanceId":1506,"storageDomainId":22463,"protectionRunId":"79:1678827720067853","runType":"kRegular","protectionRunStartTimeUsecs":1678827720067853,"localSnapshotInfo":{"snapshotId":"{{snaphotId}}","logicalSizeBytes":10396812}}],"sourceInfo":{"id":5558,"name":"sv4-isilon1","environment":"kIsilon","objectType":"kCluster"}},{"id":5586,"name":"/ifs/fileFolderRestoreTest2","sourceId":5558,"environment":"kIsilon","objectType":"kMountPoint","osType":"kOther","protectionStats":null,"isilonParams":{"supportedNasMountProtocols":["kNfs"]},"latestSnapshotsInfo":[{"archivalSnapshotsInfo":null,"indexingStatus":"Done","protectionGroupId":"8935240469768886:1678732323491:87","protectionGroupName":"isilon_file_folder_restore_job2","runInstanceId":1594,"storageDomainId":22463,"protectionRunId":"87:1678835942260545","runType":"kRegular","protectionRunStartTimeUsecs":1678835942260545,"localSnapshotInfo":{"snapshotId":"{{snaphotId}}","logicalSizeBytes":10396812}}],"sourceInfo":{"id":5558,"name":"sv4-isilon1","environment":"kIsilon","objectType":"kCluster"}}],"numResults":4,"metadata":{"uniqueProtectionGroupIdentifiers":[{"protectionGroupId":"8935240469768886:1678732323491:337","protectionGroupName":"isilon_changelist_nfs"},{"protectionGroupId":"8935240469768886:1678732323491:338","protectionGroupName":"isilon_changelist_smb"},{"protectionGroupId":"8935240469768886:1678732323491:79","protectionGroupName":"isilon_file_folder_restore_job"},{"protectionGroupId":"8935240469768886:1678732323491:87","protectionGroupName":"isilon_file_folder_restore_job2"}]}}