3.1.4.151.3.1 ExecuteSPGetUpdateInstallationInfoForUpdateRequestBody

Contains the criteria to obtain the installation information for the specified update.

  
 <xsd:complexType name="ExecuteSPGetUpdateInstallationInfoForUpdateRequestBody">
   <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 ID of the update for which to obtain the installation information. If the updateId field is not found in the database or if one of the parameters is NULL, the server MUST send a SOAP fault as specified in section 3.1.4.1.

computerTargetScopeXml: This field MUST be present. It contains the XML text that specifies the search filters for selecting computers.