private/xml/fetchCloudProductsFromServer.xml

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
  <entity name="mw_cloudproduct">
    <attribute name="mw_name" />
    <attribute name="createdon" />
    <attribute name="mw_version" />
    <attribute name="mw_cloudproductmakerid" />
    <attribute name="mw_licence" />
    <attribute name="mw_hosting" />
    <attribute name="mw_edition" />
    <attribute name="mw_usage" />
    <attribute name="mw_monthlyleaseprice" />
    <attribute name="mw_installationprice" />
    <attribute name="mw_cloudproductid" />
    <attribute name="mw_topalaccountid" />
    <attribute name="mw_setupinstructions" />
    <attribute name="mw_description" />
    <order attribute="mw_name" descending="false" />
    <link-entity name="mw_mw_cloudserver_mw_cloudproduct" from="mw_cloudproductid" to="mw_cloudproductid" visible="false" intersect="true">
      <link-entity name="mw_cloudserver" from="mw_cloudserverid" to="mw_cloudserverid" alias="ac">
        <filter type="and">
          <filter type="or">
            <condition attribute="mw_cloudserverid" operator="eq" value="dd185d8c-4015-ec11-910f-00155d820102" />
          </filter>
        </filter>
      </link-entity>
    </link-entity>
  </entity>
</fetch>