3.1.4.140.3.2 ExecuteSPGetSummariesPerUpdateResponseBody

Contains the summary for each update.

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

ExecuteSPGetSummariesPerUpdateResult: This field MUST be present. It contains information for each of the specified updates. 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

UpdateID

GUID

This field MUST be present. It contains the update identifier.

1

TargetGroupID

String

This field MUST be present. It contains the Target group identifier.

2

ComputerID

String

This field MUST be present. It contains the computer ID.

3

SummarizationState

Integer

This field MUST be present. It contains the summarization state for the update.

4

Count

Integer

This field MUST be present. It contains the number of updates.

5

LastUpdated

DateTime

If present, this field contains the date and time of the last update.