Search Tokens for Reports and Certificate Authorities 

You can use search tokens to search for information on the Reports and Configuration tabs.

Reports Tab | Configuration Tab

Tokens Applicable in the Reports tab

report.namereport.name

Use a text value ##### to specify the report name.

Note: The search is case-sensitive, the query searches the exact name provided in the token.

Example

Show report with name scan_assetgroup1

report.name: scan_assetgroup1

report.statusreport.status

Use the token values to help report status. Choose the status values from Accepted, Completed, Failed, Generated, Incomplete, or Processing.

Example

Show reports with this status

report.status: Completed

report.typereport.type

Use the values On Demand | Scheduled to specify the type of the report .

Example

Show all the scheduled reports

report.type: Scheduled 

report.formatreport.format

Use the value CSV to specify the format of the report.

Example

Show all the reports in CSV format

report.format: CSV

Tokens Applicable in the Configuration tab

authoritiesauthorities

Use a text value ##### to specify the type of Certificate Authority you are looking for. Choose the values from: Root, Intermediate.

Example

Show certificates that have CA type Intermediate

authorities: Intermediate

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

Narrow down the search by using the and operator in the Boolean query. The result contains all the token values that are provided in the query.

Example

Show the scan_assetgroup1 report with the status completed.

report.name:scan_assetgroup1 and report.status Completed

Note: Do not use the same token two times with and operator.