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 |
Fields | |
---|---|
namespace |
The namespace of this asset indicator belongs to. If 'is_any_namespace' is set to true, this field will be ignored. |
is_any_namespace |
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 |
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 |
Hostname of a device or machine. |
asset_ip_address |
IP address of a device or machine. |
mac |
Mac address of a device or machine. |
product_id |
The 'product_id' field includes a a product ID type and product ID value, e.g. "CS:1234-5678". |