Qualys Enterprise TruRisk™ Platform (Cloud Agent Application 2.5.0) API Notification
Table of Contents
A new release of Qualys Enterprise TruRisk™ Platform (Cloud Agent Application 2.5.0), which is released in November 2025, includes new APIs. This API notification highlights recently released changes, enabling you to identify use cases that can benefit from the updated APIs.
What’s New?
With this release, we have added new APIs to manage Cloud Agent activation keys. With these new APIs, you can create, edit, update, and delete the activation keys. Additionally, you can search the activation keys and apply search filters to get the required details.
New APIs to Manage Activation Keys
We have introduced the following new APIs to create and manage activation keys:
New API: Get Activation Key Details
GET /caui/v1/activation-keys/manage/<id>
DTD and XSD Changes: NA
This API is used to fetch the activation key details.
New API: Search Activation Keys
POST /caui/v1/activation-keys/manage
DTD and XSD Changes: NA
This API is used to search the activation keys. You can use the query parameter in the API request to fetch the required activation keys.
New API: Create Activation Key
POST /caui/v1/activation-keys/manage/activation-key
DTD and XSD Changes: NA
This API is used to create an activation key. While creating an activation key, you can specify the Qualys applications to be activated for associated Cloud Agents, Key Type, Expiry Date, and so on.
New API: Update Activation Key
POST /caui/v1/activation-keys/manage/activation-key/ <id>
DTD and XSD Changes: NA
This API is used to update an activation key. While updating an activation key, you can specify the Qualys applications to be activated for associated Cloud Agents, Key Type, Expiry Date, and so on.
New API: Enable/Disable Activation Key
PATCH /caui/v1/activation-keys/manage/<id>
DTD and XSD Changes: NA
This is a common API used to enable or disable an activation key. If you execute this API for an enabled activation key, it will be disabled after API execution, and vice versa.
New API: Delete Activation Key
DELETE /caui/v1/activation-keys/manage/<id>
DTD and XSD Changes: NA
For more details, please refer to the detailed API release notes: https://docs.qualys.com/en/ca/release-notes/ca_application/release_2_5_api.htm