3.1.4.146.3.2 ExecuteSPGetTotalSummaryForCategoryResponseBody
Contains the total number of updates for each update installation status.
-
<xsd:complexType name="ExecuteSPGetTotalSummaryForCategoryResponseBody"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetTotalSummaryForCategoryResult" nillable="true" type="tns:ArrayOfGenericReadableRow"/> </xsd:sequence> </xsd:complexType>
ExecuteSPGetTotalSummaryForCategoryResult: This field MUST be present. The data type is (ArrayOfGenericReadableRow (section 2.2.4.3). Each entry in that array is of type GenericReadableRow (section 2.2.4.12), where each 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
Contains the GUID of the update that has the installation status 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 field on at least one computer for which the update has been approved.
1
TargetGroupId
GUID
Contains the GUID of one of the target groups to which an update has been associated and for which the update has an installation status as defined by the SummarizationState field.
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 an installation status as described by the SummarizationState field. The server returns any computer ID for which the update category, identified by the categoryId field in the request message, has been approved. ComputerId 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 updates that have the status as defined by the SummarizationState field.
6
LastUpdate
Datetime
Contains the date and time when this summary was last updated. The time is specified in UTC.