Syntax help displayed in UI for tokens. A complete list of tokens for writing search queries is provided below.
friendlyName
Examples
Show Appliance that have QGS in name
friendlyName: "Qualys Gateway Service (QGS)"
status
Show Appliance that have status ACTIVE
status: ACTIVE
deploymentLocation
Show Appliance that have deployment location HQ
deploymentLocation: "HQ"
cacheMode
Show Appliance that have cache mode enabled
cacheMode: enabled
cachePort
Example
Show Appliance that have port 443
cachePort: 443
patchMode
Show Appliance that have patch mode enabled
patchMode: enabled
proxyPort
Show Appliance that have proxy port 3129
proxyPort: 3129
tlsProtocolClient
Show Appliance that have TLS Protocol client 1.1
tlsProtocolClient: 1.1
And
Show findings with Cache Mode and Cache Port
cacheMode: enabled And cachePort: 443
OR
Show findings with one of these TLS Protocol client
tlsProtocolClient: 1.1 OR tlsProtocolClient: 1.2