3.1.4.151.3.2 ExecuteSPGetUpdateInstallationInfoForUpdateResponseBody

Contains the requested installation information.

            
 <xsd:complexType name="ExecuteSPGetUpdateInstallationInfoForUpdateResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetUpdateInstallationInfoForUpdateResult" nillable="true" type="tns:ArrayOfGenericReadableRow"/>
   </xsd:sequence>
 </xsd:complexType>

ExecuteSPGetUpdateInstallationInfoForUpdateResult: This field MUST be present. It contains the requested information about the installation. The data type is defined in section 2.2.4.3. Each entry in the returned array is an array of type GenericReadableRow (section 2.2.4.12). The items in the array MUST contain the following information.

Index

Name

Type

Description

0

SummarizationState

Integer

This field MUST NOT be NULL. It contains the summarization state of the update.

1

LocalUpdateID

Integer

This field MUST NOT be NULL. It contains the local update ID.

2

TargetID

Integer

This field MUST NOT be NULL. It contains the target ID of the computer.

3

LastChangeTime

Datetime

This field MUST NOT be NULL. It contains the UTC time on the client that is associated with a state change event.

4

LastRefreshTime

Datetime

This field MUST NOT be NULL. It contains the UTC time on the client that is associated with an event that caused a refresh of the row.

5

LastChangeTimeOnServer

Datetime

This field MUST NOT be NULL. It contains the time on the server when a row is introduced or summarization is changed.