Reports Search Tokens in VMDR OT
On the Reports tab of the VMDR OT application, use the following tokens to search the reports. Build your search queries by using various combinations of these tokens. Click each token for information about how to use it.
Supported Boolean Operators
The Qualys Query Language (QQL) supports the following logical or Boolean query operators. Use these operators in your queries to narrow down or broaden your search.
Narrow down your search by using the 'and' operator in your Boolean query. The result contains all the token values that you provide in your query.
Example
Show HIGH criticality vulnerabilities detected on assets running Windows 2012 operating system
vulnerabilities.vulnerability.criticality: HIGH and vulnerabilities.hostOS: `Windows 2012`
Narrow down your search by using the 'not' operator in your Boolean query. The result contains all the other values except the one that you specify after 'not' in your query.
Examples
Exclude potential vulnerabilities from search results
not vulnerabilities.typeDetected: Potential
Show the vulnerabilities detected on Windows 2012 assets but exclude the vulnerabilities with the criticality level LOW from this search condition
not vulnerabilities.vulnerability.criticality: LOW and vulnerabilities.hostOS: `Windows2012`
Broaden your search by using the 'or' operator in your Boolean query. The result contains any of the token values that you provide in your query.
Example
Show the vulnerabilities detected on either of the Windows versions
vulnerabilities.hostOS: `Windows 2012` or vulnerabilities.hostOS: `Windows2012 R2`
Search Tokens
Use a text value ##### to show reports based on the user who created the report.
Examples
Show reports created by this user. This token supports only exact match value.
createdBy: user_john
Show reports that match exact value "user_john"
createdBy: `user_john`
Select the report format. Select type from the drop-down options
Example
Show reports with CSV format
report.format: CSV
Use values within quotes to help you find the report with the name.
Example
Show any reports with this name
report.name: "my-sample-report"
Select the report status (Accepted, Completed, Failed, Generated, Incomplete, or Processing). Select status from the drop-down options.
Example
Show reports with completed status
report.status: Completed
report.templatereport.template
Select the report template (Asset Details, Network Details, or Vulnerability Details). Select template from the drop-down options.
Example
Show reports with Asset Details
report.template: Asset Details
Select the report type (On Demand or Scheduled). Select type from the drop-down options.
Example
Show reports with scheduled type
report.type: Scheduled