Retrieves the complete quarantine policy configuration including rules, restrictions, warning and grace period settings, and notification preferences for the specified custom group
https://{serverurl}/dcapi/compliance/quarantine/policy/{grpResourceId}
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
The resource ID of the quarantine custom group to delete. Fetch from Get Quarantine Rule Details
If true, returns only rules and restrictions without target group details
curl --request GET \
--url https://appdomains/dcapi/compliance/quarantine/policy/{grpResourceId} \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Custom group resource ID
Associated quarantine collection ID
Custom group name
Collection deployment status
List of configured quarantine rules including patch severity, software, service, vulnerability, registry, and file checks
Action type and network restriction configuration for quarantine enforcement
Whether user warning dialog is enabled
Warning dialog title text
Warning dialog description text
Whether grace period is configured before enforcement
Grace period notification title
Grace period notification description
Grace period duration in days
Time for grace notification in HH:mm format
Whether email notifications are enabled
Email notification duration
Comma-separated days when email notifications are active
Notification email address
List of users enabled for mobile notifications
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
Error code indicating insufficient permissions
Message indicating insufficient privileges to access this resource
Rate limit error code returned when the API call reached threshold
Rate limit exceeded message with retry guidance
Full quarantine policy configuration with target group details
{
"quarantineRestrictions": {
"quarantineAction": "2",
"blockAction": "2",
"allowRestrictAccess": [
{
"condition": "domain",
"value": "*.company.com"
}
]
},
"warningDesc": "Your system will be quarantined.",
"gracePeriod": "7",
"graceDesc": "Resolve issues within the grace period.",
"quarantineRules": [
{
"condition": "osPatch",
"interval": "30",
"severities": [
"critical",
"important"
]
},
{
"condition": "software",
"softwareName": "TeamViewer",
"status": "installed"
},
{
"condition": "vulnerability",
"operation": "cvss",
"value": "7.0"
}
],
"warningTitle": "Non-Compliant System",
"EMAIL_DURATION": "1",
"graceTitle": "Grace Period",
"EMAIL": "security@company.com",
"ENABLE_MOBILE_NOTIFY_FOR_USERS": [
"admin1"
],
"enableGracePeriod": true,
"cgName": "DMZ Servers",
"enableWarnUser": true,
"ENABLE_EMAIL_NOTIFY": true,
"customGroup": 301,
"EMAIL_ENABLED_DAYS": "1,2,3,4,5",
"graceNotificationTime": "10:00",
"collectionId": 6001,
"status": "Deployed"
}
Quarantine rules and restrictions only (excludeTargets=true)
{
"quarantineRestrictions": {
"quarantineAction": "1"
},
"quarantineRules": [
{
"condition": "osPatch",
"interval": "30",
"severities": [
"critical"
]
}
],
"ENABLE_EMAIL_NOTIFY": false,
"EMAIL_DURATION": "",
"EMAIL_ENABLED_DAYS": "",
"EMAIL": "",
"ENABLE_MOBILE_NOTIFY_FOR_USERS": [],
"status": "Deployed"
}
User lacks scope access to the custom group
{
"errorMessage": "User Not Authorized",
"errorCode": "UAC_UNAUTHORIZED"
}
Quarantine is not available in VMP Professional Edition
{
"errorMessage": "You do not have enough permission to perform this action. Upgrade to Enterprise Edition to use these features.",
"errorCode": "FORBIDDEN"
}
API call threshold exceeded
{
"errorMessage": "Rate limit exceeded. Retry after some time",
"errorCode": "TOO_MANY_REQUESTS"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.