Search Tokens
Syntax help displayed in UI for tokens. A complete list of tokens for writing search queries is provided below.
Use a text value ##### to define the appliance name you're looking for.
Examples
Show Appliance that have QGS in name
friendlyName: "Qualys Gateway Service (QGS)"
Use the values ACTIVE | INACTIVE | UNREGISTERED | UPGRADING | ERROR to find Appliance with status active, inactive, unregistered, upgrading or error.
Examples
Show Appliance that have status ACTIVE
status: ACTIVE
deploymentLocationdeploymentLocation
Use a text value ##### to define the deployment location name you're looking for.
Examples
Show Appliance that have deployment location HQ
deploymentLocation: "HQ"
Use the values enabled |disabled to find Appliance with their cache mode enabled or disabled.
Examples
Show Appliance that have cache mode enabled
cacheMode: enabled
Use an integer value ##### to help you find Appliances the specified port.
Example
Show Appliance that have port 443
cachePort: 443
Use the values enabled |disabled to find Appliance with their patch mode enabled or disabled.
Examples
Show Appliance that have patch mode enabled
patchMode: enabled
Use an integer value ##### to help you find Appliances the specified proxy port.
Example
Show Appliance that have proxy port 3129
proxyPort: 3129
tlsProtocolClienttlsProtocolClient
Use the values 1.0 | 1.1 | 1.2 | 1.3 to find Appliance having the TLS Protocol client you are interested in.
Examples
Show Appliance that have TLS Protocol client 1.1
tlsProtocolClient: 1.1
Use a boolean query to express your query using AND logic.
Example
Show findings with Cache Mode and Cache Port
cacheMode: enabled And cachePort: 443
Use a boolean query to express your query using OR logic.
Example
Show findings with one of these TLS Protocol client
tlsProtocolClient: 1.1 OR tlsProtocolClient:
1.2