Retrieve Missed Patches

Retrieve the missed patches (those patches which you have not applied in sequential order) for a server node.

Syntax

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

Parameters

Returns

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

Examples