Qualys Cloud Platform 2.4.1(CAR) API Notification 1
Table of Contents
A new release of Qualys Enterprise TruRisk™ Platform 2.4.1(CAR) includes updated APIs, which is targeted for release in January 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 updated APIs.
What’s New?
In this release, we have introduced new parameters id
and name
to the configuration-based APIs related to assets. These parameters collect and log information about users, enabling the system to track and record the activities of users interacting with these assets.
New Input Parameters
In this release, we have added two new input parameters id
and name
to the below listed APIs. Both of these parameters are optional. The id
parameter can be used to provide the ID of the user, whereas name
parameter can be used to provide the name of the user.
Updated API: Add Assets to List of Blocked Assets API
POST /sm/v1/block-assets
DTD or XSD changes: Not Applicable
Updated API: Delete Blocked Assets API
POST /sm/v1/block-assets/delete
DTD or XSD changes: Not Applicable
Updated API: Add Tags to the List of Blocked Tags API
POST /sm/v1/block-tags
DTD or XSD changes: Not Applicable
Updated API: Delete Blocked Tags API
POST /sm/v1/block-tags/delete
DTD or XSD changes: Not Applicable
Updated API: Add Assets to List of Lab Assets API
POST /sm/v1/lab-assets
DTD or XSD changes: Not Applicable
Updated API: Delete Lab Assets API
POST /sm/v1/lab-assets/delete
DTD or XSD changes: Not Applicable
Please refer the release note here for more details: https://docs.qualys.com/en/car/release-notes/car/release_2_4_1_api.htm