v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBRansomware Recovery
Get details of a quarantine range - v1
Returns information about a quarantine range on an infected resource using the rangeID. :fa-info-circle: Both v1 and v2 Quarantine APIs are supported for Endpoints, File Server, NAS, VMware, OneDrive, and SharePoint.
get/ransomwarerecovery/v1/quarantineranges/resource/{resourceID}/range/{rangeID}
Path parameters
resourceIDinteger required
The unique ID of the resource on which you seek the quarantine range information. 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.
rangeIDstring required
The unique quarantine range ID for which you need the details. Get the quarantine range ID using the 'List all quarantine ranges' API.
Response
OK
Example response
{
"resourceID": 101,
"rangeID": 101,
"orgID": 101,
"resourceName": "Ernie Carter's Macbook",
"resourceParent": "Ernie Carter",
"resourcePlatform": "linux",
"resourceType": "Endpoint",
"workload": "endpoints",
"fromDate": "2020-10-25",
"toDate": "2020-10-25",
"addedTime": "2020-01-02T15:04:05Z"
}