Search tips for tokens

Syntax help displayed in UI for Asset tokens. A complete list of tokens for writing search queries is provided below.

and

Use text value ##### to search all assets that have the specified module activated.

Examples

Show all assets activated (provisioned) for PC module.

activateForModules:PC

name

Use text value ##### to find an asset with this hostname.

Examples

Show findings with this asset hostname

name:hostTandem

operatingSystem

Use text value ##### to search all assets that have the specified technology version. Note that the input is case sensitive and the value must be exactly same text as technology name.

Examples

Show all assets with Cisco ACS 5 as their technology

operatingSystem:Cisco ACS 5

or

Use text value ##### to search all assets that have the specified module activated.

Examples

Show all assets activated (provisioned) for PC module.

activateForModules:PC

activatedForModules

Use text value ##### to search all assets that have the specified module activated.

Examples

Show all assets activated (provisioned)for PC module.

activatedForModules:PC

interfaces.address

Use text value ##### to find assets having a IPv4 address you're interested in.

Examples

Show findings with this IP address

interfaces.address:10.23.44.23

created

Use a date range or specific date to define when assets were created.

Examples

Show assets created within certain dates

created:[2018-01-01 ... 2018-01-10]

Show assets created starting 2017-10-01, ending 1 month ago

created:[2017-10-01 ... now-1M]

Show assets created starting 2 weeks ago, ending 1 second ago

created:[now-2w ... now-1s]

Show assets created on specific date

created:'2016-01-08'

netbiosName

Use a text value ##### to find assets with NetBIOS name you're interested in.

Examples

Show the asset with this name

netbiosName:netbios-test

not

Use text value ##### to search all assets that have the specified module activated.

Examples

Show all assets activated (provisioned) for PC module.

activateForModules:PC

interfaces.macAddress

Use a text value ##### to find assets with the MAC address you're interested in.

Example

Show the asset with this MAC address

interfaces.macAddress:"00-14-22-01-23-45"

tags.name

Use a text value ##### to specify the asset tag you’re interested in.

Example

Show assets that have this asset tag

tags.name: OCA

lastCheckedIn

Use a date range or specific date to find assets defined by when the asset was last updated.

Examples

Show interfaces updated within certain dates

lastCheckedIn: [2018-01-01 ... 2018-01-10]

Show interfaces updated starting 2017-06-01, ending 3 months ago

lastCheckedIn: [2017-06-01 ... now-3M]

Show interfaces updated starting 2 weeks ago, ending 1 second ago

lastCheckedIn: [now-2w ... now-1s]

Show interfaces updated on a specific date

lastCheckedIn:'2016-01-08'