Retrieves all deployment policies with platform information for the given customer.
get /dcapi/patch/deploymentPolicy
https://{serverurl}/dcapi/patch/deploymentPolicy
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomains/dcapi/patch/deploymentPolicy \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Array of deployment policy summary objects
Unique identifier of the deployment policy template
Name of the deployment policy template
Description of the deployment policy template
Whether this template is currently in use by any deployment
Whether this template is associated with a specific module
Platform identifier: 1=Windows, 2=Mac, 3=Linux
List of deployment policies
{
"deploymentPolicies": [
{
"templateInUse": true,
"templateName": "My Deployment Policy",
"associatedModule": false,
"templateDesc": "Description",
"platformId": 1,
"templateID": 12345
},
{
"templateInUse": false,
"templateName": "Linux Patch Policy",
"associatedModule": true,
"templateDesc": "Policy for Linux servers",
"platformId": 3,
"templateID": 12346
}
]
}
![]()
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.