Qualys Enterprise TruRisk™ Platform 3.20.1 (CA, WAS) API Notification 1
A new release of Qualys Enterprise TruRisk™ Platform 3.20.1 (CA, WAS) includes updated APIs, which is targeted for release in February 2025. The specific day will differ depending on the platform. See platform release dates on the Qualys Status page. This API notification provides an early preview into the upcoming API changes, allowing you to identify use cases that can leverage these APIs.
What’s New?
In this release, we have deprecated the assetId
parameter in the CA SwCA Scan Report Download API and introduced a new Criteria
filter for specifying assets using parameters like tagName
, id
, and activationKey
. Additionally, we have included limitHistories
parameter in the WAS Search Findings API, enabling you to limit the number of previous records returned, which reduces response processing time.
CA API: Download Scan Reports for Multiple Assets using SwCA Component Report Download API
POST /qps/rest/1.0/download/ca/downloadcdxsbom/
DTD or XSD Changes: Yes
In this release, we have added support for downloading Software Composition Analysis (SwCA) Scan Report for multiple assets as per Cyclone Dx standard in JSON format. Also, we are deprecating support for the assetId
parameter used in the SwCA Scan Report Download API earlier. Instead, we have added Criteria
filter to specify the assets for which you want to download the SwCA scan report. You can specify the assets using different parameters such as tagName
, id
, activationKey
, etc.
WAS API: Limit Previous Records for Findings in Search Findings API
POST /qps/rest/3.0/search/was/finding/
DTD or XSD Changes: Yes
With this release, we are introducing a parameter limitHistories
, to limit the maximum number of previous records associated with a finding that can be returned in the Search Findings API response. Using this parameter, you can reduce the processing time required to generate an API response.
For more details, please refer the release note here: https://docs.qualys.com/en/portal-cloud-platform-rn/cloud_platform/release_3_20_1_api.htm