3.1.4.145.3.1 ExecuteSPGetUpdateSummaryForSingleTargetGroupRequestBody

Specifies the target group and update for which installation summary information is retrieved.

  
 <xsd:complexType name="ExecuteSPGetUpdateSummaryForSingleTargetGroupRequestBody">
   <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 specifies the GUID of the update for which to get the summary data. 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 target group for which to get the summary data. If the target group 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 subtarget groups are to be included in the result.