Search Tokens for Deployed Job

You can use these tokens to search for deployed job.

jobNamejobName

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

Example

Show deployed jobs with this name

jobName: Deploy_certificates_Qualys

createDatecreateDate

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

Example

Show deployed jobs that were created on 2024-03-05.

createDate: '2024-03-05'

updateDateupdateDate

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

Examples

Show deployed jobs that were updated on 2024-03-05.

updateDate: '2024-03-05'

Show deployed jobs that were updated between specific dates.

updateDate:[2024-01-15 .. 2024-03-25]

osos

Use the values Linux | Windows to search for deployed jobs on an operating system.

Example

Show all the deployed jobs on Windows

os: Windows

statusstatus

Use the token values to search deployed jobs based on status. Choose the status values from Prepared, Preparing, Disabled, Enabled, Executing, Assets Responded or Failed.

Example

Show deployment job with this status

status: Assets Responded

typetype

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

Example

Show all the scheduled deployment jobs.

type: Scheduled 

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

os:Linux and status:Prepared

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 os: Linux

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

jobName:server 1 or OS: Windows

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