Qualys Cloud Platform 2.2.1 (CAR) API Notification 1
A new release of Qualys Cloud Platform 2.2.1 (CAR) includes new APIs, which are targeted for release in August 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 APIs, allowing you to identify use cases that can leverage these updated APIs.
What’s New?
In this release, we have added two new APIs: the Get Script Parameters API to list all parameters for a specified script ID, and the Update Script Parameters API for updating parameters of a script identified by its ID.
New API: Get Script Parameters API
GET /sm/v1/script-params/{id}
This API will help you to list of all the parameters for given script, identified by the id.
New API: Update Script Parameters API
POST /sm/v1/script-params/{id}
Using this API, you can update the script parameters. You will identify the script by the id.
Please refer the release note here for more details: https://cdn2.qualys.com/docs/release-notes/qualys-car-2.2.1-api-release-notes.pdf