Previous Topic: GetInstalledComponentsNext Topic: WSChallenge


GetInstalledComponents2

The GetInstalledComponents2 method retrieves the installed Components including the Asset Collector.

Parameters

xsd:string sessionId (M)

The session identifier.

Return Values

Components2 GetInstalledComponentsReturn.

The Component Structure contains the following elements.

isAMInstalled;

isSDInstalled;

isRCInstalled;

isBABLDInstalled;

isSDESKInstalled;

isACInstalled;

All these variables are of type Boolean. If the variables have a true value, the component is installed.

Remarks

None

GetInstalledComponents3

The GetInstalledComponents3 method returns the status of components installed.

Parameters

xsd:string sessionId

Specifies the session ID obtained from the DSM web services login.

dsm:ArrayOfComponents components

Specifies the array of components for which the status must be retrieved.

Return Values

dsm:ArrayOfComponentStatus getStatus

Includes an array of components and their statuses.