Added

Release 6.6 — Changelog

Introduces 5 new APIs for device pinning, device movement, vulnerability exclusion, and asset blacklisting/whitelisting, plus pagination and new filters on getReportApiData.

Newly Added APIs

pinandunpindevice

Allows administrators to pin or unpin a device from a group.


movedevice

Allows administrators to move one or more devices across organizations, accounts, or groups. Includes an option to pin devices to the target group, retaining group association regardless of grouping criteria.


excludevulnerability

Allows administrators to exclude vulnerabilities (CVEs), patches, or assets from remediation and visibility based on a defined scope.

  • Exclusions can be applied at the account, group, or device level
  • Exclusions are set for a specified duration and are automatically removed upon expiry

addBlackListedAssets

Allows administrators to mark one or more applications as blacklisted. Blacklisted applications detected on endpoints are flagged in the Asset Exposure (AE) dashboard, enabling administrators to identify violations and take appropriate action.


addWhiteListedAssets

Allows administrators to mark one or more applications as whitelisted, marking them as approved and trusted. Whitelist entries override any existing blacklist entries in the Asset Exposure (AE) dashboard.


Modified APIs

getReportApiData

The following enhancements have been made:

ChangeDetails
Pagination supportResults can now be retrieved in pages using limit and page request parameters. See Pagination Support for full details.
New filter: applicationExcludeBoolean filter to exclude specific applications from report results
New filter: patchTypeFilter results by patch type — os (OS-level patches) or third-party patches

Deprecated APIs

No APIs were deprecated in the 6.6 release.