SoftLayer Container Utility Microsoft Windows UpdateServices Status
From SoftLayer Development Network Wiki
Contents |
Overview
SoftLayer customer servers that are purchased with the Microsoft Windows operating system are configured by default to retrieve updates from SoftLayer's local Windows Server Update Services (WSUS) server. Periodically, these servers synchronize and check for new updates from their local WSUS server. SoftLayer_Container_Utility_Microsoft_Windows_UpdateServices_Status models the results of a server's last synchronization attempt as queried from SoftLayer's WSUS servers.
| Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties. |
Local Properties
lastRebootDate
The last time a server rebooted due to a Windows Update.
- Type: dateTime
lastStatusDate
The last time that SoftLayer's local WSUS server received a status update from a customer server.
- Type: dateTime
lastSyncDate
The last time a server synchronized with SoftLayer's local WSUS server.
- Type: dateTime
privateIPAddress
This is the private IP address for this server.
- Type: string
syncStatus
The status message returned from a server's last synchronization with SoftLayer's local WSUS server.
- Type: string
updateStatus
A server's update status, as retrieved form SoftLayer's local WSUS server.
- Type: string

