All Applicable Patches


This API provides a comprehensive list of all the patches that are applicable to systems.

  • Functionality
  • Fetchs the list of patches that are applicable.
  • HTTP Method 
  • GET
  • API URI
  • /dcapi/threats/patches
  • Scope
  • DesktopCentralCloud.PatchMgmt.READ
  • Filters
  • patchname={String}:

    Filters patches that contain the provided patch name.

    patch_description={String}:

    Filters patches that contain the provided patch description.

    patchid={Numeric}:

    Filters patches based on the patch ID provided.

    patch_uninstall={String}:

    Filters patches based on the patch uninstallation support (as specified by the vendor).

    bulletinid={String}:

    Filters patches based on the Bulletin ID provided.

    severity={String}:

    Filters patches based on the severity provided.

    updated_time={Numeric}:

    Filters patches based on the approved time.

    kb_number={String}:

    Filters patches based on the provided KB number.

    vendor_name={String}:

    Filters patches based on the vendor name provided.

    update_type={String}:

    Filters patches based on the type of patch provided. (Applicable inputs: Security Updates, Non-Security Updates, Third-Party Updates, Definition Update, Service Packs, Feature Packs, Rollups, Tools, Driver, Optional Updates, Preview Rollups and BIOS)

    patch_released_time={Numeric}:

    Filters patches based on the provided patch release date.

    patch_supported_time={Numeric}:

    Filters patches based on the provided patch support date.

    patch_size={Numeric}:

    Filters patches based on the provided size.

    approveduser_first_name={String}:

    Filters approved patches based on the specified username that approved the patches.

    reboot_required={String}:
    Filters patches based on the post-deployment reboot option configured. (Applicable inputs: required, not required, autoreboot, may require)

    platform_name={String}:

    Filters the applicable patches based on the platform provided.

    download_status={String}:

    Filters patches based on the download status provided.

    patch_status={String}:

    Filters patches based on the provided patch status.

    cveids={String}:

    Filters patches based on the CVE ID provided.
  • Display preferences
  • page={Numeric}:

    Displays the content of the provided page number.

    pageLimit={Numeric}:

    Displays the provided number of patch details per page.