v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBCurated Snapshots
Create a new Curated Snapshot.
Creates a new Curated Snapshot for the specified resource, which could be Endpoint devices, File Server, NAS, OneDrive, or SharePoint sites. VMware workloads are not supported for Curated Snapshot jobs.
post/curatedsnapshot/v1/jobs
Request body
Example request
{
"ssRangestartDate": "2020-10-25T00:00:00Z",
"ssRangeEndDate": "2020-10-29T23:59:59Z",
"retentionPeriod": 1,
"excludeFileExtentions": true,
"fileExtentions": [
".txt"
],
"resources": [
{
"orgID": -1,
"workload": "endpoints",
"resourceType": "Endpoint",
"resourceID": 1234,
"resourceName": "Ernie Carter's Macbook",
"resourceParentName": "Ernie Carter"
}
],
"useLightScan": true,
"maxScanFileSizeLimitInMB": 100
}Response
OK