v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBRansomware Recovery
Update the quarantine range - v1
Use this API to update the quarantine range for an infected resource. :fa-info-circle: Both v1 and v2 Quarantine APIs are supported for Endpoints, File Server, NAS, VMware, OneDrive, and SharePoint.
put/ransomwarerecovery/v1/quarantineranges/resource/{resourceID}/range/{rangeID}
Path parameters
resourceIDinteger required
The unique ID of the quarantined resource on which the snapshots range needs to be updated. 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.
rangeIDinteger required
The unique quarantine range ID which needs the update. Get the quarantine range ID using the 'List all quarantine ranges' API.
Request body
Example request
{
"fromDate": "2020-09-25",
"toDate": "2020-10-25"
}Response
OK
Example response
{
"rangeID": 101
}