Searching for Reports

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.

 

createdBycreatedBy

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`

report.namereport.name

Use values within quotes to help you find the report with the name you're looking for.

Examples

Show any reports with this name

name: "my-sample-report"

report.statusreport.status

Select the report status (Accepted, Completed, Failed, etc) you're interested in. Select status from the drop-down options.

Example

Show reports with completed status

report.status: Completed

report.templatereport.template

Select the report template (Asset, Software, FedRAMP, etc) you're interested in. Select template from the drop-down options.

Example

Show reports with software template

report.template: Software

report.typereport.type

Select the report type (Ondemand or Scheduled) you're interested in. Select type from the drop-down options.

Example

Show reports with Ondemand type

report.type: Ondemand

report.formatreport.format

Select the report format (CSV or PDF) you're interested in. Select type from the drop-down options.

Example

Show reports with PDF format

report.format: PDF

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.

andand

Use a boolean query to express your query using AND logic.

Example

Show assets with operating system Windows and Linux

operatingSystem: windows and operatingSystem: linux

notnot

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.

oror

Use a boolean query to express your query using OR logic.

Example

Show assets with one of these tag names

tag.name: Cloud Agent or tag.name: HQ