Updates the system health policy configuration settings.
put /dcapi/patch/settings/healthPolicy
https://{serverurl}/dcapi/patch/settings/healthPolicy
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Set maximum missing patches for healthy status
Set missing patch threshold for vulnerable status
Set missing patch threshold for highly vulnerable status
Weight for critical severity patches
Weight for important severity patches
Weight for moderate severity patches
Weight for low severity patches
curl --request PUT \
--url https://appdomains/dcapi/patch/settings/healthPolicy \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{"highlyVulnerableThreshold":15,"vulnerableThreshold":10,"healthyThreshold":0}'Custom health policy with adjusted thresholds
{
"highlyVulnerableThreshold": 15,
"vulnerableThreshold": 10,
"importantPatchWeight": 3,
"moderatePatchWeight": 1,
"lowPatchWeight": 0,
"healthyThreshold": 0,
"criticalPatchWeight": 5
}
Health policy updated
{
"remarks": "Health policy updated",
"status": "success"
}
![]()
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.