DiscoverAssets discovers assets on the network and returns a list of endpoint strings. The mechanism on how this is achieved is south-bound vendor-dependent and could leverage things like network scanning or UDP broadcast messages for this purpose. The returned endpoint syntax is also vendor dependent. If no assets were found, it returns an empty list. The results can be used in the CreateAssetForEndpoint() method defined below.

Signature

DiscoverAssets(

[out] 0:String[] AssetEndpoints);

Table 9 – DiscoverAssets Method Arguments

Argument

Description

AssetEndpoints

The list of discovered asset endpoints.

Method Result Codes

Result Code Symbolic Id

Description