3.1.4.148.3.2 ExecuteSPGetComputerSummariesForCategoryResponseBody
Contains the summary information.
-
<xsd:complexType name="ExecuteSPGetComputerSummariesForCategoryResponseBody"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetComputerSummariesForCategoryResult" nillable="true" type="tns:ArrayOfGenericReadableRow"/> </xsd:sequence> </xsd:complexType>
ExecuteSPGetComputerSummariesForCategoryResult: 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). Each row MUST contain the following information:
-
Index
Name
Type
Description
0
UpdateID
GUID
Contains the GUID of one update, which has the installation status as defined by the SummarizationState field. The server returns any update ID that belongs to the category defined by the categoryId field of the request message.
1
TargetGroupID
String
Contains the GUID of one of the target groups to which an update has been associated with, and for which the update has an installation status as defined by the SummarizationState field. The server returns any target group ID for which an update of the category identified by the categoryId field in the request message (section 3.1.4.148.3.1) has been approved.
3
ComputerID
String
This field contains the ID of the computer, for which summary information is returned. 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 updates which have the value of the UpdateInstallationState as described by the SummarizationState field and which are assigned to the computer identified by the ComputerId field.
6
LastUpdated
DateTime
Contains the date and time when this summary was last updated. The time is specified in UTC.