System and Patch Details


This API is currently supported only in On-premises.

This API provides the list of systems and their patch details.

  • Functionality
  • Fetchs the list of systems and their patch details.
  • HTTP Method 
  • GET
  • API URI
  • /dcapi/threats/systemreport/patches
  • Scope
  • DesktopCentralCloud.PatchMgmt.READ
  • Display preferences
  • page={Numeric}:

    Displays the content of the provided page number.

    pageLimit={Numeric}:

    Displays the provided number of computers per page.

Response Data

{ "metadata": { "pageLimit": 30, "totalRecords": "1", "totalPages": 1, "links": { "next": null, "prev": null }, "page": 1 }, "response_code": 200, "message_type": "systemreport", "message_response": { "systemreport": [ { "patches": [ { "severity": "Important", "patchname": "vcredist_x86_sp1.exe", "update_type": "Security Updates", "patch_id": "12621", "patch_description": "Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update", "vendor_name": "Microsoft", "install_error_code": "--", "fqdn_name": "WINV1RI92CIEGA.CSEZ.ZOHOCORPIN.COM", "patch_released_time": "1307989800000", "bulletinid": "MS11-025", "reboot_required": "may require", "platform_name": "Windows", "installed_time": "--", "deployment_remarks": "--", "patch_status": "Installed", "patch_approval_status": "approved" }, { "severity": "Important", "patchname": "vcredist_x64_sp1.exe", "update_type": "Security Updates", "patch_id": "12622", "patch_description": "Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package MFC Security Update", "vendor_name": "Microsoft", "install_error_code": "--", "fqdn_name": "XXXXXX.ZZZZ.YYYY.COM", "patch_released_time": "1307989800000", "bulletinid": "MS11-025", "reboot_required": "may require", "platform_name": "Windows", "installed_time": "--", "deployment_remarks": "--", "patch_status": "Installed", "patch_approval_status": "approved" } ], "resource_id": "304" } ] }, "status": "success" }