Retrieves a paginated list of patches that are missing across managed systems, including severity, approval status, and affected system counts.
get /dcapi/patch/reports/missingPatches
https://{server-hostname}:8383/dcapi/patch/reports/missingPatches
PatchMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/patch/reports/missingPatches \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52'Pagination links for next and previous pages
URL for the next page of results, or null if on the last page
URL for the previous page of results, or null if on the first page
Array of missing patch entries
Security bulletin identifier
Transformed bulletin ID
CPS status ID code
Number of systems where patch installation failed
Transformed failed count
Name of the user who approved the patch
Transformed approving user name
Number of systems where patch is missing
Transformed missing count
Full description of the patch
Transformed patch description
Unique patch identifier
Transformed patch ID
Patch file name
Transformed patch file name
Reboot requirement code: 0=Not Required, 1=May Require
Transformed reboot requirement display
Patch release time in epoch milliseconds
Formatted patch release date
Patch file size in bytes
Formatted patch file size
Patch supported time in epoch milliseconds
Formatted patch supported date
Uninstall support status code
Transformed uninstall status display
Platform code: 1=Windows, 2=Mac, 3=Linux
Platform display name
Transformed platform name
Severity display name
Severity code
Severity label key
Transformed severity display
Software version/sequence number
Transformed version number
Approval status ID code
Image path for approval status
Approval status label key
Transformed approval status display
Superceded by patch ID, or NA
Transformed superceded by value
Update type name
Transformed update type name
Last updated time in epoch milliseconds
Formatted last updated date and time
Vendor name
Transformed vendor name
Pagination metadata
Operation result: success
Total number of pages available
Total number of records matching the query
Error code: INTERNAL_ERROR for server-side failures
Localized error description: dc.rest.api_internal_error
Paginated missing patches report data
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": "1",
"messageResponse": [
{
"failed_transform": "0",
"updated_time": "1770718649504",
"patch_noreboot_transform": "Not Required",
"sqnumber": "935934",
"bulletin_id_transform": "RHBA-2024:9112",
"platform_name_transform": "Linux",
"status_label_transform": "Approved",
"patch_supported_time_transform": "Nov 14, 2024",
"bulletin_id": "AV-FCS01",
"patch_noreboot": "1",
"platform": "1",
"update_name": "Definition Update",
"updated_time_transform": "Feb 10, 2026 03:47 PM",
"first_name_transform": "DC-SYSTEM-USER",
"patch_released_time": "1734021017000",
"patch_id_transform": "1180876",
"patch_size": "154256984",
"patch_description_transform": "(RHBA-2024:9112)qatengine:1.6.0 module bug fix and enhancement update",
"cps_status_id": "211",
"status_id": "211",
"patch_uninstall_status": "0",
"missing": "2",
"platform_name": "Windows",
"severity_transform": "Unrated",
"first_name": "DC-SYSTEM-USER",
"patch_size_transform": "196.43 KB",
"patch_uninstall_status_transform": "Not Supported",
"severity": "0",
"patch_id": "400001",
"patch_name": "mpam-fe.exe",
"update_name_transform": "Non Security Updates",
"patch_description": "Antimalware Definition Updates (1.421.755.0)",
"patch_name_transform": "qatengine-1.6.0-1.el9.x86_64.rpm",
"sqnumber_transform": "RHBA-2024:9112",
"vendor_name": "Microsoft",
"superceded_by": "NA",
"failed": "0",
"severity_name": "dc.rep.patchreport.unrated",
"vendor_name_transform": "Red Hat",
"patch_supported_time": "1734021017000",
"status_label": "dc.common.APPROVED",
"missing_transform": "1",
"patch_released_time_transform": "Nov 12, 2024",
"s_name": "Unrated",
"superceded_by_transform": "NA",
"status_image": "images/approved_icon.gif"
}
],
"totalPages": 24,
"Links": {
"next": "/dcapi/patch/reports/missingPatches?page=2&pageLimit=25",
"prev": null
},
"status": "success"
}
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.