3.1.4.141.3.2 ExecuteSPGetTotalUpdateSummaryForTargetGroupResponseBody
Contains the installation summary information.
-
<xsd:complexType name="ExecuteSPGetTotalUpdateSummaryForTargetGroupResponseBody"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetTotalUpdateSummaryForTargetGroupResult" nillable="true" type="tns:ArrayOfGenericReadableRow"/> </xsd:sequence> </xsd:complexType>
ExecuteSPGetTotalUpdateSummaryForTargetGroupResult: This field MUST be present. It contains the rows representing the counts summed across all of the updates deployed to the specified target group for all of the computers in the target group. It contains an array of type GenericReadableRow (section 2.2.4.12), where each such array represents the total number of updates in a particular state. The entries in that array MUST contain the following information:
-
Index
Name
Type
Description
0
UpdateId
GUID
This field contains the GUID of one of the updates, which has the installation status as defined by the SummarizationState field. The server returns any updateId for which the update is associated with the specified category, and the update has the SummarizationState on at least one computer for which the update has been approved.
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 an update has been approved, and for which the update has the installation status as described by the SummarizationState field. The server returns any computer ID that matches the TargetGroupId. The ComputerId simple type is defined in section 2.2.5.4.
4
SummarizationState
UpdateInstallationState
5
Count
Integer
The total number of updates that have the status as defined by the SummarizationState field and that are assigned to the specified target group.
6
LastUpdated
DateTime
Contains the date and time when this summary was last updated. The time is specified in UTC.