Search Asset Tokens

asset.addressasset.address

Use an IPv4 or IPv6 value to search assets.

Example

Show results for the asset with IP address:

asset.address: "192.0.2.15"

agent.uuidagent.uuid

Use the agent UUID to search assets from a specific installed agent instance.

Example

Show results for this exact agent UUID:

agent.uuid: "550e8400-e29b-41d4-a716-446655440000"

asset.idasset.id

Use this token to search asset by it's ID.

Example

Show results for this asset ID:

asset.id: "123456789"

asset.interface.addressasset.interface.address

Use this token to search assets using the interface address.

Example

Show results where any interface has this IP:

asset.interface.address: "2001:db8::5"

asset.nameasset.name

Use this token to search asset using it's name.

Example

Show results for this asset name:

asset.name: "web-prod-01"

operatingSystem.nameoperatingSystem.name

Use this token to search assets by their operating system.

Example

Show results for Windows Server 2019:

operatingSystem.name: "Microsoft Windows Server 2019"

agent.platformagent.platform

Use this token to search asset by the agent platform. The values are: Linux and Windows

Example

Show results where the agent runs on Linux:

agent.platform: "Linux"