6.3.6 ConnectionTest Method

Signature

	ConnectionTest(
	  [in]  0:String AssetEndpoint
	  [out] 0:Boolean Success
	[out] 0:String Status);
Table 11 – ConnectionTest Method Arguments
Argument Description
AssetEndpointThe endpoint description of the asset to test the connection to.
SuccessReturns TRUE if a connection could be established to the asset, FALSE otherwise.
StatusIf a connection was established successfully, an asset-specific status code string describing the current health of the asset is returned.

Method Result Codes

Result Code Symbolic Id Description
Bad_UserAccessDeniedThe session (including the user) does not have the permissions required.
GoodA connection was established successfully.