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.
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.
Use a boolean query to express your query using AND logic.
Example
Show assets with operating system Windows and Linux
operatingSystem: windows and operatingSystem:
linux
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.
Use a boolean query to express your query using OR logic.
Example
Show assets with one of these tag names
tag.name: Cloud Agent or tag.name: HQ