private/xml/fetchCloudCredentialFromServer.xml

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
  <entity name="mw_cloudcredential">
    <attribute name="mw_name" />
    <attribute name="createdon" />
    <attribute name="mw_username" />
    <attribute name="mw_password" />
    <attribute name="mw_domain" />
    <attribute name="mw_activesince" />
    <attribute name="mw_accesslevel" />
    <attribute name="mw_cloudcredentialid" />
    <order attribute="mw_name" descending="false" />
    <link-entity name="mw_mw_cloudcredential_mw_cloudserver" from="mw_cloudcredentialid" to="mw_cloudcredentialid" visible="false" intersect="true">
      <link-entity name="mw_cloudserver" from="mw_cloudserverid" to="mw_cloudserverid" alias="aa">
        <filter type="and">
          <filter type="or">
            <condition attribute="mw_cloudserverid" operator="eq" value="0e2956ae-2707-ec11-910e-00155d820102" />
          </filter>
        </filter>
      </link-entity>
    </link-entity>
  </entity>
</fetch>