AssetIndicator

An indicator for locating one or multiple assets with matching property. The indicator can be hostname, ip address or mac address.

JSON representation
{
  "namespace": string,
  "is_any_namespace": boolean,
  "filter_namespace": boolean,

  // Union field indicator can be only one of the following:
  "hostname": string,
  "asset_ip_address": string,
  "mac": string,
  "product_id": string
  // End of list of possible types for union field indicator.
}
Fields
namespace

string

The namespace of this asset indicator belongs to. If 'is_any_namespace' is set to true, this field will be ignored.

is_any_namespace

boolean

False when 'namespace' refers to a valid namespace name related to the asset (both empty and non empty strings are valid namespace name values). True when the asset refers to one or more assets with the given 'indicator' across all namespaces.

filter_namespace

boolean

This field provides clients the option to enable namespace search or not. By default, this field is false and namespace will be ignored.

Union field indicator. An identifier representing an asset. indicator can be only one of the following:
hostname

string

Hostname of a device or machine.

asset_ip_address

string

IP address of a device or machine.

mac

string

Mac address of a device or machine.

product_id

string

The 'product_id' field includes a a product ID type and product ID value, e.g. "CS:1234-5678".