3.1.4.53.3.2 ExecuteSPGetUpdateServerStatusResponseBody
Contains the set of status information statistics from the update server and its client.
-
<xsd:complexType name="ExecuteSPGetUpdateServerStatusResponseBody"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetUpdateServerStatusResult" nillable="true" type="tns:ArrayOfArrayOfGenericReadableRow"/> </xsd:sequence> </xsd:complexType>
ExecuteSPGetUpdateServerStatusResult: This field MUST be present. It contains an array of GenericReadableRow Arrays. The first array contains statistics. 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 entries in that array SHOULD be interpreted as defined in section 2.2.4.12.1.
-
The items in the array MUST contain the following information.
-
Index
Name
Type
Description
0
UpdateCount
Integer
Contains the number of updates.
1
DeclinedUpdateCount
Integer
Contains the number of declined updates.
2
NotApprovedUpdateCount
Integer
Contains the number of unapproved updates.
3
UpdatesWithStaleUpdateApprovalsCount
Integer
Contains the number of updates with stale update approvals.
4
ExpiredUpdateCount
Integer
Contains the number of expired update.
5
CriticalOrSecurityUpdatesNotApprovedForInstallCount
Integer
Contains the number of critical updates or security updates that are not approved for installation.
6
WusInfrastructureUpdatesNotApprovedForInstallCount
Integer
Contains the number of Windows Update Service infrastructure updates that are not approved for installation.
7
UpdatesWithClientErrorsCount
Integer
Contains the number of updates with client errors.
8
UpdatesWithServerErrorsCount
Integer
Contains the number of updates with server errors.
9
UpdatesNeedingFilesCount
Integer
Contains the number of updates that require files.
10
CustomComputerTargetGroupCount
Integer
Contains the number of custom computer target groups.
11
ComputerTargetCount
Integer
Contains the number of computer targets.
12
ComputerTargetsNeedingUpdatesCount
Integer
Contains the number of computer targets that require updates.
13
ComputerTargetsWithUpdateErrorsCount
Integer
Contains the number of computer targets with update errors.
14
ApprovedUpdateCount
Integer
Contains the number of approved updates.
15
UpdatesNeededByComputersCount
Integer
Contains the number of updates required by the computer.
16
ShouldDeleteUnneededRevisions
Integer
If set to a nonzero value, the update server MUST delete any update revisions that are no longer required.
17
UpdatesUpToDateCount
Integer
The number of updates that are up-to-date.
18
ComputersUpToDateCount
Integer
The number of computers that are up-to-date.
-
The second array contains a list of target group names that were requested by client computers connected to the update server. The list does not include target group names that were assigned to the client computers by the server.
-
Index
Name
Type
Description
0
Name
String
The name of the requested target group.