Search Tokens for Configuration Tab 

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

 Certificate Authorities Tab | Issuing Templates Tab

Tokens Applicable in the Certificate Authorities Tab

certificateAuthority.modecertificateAuthority.mode

Use a token value to specify the mode (protocol) of Certificate Authority. Choose the value from: ACME, REST.

Example

Show certificates that have CA type Digicert

certificateAuthority.mode: ACME

certificateAuthority.namecertificateAuthority.name

Use a text value ##### to search Certificate Authority by name. 

Example

Show certificates that have CA name

certificateAuthority.name: cert_qualys

certificateAuthority.typecertificateAuthority.type

Use a token value to specify the type of Certificate Authority. Choose the value from: Digicert, EJBCA.

Example

Show certificates that have CA type Digicert

certificateAuthority.type: Digicert

Tokens Applicable in the Issuing Templates Tab

template.nametemplate.name

Use a text value ##### to search Issuing Templates by name. 

Example

Show certificates that have Issuing Templates as name

certificateAuthority.name: Digicert_Issuing_Template

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.

notnot

Narrow down the search by using the not operator in the Boolean query. The result contains all the other values except the one specified after not in the query.

Example

not status:Success

oror

Broaden the search by using the or operator in the Boolean query. The result contains any of the token values that are provided in the query.

Example

assetName: localhost or status:Success

We do not support nested queries for a combination of NOT and OR operators.