Search Tokens for Asset Details for Deployed Job

You can use search tokens to search assets for selected deployed job.

assetNameassetName

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

Example

Show assets with this name for the deployed job

assetName: server1

statusstatus

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

Example

Show deployment job with this status

status: Success

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 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 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.