Release 10.32.2 API

February 11, 2025 (Updated on March 03, 2025)

Before understanding the API release highlights, learn more about the API server URL to be used in your API requests by referring to the Know Your Qualys API Server URL section. For this API Release Notes, <qualys_base_url> is mentioned in the sample API requests.

We have implemented versioning for APIs. For more information on API versioning, refer to the Introducing API Versioning: A Strategic Upgrade for Enhanced Stability and Control for API Integrations blog.

What's New?

Qualys Policy Compliance (PC)

Get Posture Info API: Enhancement to Provide Control Description

New or Updated API Updated
API Endpoint /pcrs/3.0/posture/postureInfo
Method POST
DTD or XSD changes No

With this release, we have introduced a new description section within the evidence section to display the control description in the JSON response. You can now view the control description for a particular host posture when you execute this API. This helps you to take the proper remediation actions.

Issues Addressed

The following reported and notable customer API issue has been fixed in this release:

Component/Category Application
 
Description
VM - Scan API Vulnerability Management When the users executed a list scan schedules API /api/3.0/fo/schedule/scan/, the fqdn parameter did not work, and they faced issues. Relevant changes were made to fix the issue. The fqdn parameter now supports only create and update schedule scans. This is documented in the Qualys API (VM/PC): PDF and HTML
PC - API Policy Compliance When the subusers launched policy report based on host ID and instance string with OS, using the API /api/2.0/fo/report/, subusers were getting the output as parameter instance_string has invalid value: os for AGMS account. Relevant code changes have been made to fix the issue.