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
pinandunpindeviceAllows administrators to pin or unpin a device from a group.
movedevice
movedeviceAllows 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
excludevulnerabilityAllows 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
addBlackListedAssetsAllows 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
addWhiteListedAssetsAllows 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
getReportApiDataThe following enhancements have been made:
| Change | Details |
|---|---|
| Pagination support | Results can now be retrieved in pages using limit and page request parameters. See Pagination Support for full details. |
New filter: applicationExclude | Boolean filter to exclude specific applications from report results |
New filter: patchType | Filter results by patch type — os (OS-level patches) or third-party patches |
Deprecated APIs
No APIs were deprecated in the 6.6 release.
