SoftLayer Hardware Server::getWindowsUpdateInstalledUpdates
From SoftLayer Development Network Wiki
getWindowsUpdateInstalledUpdates is a member of the SoftLayer_Hardware_Server service.
Contents |
Overview
Retrieve a list of Windows updates installed on a server as reported by the local SoftLayer Windows Server Update Services (WSUS) server. Windows servers provisioned by SoftLayer are configured to use the local WSUS server via the private network by default.
User Access
Users wishing to execute getWindowsUpdateInstalledUpdates must have the following permissions assigned to their account:
- View Hardware Details
Return Type
getWindowsUpdateInstalledUpdates returns the SoftLayer_Container_Utility_Microsoft_Windows_UpdateServices_UpdateItemArray data type.
Headers
Required Headers
getWindowsUpdateInstalledUpdates requires the following headers set:
Optional Headers
getWindowsUpdateInstalledUpdates takes the following optional headers:
Error Handling
getWindowsUpdateInstalledUpdates throws the following exceptions:
- SoftLayer_Exception
- Throw the exception "This server does not run the Microsoft Windows operating system" when trying to run this method on a server that doesn't run Microsoft Windows.

