Get Latest Snapshot
GET https://{{cluster_vip}}/v2/data-protect/search/protected-objects?snapshotActions=RecoverObjects&searchString=*&protectionGroupIds={{protectionGroupId}}&environments=kIsilon
StartFragment
eturns 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.
EndFragment
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
snapshotActions | string | ||
searchString | string | ||
protectionGroupIds | string | ||
environments | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |
RESPONSES
status: OK
{"objects":[{"id":5986,"name":"/ifs/magneto/isilon_tester/nfs_share","sourceId":5207,"environment":"kIsilon","objectType":"kMountPoint","osType":"kOther","protectionStats":null,"isilonParams":{"supportedNasMountProtocols":["kNfs"]},"latestSnapshotsInfo":[{"archivalSnapshotsInfo":null,"indexingStatus":"Done","protectionGroupId":"1867183226494767:1669693131113:82070","protectionGroupName":"Isilon_API","runInstanceId":82359,"storageDomainId":5,"protectionRunId":"82070:1678780920068728","runType":"kRegular","protectionRunStartTimeUsecs":1678780920068728,"localSnapshotInfo":{"snapshotId":"{{snapshotid}}","logicalSizeBytes":7940593}}],"sourceInfo":{"id":5207,"name":"sv4-isilon1","environment":"kIsilon","objectType":"kCluster"}}],"numResults":1,"metadata":{"uniqueProtectionGroupIdentifiers":[{"protectionGroupId":"1867183226494767:1669693131113:82070","protectionGroupName":"Isilon_API"}]}}