3.1.4.14.3.3 DownstreamServerRollupServerSummary

A structure that contains summary information on the update server, the updates available on the update server, and the client computers that receive updates from it.

 <s:complexType name="DownstreamServerRollupServerSummary">
   <s:sequence>
     <s:element minOccurs="1" maxOccurs="1" name="UpdateCount" type="s:
 int" />
     <s:element minOccurs="1" maxOccurs="1" name="DeclinedUpdateCount" 
 type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="ApprovedUpdateCount" 
 type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="NotApprovedUpdateCoun
 t" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="UpdatesWithStaleUpdat
 eApprovalsCount" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="ExpiredUpdateCount" t
 ype="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="CriticalOrSecurityUpd
 atesNotApprovedForInstallCount" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="WsusInfrastructureUpd
 atesNotApprovedForInstallCount" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="UpdatesWithClientErro
 rsCount" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="UpdatesWithServerErro
 rsCount" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="UpdatesNeedingFilesCo
 unt" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="UpdatesNeededByComput
 ersCount" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="UpdatesUpToDateCount"
 type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="CustomComputerTargetG
 roupCount" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="ComputerTargetCount" 
 type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="ComputerTargetsNeedin
 gUpdatesCount" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="ComputerTargetsWithUp
 dateErrorsCount" type="s:int" />
     <s:element minOccurs="1" maxOccurs="1" name="ComputersUpToDateCoun
 t" type="s:int" />
   </s:sequence>
 </s:complexType>

A structure that contains summary information on the update server, the updates available on it, and the client computers that get updates from it.

UpdateCount: This field MUST be present. It indicates the number of updates available on the update server. The value MUST be 0 or greater.

DeclinedUpdateCount: This field MUST be present. It indicates the number updates that have been marked as hidden on the update server. The value MUST be 0 or greater.

ApprovedUpdateCount: This field MUST be present. It indicates the number of updates for which there exists at least one deployment with an Action of 0 (Install) or 1 (Uninstall) on the update server. The value MUST be 0 or greater.

NotApprovedUpdateCount: This field MUST be present. It indicates the number of updates that are neither marked as hidden nor have any deployments with an Action of 0 (Install) or 1 (Uninstall) on the update server. The value MUST be 0 or greater.

UpdatesWithStaleUpdateApprovalsCount: This field MUST be present. It indicates the number of updates that have at least one deployment with an Action of 0 (Install) or 1 (Uninstall) on the update server where the Deployment is associated with a revision of the update other than the latest revision. The value MUST be 0 or greater.

ExpiredUpdateCount: This field MUST be present. It indicates the number of updates on the DSS that are no longer useful and do not have any deployments. The value MUST be 0 or greater.

CriticalOrSecurityUpdatesNotApprovedForInstallCount: This field MUST be present. It indicates the number of updates that are intended to repair a security issue on the client computers, or are otherwise considered critical to the operation of the client computers, that have no Deployments with an Action of 0 (Install) on the update server. The value MUST be 0 or greater.

WsusInfrastructureUpdatesNotApprovedForInstallCount: This field MUST be present. It indicates the number of updates that client computers need to have installed to continue to get updates from the update server, and that have no deployments with an Action of 0 (Install) on the update server. The value MUST be 0 or greater.

UpdatesWithClientErrorsCount: This field MUST be present. It indicates the number of updates that at least one client computer has attempted and failed to install. The value MUST be 0 or greater.

UpdatesWithServerErrorsCount: This field MUST be present. It indicates the number of updates for which the update server has attempted to download content but was unable to complete the download due to an error. The value MUST be 0 or greater.

UpdatesNeedingFilesCount: This field MUST be present. It indicates the number of updates for which the update server downloads content but has not completed the download. The value MUST be 0 or greater.

UpdatesNeededByComputersCount: This field MUST be present. It indicates the number of updates that have at least one client computer to which it is applicable but not yet installed on. The value MUST be 0 or greater.

UpdatesUpToDateCount: This field MUST be present. It indicates the number of updates that are known to be installed on all client computers to which it is applicable. The value MUST be 0 or greater.

CustomComputerTargetGroupCount: This field MUST be present. It indicates the number of target groups that have been created on this update server or that have been received from the USS. This count MUST NOT include target groups that were created during the initial setup of the update server. The value MUST be 0 or greater.<52>

ComputerTargetCount: This field MUST be present. It indicates the number of client computers that get updates from this update server. The value MUST be 0 or greater.

ComputerTargetsNeedingUpdatesCount: This field MUST be present. It indicates the number of client computers that get updates from this update server, on which at least one update is known to be applicable, but that has not yet attempted to install the update. The value MUST be 0 or greater.

ComputerTargetsWithUpdateErrorsCount: This field MUST be present. It indicates the number (of client computers) that gets updates from this update server (which failed in its last attempt to successfully complete the install of at least one update). The value MUST be 0 or greater.

ComputersUpToDateCount: This field MUST be present. It indicates the number of client computers known to have successfully installed all updates that are applicable to them. The value MUST be 0 or greater.