3.1.4.149.3.1 ExecuteSPGetUpdateInstallationInfoForTargetGroupRequestBody

Contains target group and update for which installation information is retrieved.

  
 <xsd:complexType name="ExecuteSPGetUpdateInstallationInfoForTargetGroupRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="updateId" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="targetGroupId" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="includeSubgroups" type="xsd:boolean"/>
   </xsd:sequence>
 </xsd:complexType>

updateId: This field MUST be present. It contains the GUID of the update. If the update does not exist, the update server MUST send a SOAP fault as specified in section 3.1.4.1.

targetGroupId: This field MUST be present. It contains the GUID of the category. If the category does not exist, the update server MUST send a SOAP fault as specified in section 3.1.4.1.

includeSubgroups: This field MUST be present. It specifies whether or not subtarget groups are to be included in the result.