v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBRansomware Recovery
Quarantine snapshots on a resource - v1
Quarantine all snapshots, or snapshots within a date range on a resource. :fa-info-circle: Users and administrators cannot restore or download data from the quarantined snapshots. :fa-info-circle: Both v1 and v2 Quarantine APIs are supported for Endpoints, File Server, NAS, VMware, OneDrive, and SharePoint.
post/ransomwarerecovery/v1/quarantineranges/resource/{resourceID}
Path parameters
resourceIDinteger required
The unique ID of the resource on which the snapshots should be quarantined. Get the ID of a device using the ‘List all devices’ API. For data sources like File Server, NAS, VMware refer to the respective ‘List all backup sets’ API.
Request body
Example request
{
"orgID": -1,
"fromDate": "2020-10-25",
"toDate": "2020-10-25"
}Response
OK
Example response
{
"rangeID": 101
}