Search Tokens for Jobs Tab

You can use search tokens to search certificates request job.

job.statusjob.status

Use the token values to search certificate request jobs based on status. Choose the status values from Csr Generated, Failed, Finished, In Progress, or Issued

Example

Show certificate request job with this status

job.status: Finished

job.createdDatejob.createdDate

Use a date range or specific date to search the certificates request job created in YYYY-MM-DD format.

Example

Show certificates request jobs that were created on 2024-12-05.

job.createdDate: '2024-12-05'

job.namejob.name

Use a text value ##### to search the certificates request job by name.

Example

Show certificates request jobs with this name

job.name: certificates_Qualys

job.updatedDatejob.updatedDate

Use a date range or specific date to search the certificates request job updated in YYYY-MM-DD format.

Examples

Show certificates request jobs that were updated on 2024-12-05.

job.updatedDate: '2024-12-05'

Show certificates request jobs that were updated between specific dates.

job.updatedDate:[2024-10-15 .. 2024-12-25]

job.typejob.type

Use the values On Demand | Scheduled to specify the type of the certificates request job.

Example

Show all the scheduled request jobs.

job.type: Scheduled 

job.certificate.namejob.certificate.name

Use a text value ##### to search the certificates request job by certificate name.

Example

Show certificates request jobs with this name

job.certificate.name: SSL certificates

job.certificateAuthority.typejob.certificateAuthority.type

Use the token values to search certificates request jobs based on certificate authority. Choose the certificate authority value as EJBCA or Digicert.

Example

Show certificates request job for this certificate authority

job.certificateAuthority.type: Digicert

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

assetName: localhost and job.status:Success

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 job.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 job.status:Success

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