v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBLists all quarantine ranges - v1
Returns the list of all the defined quarantined ranges for resources along with their details. :fa-info-circle: Both v1 and v2 Quarantine APIs are supported for Endpoints, File Server, NAS, VMware, OneDrive, and SharePoint.
Query parameters
Specify the complete name or a prefix from the resource name by which you intend to search and list the resources. Example - “My” is the prefix in the resource name “MyResource123”.
Specify the complete name or a prefix from the resource parent's name by which you intend to search and list the resources. Example - “My” is the prefix in the resource parent's name “MyParent123”.
Specify a date from which you want to list all the quarantined resources. Format - YYYY-MM-DD Example - 2020-10-25. :fa-info-circle: If you do not specify a date this will list all quarantined resources from January 06, 2020 (a system-defined limit). Druva uses UTC time zone to quarantine a resource. You must factor in the difference between the resource time zone and UTC zone while selecting the dates.
Specify a date till which you want to list all the quarantined resources. Format - YYYY-MM-DD Example - 2020-10-25. :fa-info-circle: If you do not specify a date this will list all quarantined resources till date. Druva uses UTC time zone to quarantine a resource. You must factor in the difference between the resource time zone and UTC zone while selecting the dates.
This can be used to filter Quarantine ranges based on Resource Type. Multiple resource types can be selected at once.
The token to access the next page of results. Use the token value received in the previous response's parameter 'nextPageToken'.
The Phoenix organization ID for the resource. For inSync workloads, value will be -1.
Specify the resource name to filter and list the specific resource name within Druva Cloud. Example - 'DOMAIN1234'.
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.
Response
OK
Example response
{
"quarantineRanges": [
{
"resourceID": 101,
"rangeID": 101,
"orgID": -1,
"resourceName": "Ernie Carter's Macbook.",
"resourceParent": "Ernie Carter",
"resourcePlatform": "linux",
"resourceType": "Endpoint",
"workload": "endpoints",
"fromDate": "2020-10-25",
"toDate": "2020-10-25"
}
],
"errorMessage": "Message of the error seen while listing quarantined range.",
"nextPageToken": 20,
"isLast": true
}