3.1.4.136.3.1 ExecuteSPSearchUpdatesRequestBody
Contains the criteria to get all of the existing updates.
-
<xsd:complexType name="ExecuteSPSearchUpdatesRequestBody"> <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. This field specifies search criteria for the update to be returned by this operation. 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 updates that are to be returned by this operation.