Qualys Cloud Platform 3.5 (EDR) API Notification 1
A new release of Qualys Cloud Platform 3.5 (EDR) includes new API, which is targeted for release in September 2024. 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 the new ioc/asset/searchAfter
API for detailed asset information with flexible date range filtering. Additionally, as of September 25, 2024, the fromDate
and toDate
parameters will be removed from certain APIs, and requests using these parameters will return all available data instead of filtering by date.
New API: ioc/asset/searchAfter
GET ioc/asset/searchAfter
In this release, we have introduced a new API that provides comprehensive asset details without limitations. You can filter data by date range for greater flexibility in managing and accessing asset information according to your requirements.
API Deprecation – Advance Intimation
From this release, we are deprecating the fromDate
and toDate
input parameters from the below listed APIs. These parameters will no longer be supported or accessible after 25 September 2024.
GET /ioc/events/searchAfter
GET /ioc/incidents/events/searchAfter
GET /ioc/incidents/searchAfter
Please note that, 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 defined by these parameters. Instead, the API will return all the available data.
Please refer the release note here for more details: https://docs.qualys.com/en/edr/release-notes/endpoint_detection_and_response/api_release_3.5.0.htm