Use the search tokens below to search for reports.
Note:
- For all the date-related tokens, the date search is evaluated only for UTC format. The actual search results might show you the date as per your time zone.
- For the range searches, remember that the QQL search tokens are case-sensitive. Hence, make sure that you enter the correct token syntax. For more information, see Range Searches.
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`
Examples
Show any reports with this name
name: "my-sample-report"
Example
Show reports with completed status
report.status: Completed
report.templatereport.template
Example
Show reports with software template
report.template: Software
Example
Show reports with Ondemand type
report.type: Ondemand
Example
Show reports with PDF format
report.format: PDF
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.
Example
Show assets with operating system Windows and Linux
operatingSystem: windows and operatingSystem:
linux
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.
Example
not tags.name: Windows
Assets with the Windows tag are excluded from search results.
Example
Show assets with one of these tag names
tag.name: Cloud Agent or tag.name: HQ