Retrieves the list of configured deployment policies.
get /dcapi/patch/reports/deploymentPolicies
https://{server-hostname}:8383/dcapi/patch/reports/deploymentPolicies
PatchMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/patch/reports/deploymentPolicies \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Array of report-specific data records
Total number of records
Current page number
Records per page
Error code: INTERNAL_ERROR for server-side failures
Localized error description: dc.rest.api_internal_error
Deployment policies report
{
"total": 6,
"pageLimit": 25,
"data": [
{
"rebootPolicy": "Skip Reboot",
"policyId": 201,
"policyName": "Default Deployment Policy",
"createdBy": "admin",
"deploymentWindow": "Maintenance Window",
"retryCount": 3,
"associatedConfigs": 5
}
],
"page": 1
}
Server-side error
{
"error_description": "dc.rest.api_internal_error",
"error_code": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 50 | 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.