3.1.4.139.3.1 ExecuteSPGetSummariesPerUpdate_SingleUpdateRequestBody

Contains the criteria to obtain the summary for a specified update.

  
 <xsd:complexType name="ExecuteSPGetSummariesPerUpdate_SingleUpdateRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="updateId" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="computerTargetScopeXml" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

updateId: This field MUST be present. It contains the unique ID of the update. If the specified updateId field is not found in the database, the server MUST send a SOAP fault as specified in section 3.1.4.1.

computerTargetScopeXml: This field MUST be present. It specifies search criteria for client computers that are to be included in the update summary. The format of this field is specified in section 2.2.3.2.