3.1.4.144.3.2 ExecuteSPGetTargetGroupSummariesForUpdateResponseBody

Contains the installation status information for the specified update.

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

ExecuteSPGetTargetGroupSummariesForUpdateResult: This field MUST be present. It contains the rows representing the counts per target group for the specified update, summed across all of the computers in the target group. The data type is defined in section 2.2.4.3. Each entry in the returned array is an array of type GenericReadableRow (defined in 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.