Release 10.30.1 API
November 12, 2024
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.
Issues Addressed
The following issues are fixed with this release:
- When the users encountered an error while executing the Users API endpoint /msp/user.php, the response code was displayed as 200 instead of 400. As per the design, for msp User API requests, the server returns an HTTP 200 status code in the response, irrespective of whether it is successful or an error. This is documented in Qualys API(VM/PC): PDF|HTML under Appendix D.
- When the users launched a scheduled report API endpoint /api/2.0/fo/schedule/report/, the schedule report was getting blank. Relevant code changes have been made to fix the issue.
- When users were using the parameter 'suppress_duplicated_data_from_csv=1' the data in the columns 'Cloud Provider', 'Cloud Service', and 'Cloud Resource ID' was missing. Relevant code changes have been made to fix the issue.
- When the users were trying to create a MySQL authentication record using the unix_config_file parameter, the authentication record was created successfully, but the Unix Config File field was found empty. Relevant code changes have been made to fix the issue.