Search Tokens for Uninstall Jobs with Disabled Status

Use the search tokens below to search for uninstall jobs with disabled status.

Note: Currently, the Uninstall Software feature is available to limited customers. Hence, only those customers will be able to see these tokens.

job.namejob.name

Use text to help you find the job name you're looking for. You can enter the job name enclosed in double quotation marks or backticks. You can also enter it as a plain text.

Example

Show any findings that match the beginning or any substring within the job name

job.name:"uninstall putty"

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 your search by using the 'and' operator in your Boolean query. The result contains all the token values that you provide in your query.

Example

asset.status: Enrolled and asset.assetID: 122855563

The asset having the ID 122855563 and with status as Enrolled is returned in the result.

notnot

Narrow down your search by using the 'not' operator in your Boolean query. The result contains all the other values except the one that you specify after 'not' in your query.

Example

not tags.name: Windows

Assets with the Windows tag are excluded from search results.

oror

Broaden your search by using the 'or' operator in your Boolean query. The result contains any of the token values that you provide in your query.

Example

tags.name:Cloud Agent or tags.name:Windows

The assets that have the Cloud Agent tag or the Windows tag are returned in the result.