Retrieve Installed Patches

Retrieve the installed patches for a server node.

Syntax

java.util.List<java.lang.String> getInstalledPatches(java.lang.String serverName)

Parameters

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples