Qualys REST messages are used to make calls to the Qualys API.

Starting with version 12.9.2 of Qualys, you have the option to choose between Basic Authentication or OAuth. The instance parameter Qualys Cloud Authentication method is pre-configured for Basic Auth. If you prefer to use OAuth, you must modify integration instance parameter and then set up the rest message directly for the OAuth.

Qualys Host Detection REST message

The Qualys Host Detection REST message makes the initial call to the Host List Detection API for the Qualys Host Detection Integration.

Qualys host detection pagination REST message

The Host Detection Pagination REST message handles pagination requests to the Host Detection API.

When the primary host detection runs, if the Qualys API provides a URL to fetch the next page of data, this REST message retrieves that additional data. This data is used by the Host Detection Pagination Handler.

Host detection pagination REST is a specialized REST message and isn’t intended to be modified.

Qualys knowledge base (backfill) REST message

The Qualys Knowledge Base (Backfill) REST message retrieves Qualys knowledge base data based on the last modified timestamp of the vulnerability data for the Qualys Knowledge Base integration.

Changes to the REST message method record impact the request made to Qualys to retrieve knowledge base information.

The following table shows the request parameters that are sent.

Table 2. Qualys knowledge base (backfill) REST message parameters
Parameter Value Description
action list Indicates the type of operation being requested.

Required parameter. Changes aren’t recommended.

details All

Indicates the level of detail shown for vulnerabilities retrieved.

Safe to modify as needed.

ids ${qids}

Specifies which QIDs to retrieve from Qualys.

Referenced in code. Modifications aren’t recommended.

Qualys knowledge base (date-based) REST message

The Qualys Knowledge Base (Date-Based) REST message is used to retrieve Qualys knowledge base data based on the last modified timestamp of the vulnerability data. This message is used by the Qualys Knowledge Base integration.

Changes to the REST message method record impact the request made to Qualys to retrieve knowledge base information.

The following table shows the request parameters that are sent.

Qualys tickets REST message

The Qualys tickets REST message retrieves Qualys ticket information for the Qualys Ticket Integration. Changes to the REST message method record impact the requests made to Qualys to retrieve ticket information.

The table shows the request parameters that are sent.

Table 4. Qualys tickets REST message parameters
Parameter Name Value Description
modified_since_datetime ${lastRunDatetime}

Indicates the last run date of the integration and the date after which to pull data.

Used by code. Changes aren’t recommended.

since_ticket_number ${lastTicketNumber}

Indicates which ticket was last retrieved from Qualys.

Used for pagination. Changes aren’t recommended.

show_vuln_details 1

Indicates whether the vulnerability details are retrieved.