Retrieves the system compliance report showing patch compliance status per system.
get /dcapi/patch/reports/systemCompliance
https://{server-hostname}:8383/dcapi/patch/reports/systemCompliance
PatchMgmt.READCopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
curl --request GET \
--url https://appdomain/dcapi/patch/reports/systemCompliance \
--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 system compliance entries
Number of applicable patches, or --
Compliance percentage (e.g., 0%, 85%)
Compliance status: Compliant, Non-compliant
Name of the computer
Domain name of the computer
Number of installed patches, or --
IP address of the system
Last boot time of the system
Last time the agent contacted the server
Last contacted time with distribution server, or --
Last time a patch was applied, or --
Last scan time
Last successful scan time
Location of the system, or --
Currently logged on users
Number of missing patches, or --
Admin notes, or --
Full operating system name and architecture
Platform: Windows, Mac, Linux
Owner of the system, or --
Email of the system owner, or --
Remote office name
Search tag, or --
Service pack or OS version
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 system compliance data
{
"metadata": {
"limit": 25,
"page": 1
},
"totalRecords": 1,
"messageResponse": [
{
"CompliancePercentage": "0%",
"OperatingSystem": "Windows 11 Professional Edition (x64)",
"ApplicablePatches": "--",
"Owner": "--",
"ComplianceStatus": "Non-compliant",
"OsPlatform": "Windows",
"LastPatchedTime": "--",
"LastSuccessfulScan": "Mar 3, 2025 06:26 PM",
"LastContactedTimeWithDs": "--",
"RemoteOffice": "localOfficeOne",
"LastBootTime": "Dec 14, 2015 10:44 AM",
"LastScan": "Mar 3, 2025 06:26 PM",
"LoggedOnUsers": "Browser Security Manager",
"LastContactTime": "Mar 3, 2025 06:26 PM",
"MissingPatches": "--",
"ComputerName": "WinMachine6",
"ServicePack": "Windows 11 Version 22H2 (x64)",
"InstalledPatches": "--",
"IpAddress": "252.0.118.105",
"Domain": "linuxosgroup",
"SearchTag": "--",
"Notes": "--",
"OwnerEmail": "--",
"Location": "--"
}
],
"totalPages": 1,
"Links": {
"next": null,
"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.