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.

andand

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 reports with the following name and status

report.name: `my-sample-report` and report.status: Completed

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.

Examples

Exclude this report from search results

not report.name: `my-sample-report`

oror

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 reports with either the name or the status

report.name: `my-sample-report` or report.status: Completed

Search Tokens

report.createdBy.usernamereport.createdBy.username

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.

report.createdBy.username: user_john

Show reports that match exact value "user_john"

report.createdBy.username: `user_john`

report.formatreport.format

Select the report format. Select type from the drop-down options

Example

Show reports with CSV format

report.format: CSV

report.namereport.name

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"

report.statusreport.status

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.template.namereport.template.name

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.name: Asset Details

report.typereport.type

Select the report type (On Demand or Scheduled). Select type from the drop-down options.

Example

Show reports with scheduled type

report.type: Scheduled