Search Tokens for Deployed Job
You can use these tokens to search for deployed job.
Use a text value ##### to search the deployed job by name.
Example
Show deployed jobs with this name
jobName: Deploy_certificates_Qualys
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'
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]
Use the values Linux | Windows to search for deployed jobs on an operating system.
Example
Show all the deployed jobs on Windows
os: Windows
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
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.
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
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
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.