Retrieves the currently configured system health policy in Endpoint Central.
This API endpoint is deprecating soon
get /api/1.4/patch/healthpolicy
https://{server-hostname}:8383/api/1.4/patch/healthpolicy
PatchMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/api/1.4/patch/healthpolicy \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Value: healthpolicy
System health policy data
Health policy configuration
Thresholds for vulnerable status
Threshold count for critical severity patches
Threshold count for important severity patches
Threshold count for moderate severity patches
Threshold count for low severity patches
Thresholds for highly vulnerable status
Threshold count for critical severity patches
Threshold count for important severity patches
Threshold count for moderate severity patches
Threshold count for low severity patches
Advanced health policy settings
Whether to exclude third-party applications from
Whether to consider only approved patches in health
API version: 1.0
Operation status: success
Response code: 200
Current system health policy with vulnerability thresholds
{
"response_code": 200,
"message_type": "healthpolicy",
"message_response": {
"healthpolicy": {
"vulnerable": {
"important": 49,
"critical": 0,
"low": 99,
"moderate": 74
},
"highly_vulnerable": {
"important": 50,
"critical": 1,
"low": 100,
"moderate": 75
},
"advanced_settings": {
"exclude_tp_apps": false,
"consider_only_approved": false
}
}
},
"message_version": "1.0",
"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.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.