Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 2.7 KB

File metadata and controls

47 lines (24 loc) · 2.7 KB

type: bes unmanagedasset

The <bes unmanagedasset> inspectors provide access to externally sourced data, such as that resulting from Nmap scans on client computers. The results, such as OS, Device Type, Network Card Vendor, and Open Ports, are uploaded to the BES Server for storage and analysis. These inspectors provide a way to monitor and report on mobile or hand-held devices that are not traditional BES Clients, but instead use "microAgents" to report their status. For more information on currently supported devices, consult the BigFix support pages.

client installed flag of <bes unmanagedasset> : boolean

Returns True if the specified unmanaged asset is running the BES Client.

field of <bes unmanagedasset> : bes unmanagedasset field

Returns a list of the fields from the specified BES Unmanaged Asset.

id of <bes unmanagedasset> : integer

Returns the unique numeric ID of the given unmanaged asset.

link <html> of <bes unmanagedasset> : html

Returns an HTML string containing an <A> tag including the supplied HTML description that, when clicked, will open the specified unmanaged asset (in the BES Console) or its description page (in Web Reports).

link <string> of <bes unmanagedasset> : html

Returns an HTML string containing an <A> tag including the supplied descriptive string that, when clicked, will open the specified unmanaged asset (in the BES Console) or its description page (in Web Reports).

link href of <bes unmanagedasset> : string

The link href property does not return an <A> tag but rather returns the value of the href attribute of the <A> tag that would be constructed by the other link inspectors. This allows you to create more flexible linking formats. (See link of <bes unmanaged asset>). Note that link href returns a normal string, not an HTML string.

link of <bes unmanagedasset> : html

Returns an HTML string containing an <A> tag that when clicked will open the specified BES unmanaged asset document (in the BES Console) or its description page (in Web Reports).

set of <bes unmanagedasset> : bes unmanagedasset set

Returns a set generated from the iterated list of unmanaged assets. This can be subjected to arithmetic set operations such as union and intersection.

source of <bes unmanagedasset> : string

Returns the source of the specified Unmanaged Asset as a string value.

unique value of <bes unmanagedasset> : bes unmanagedasset with multiplicity

Returns the unique values and counts of the specified BES Unmanaged Assets.

<bes unmanagedasset> = <bes unmanagedasset> : boolean

Returns True if the two provided unmanaged assets are equal.