Skip to main content

List Curated Snapshots

Returns the Curated Snapshots.

External Documentation

To learn more, visit the Druva documentation.

Parameters

ParameterDescription
Page TokenThe token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.
Resource NameSpecify the resource name to filter and list the data for that specific resource name within Druva Cloud.
Resource TypeSpecify the resource type to filter and list the data for the resource types.
Retained ForSpecify the time until which the Curated Snapshot will be active.
Sort BySpecify the parameter by which you intend to sort the listed results.
Sort OrderSpecify the order by which you intend to sort and list the results. Sorting can be done in ascending or descending order.
StatusSpecify the current status of the Curated Snapshot to filter and list the snapshots.

Example Output

{
"snapshots": [
{
"jobID": 1,
"resourceID": 1234,
"resourceName": "Ernie Carter's Macbook",
"resourceType": "Endpoint",
"resourceURL": "",
"restoreURL": "",
"platformType": "",
"ssRangeStartDate": "2020-10-25T00:00:00Z",
"ssRangeEndDate": "2020-10-29T:23:59:59Z",
"expiry": "2020-11-28T:23:59:59Z",
"enableAVScan": true,
"excludeFileHashes": true,
"excludeFileExtentions": false,
"fileExtentions": [
".txt"
],
"replaceExistingSnapshot": true,
"virtualSnapshotID": "dmlydHVhbF9Nb24gQXVnIDMwIDA2OjQxOjE3IDIwMjE=",
"virtualSnapshotEpoch": 129080982,
"virtualSnapshotName": "virtual_Mon Aug 30 06:41:17 2021",
"displaySnapshotName": "Aug 30, 2021 06:41",
"size": 10240,
"statusCode": 1,
"status": "Active",
"filesIncluded": 100,
"filesScanedSkipped": 1,
"filesExcluded": 5,
"filesBlocked": 5,
"filesEncrypted": 5
}
],
"nextPageToken": "eyJpZCI6NTY1NX0=",
"totalItems": 87
}

Workflow Library Example

List Curated Snapshots with Druva and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop