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 , "isAnyNamespace" : boolean , "filterNamespace" : boolean , // Union field |
namespace
string
The namespace of this asset indicator belongs to. If 'isAnyNamespace' is set to true, this field will be ignored.
isAnyNamespace
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.
filterNamespace
boolean
This field provides clients the option to enable namespace search or not. By default, this field is false and namespace will be ignored.
indicator
. An identifier representing an asset. indicator
can be only one of the following:hostname
string
Hostname of a device or machine.
assetIpAddress
string
IP address of a device or machine.
mac
string
Mac address of a device or machine.
productId
string
The 'productId' field includes a a product ID type and product ID value, e.g. "CS:1234-5678".

