Retrieves the system health policy configuration that defines patch compliance thresholds.
get /dcapi/patch/settings/healthPolicy
https://{serverurl}/dcapi/patch/settings/healthPolicy
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/patch/settings/healthPolicy \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Maximum number of missing patches for a system to be considered healthy
Missing patch count above which system is considered vulnerable
Missing patch count above which system is considered highly vulnerable
Weight multiplier for critical severity patches in health calculation
Weight multiplier for important severity patches
Weight multiplier for moderate severity patches
Weight multiplier for low severity patches
Default health policy settings
{
"highlyVulnerableThreshold": 10,
"vulnerableThreshold": 5,
"importantPatchWeight": 3,
"moderatePatchWeight": 1,
"lowPatchWeight": 0,
"healthyThreshold": 0,
"criticalPatchWeight": 5
}
![]()
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.