3.1.4.137.3.1 ExecuteSPGetUpdateCountRequestBody

Contains the request to get the number of updates.

  
 <xsd:complexType name="ExecuteSPGetUpdateCountRequestBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="updateScopeXml" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="preferredCulture" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="publicationState" type="xsd:int"/>
   </xsd:sequence>
 </xsd:complexType>

updateScopeXml: This field MUST be present. It contains the XML text that specifies the search filters for selecting updates. The format is specified in section 2.2.3.1.

preferredCulture: This field MUST be present. It contains a language identifier as defined in [RFC1766] that denotes the preferred language to use when returning results.

Note The WSUS server SHOULD return results in the default language, if the preferred language is not available.

publicationState: This field MUST be present. It specifies the PublicationState (section 2.2.5.2) of the updates that are to be returned.