3.1.4.33.3.2 ExecuteSPGetDownstreamServersInTargetGroupResponseBody

Contains information about all the WSUS servers associated with the target group.

            
 <xsd:complexType name="ExecuteSPGetDownstreamServersInTargetGroupResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetDownstreamServersInTargetGroupResult" nillable="true" type="tns:ArrayOfGenericReadableRow"/>
   </xsd:sequence>
 </xsd:complexType>

ExecuteSPGetDownstreamServersInTargetGroupResult: This field MUST be present. It represents information about all WSUS servers associated with the target group. 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 items in the array MUST contain the following information:

Index

Moniker

Type

Description

0

DomainName

String

This field MUST NOT be NULL. It contains the full domain name of the server.

1

ID

GUID

This field MUST NOT be NULL. It contains the GUID of the Downstream server.

2

RollupLastSyncTime

Datetime

This field can be NULL. It contains date and time of the last synchronization operation this server participated in. The time is specified in UTC. The format in which date and time are encoded is defined in [ISO/IEC9075-2:2008].

3

ParentId

GUID

This field can be NULL. If present, it contains the GUID of the WSUS server that functions as parent server for this server in the hierarchy.

4

LastRollupTime

Datetime

This field can be NULL. It contains time and date of the last rollup. The time is specified in UTC. The format in which date and time are encoded is defined in [ISO/IEC9075-2:2008].

5

Version

String

This field can be NULL. It contains the version identifier for the Downstream server.

6

IsReplica

Boolean

This field MUST NOT be NULL. It indicates whether or not the server is a replica of another WSUS server.