Retrieves patch database platform settings.
get /dcapi/patch/settings/patchDatabaseSettings
https://{serverurl}/dcapi/patch/settings/patchDatabaseSettings
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/patch/settings/patchDatabaseSettings \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Whether Windows patch management is enabled
Whether Mac patch management is enabled
Whether Linux patch management is enabled
Whether third-party patch management is enabled
Scheduler configuration for patch database sync
Whether the scheduler is enabled
Scheduler type: Daily, Weekly, Monthly
Scheduled time in HH:mm format
Platform-specific patch database settings
{
"linuxEnabled": false,
"windowsEnabled": true,
"thirdPartyEnabled": true,
"schedulerSettings": {
"schedulerEnabled": true,
"schedulerTime": "02:00",
"schedulerType": "Daily"
},
"macEnabled": true
}
![]()
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.