3.1.4.40.3.1 ExecuteSPGetAllDownstreamServersRequestBody
Identifies which downstream servers are reported back by the server.
-
<xsd:complexType name="ExecuteSPGetAllDownstreamServers"> <xsd:sequence> <xsd:element minOccurs="1" maxOccurs="1" name="parentServerId" nillable="true" type="xsd:string"/> <xsd:element minOccurs="1" maxOccurs="1" name="includeNestedChildren" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType>
includeNestedChildren: This field MUST be present. If set to FALSE, the server MUST report back information about downstream servers that are immediate child nodes to the server specified through the parentServerId field. If set to TRUE, it includes the entire subtree rooted at the specified server (except the root server itself).
parentServerId: If present, this field contains the GUID of the server for which child downstream servers are retrieved. If not present, or NULL, the server MUST retrieve child nodes that are rooted at the server itself.