private/xml/fetchCloudServerOS.xml

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
  <entity name="mw_cloudserveros">
    <attribute name="mw_name" />
    <attribute name="createdon" />
    <attribute name="mw_type" />
    <attribute name="mw_edition" />
    <attribute name="mw_cloudserverosid" />
    <order attribute="mw_name" descending="false" />
    <filter type="and">
      <filter type="or">
        <condition attribute="mw_name" operator="eq" value="Windows Server 2022 Standard" />
      </filter>
    </filter>
  </entity>
</fetch>