3.1.4.142.3.2 ExecuteSPGetUpdateSummariesForTargetGroupResponseBody
Contains the summary information.
-
<xsd:complexType name="ExecuteSPGetUpdateSummariesForTargetGroupResponseBody"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetUpdateSummariesForTargetGroupResult" nillable="true" type="tns:ArrayOfGenericReadableRow"/> </xsd:sequence> </xsd:complexType>
ExecuteSPGetUpdateSummariesForTargetGroupResult: This field MUST be present. It contains the rows representing the counts per update deployed to the specified target group, summed across all of the computers in the target group. The data type is ArrayOfGenericReadableRow (section 2.2.4.3). Each entry in that array is of type GenericReadableRow (section 2.2.4.12). Each row MUST contain the following information:
-
Index
Name
Type
Description
0
UpdateId
GUID
Contains the GUID of the update, which has the installation status as defined by the SummarizationState field.
1
TargetGroupId
GUID
This field contains the GUID of the specified target group or, if the includeSubgroups field is set to TRUE, one of the specified target group’s subgroups.
3
ComputerId
String
This field contains the ID of one of the computers, for which this update has been approved, and for which the update installation status is as described by the SummarizationState field. The server returns any computer ID that matches the TargetGroupId from the request message. The ComputerId simple type is defined in section 2.2.5.4.
4
SummarizationState
UpdateInstallationState
The UpdateInstallationState enumeration is defined in section 2.2.5.1.
5
Count
Integer
The total number of computers for which the update has the installation status as described by the SummarizationState field.
6
LastUpdated
DateTime
Contains the date and time when this summary was last updated. The time is specified in UTC.