Release 3.5.0 API

October 09, 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.

What's New?

New API: ioc/asset/searchAfter

New or Updated API New
API Endpoint ioc/asset/searchAfter
Method GET
DTD or XSD changes Not Applicable

Introducing a new API that provides comprehensive asset details without limitations. Filter data by date range for greater flexibility in managing and accessing asset information according to your requirements.

API Deprecation - Advance Intimation 

We are deprecating the following input parameters. These parameters will no longer be supported or accessible after 25 September 2024.

Parameter Mandatory/Optional Description
fromDate (String) Optional

Show events logged after a specific date. Supports epoch time / unix timestamp.

See, https://en.wikipedia.org/wiki/Unix_time

For example - 1483228800

Note: This parameter is used with the "toDate" parameter to fetch events for a specific date. Time value is not considered in this parameter. Use the filter parameter to drill down further by applying the time value.

toDate (String) Optional

Show events that are logged until a specific date. Supports epoch time / unix timestamp.

See, https://en.wikipedia.org/wiki/Unix_time

For example - 1514764799

Note: This parameter is used with the "fromDate" parameter to fetch events for a specific date. Time value is not considered in this parameter. Use the filter parameter to drill down further by applying the time value.

APIs Affected 

New or Updated API Existing
API Endpoint GET /ioc/events/searchAfter
GET /ioc/incidents/events/searchAfter
GET /ioc/incidents/searchAfter
Method GET
DTD or XSD changes Not Applicable

Impact on Customers

Since these are optional input parameters, customers will have no direct impact. Continuing to pass these parameters after deprecation will not result in an error. However, the API will not return data for a specific date range when using "to date" and "from date"; instead, the API will return all available data.