<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: DQL entities have less infomation than API entities in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/DQL-entities-have-less-infomation-than-API-entities/m-p/247385#M941</link>
    <description>&lt;P&gt;Hello Mark!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you're looking for the relationship from a process instance to a host/container, there is a field in &lt;EM&gt;dt.entity.process_group_instance&lt;/EM&gt; named "belongs_to" that can be used:&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;fetch dt.entity.process_group_instance
| fieldsAdd belongs_to
| fieldsFlatten belongs_to&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joeistyping_0-1717536984127.png" style="width: 870px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20321i54CE5B996D4489CA/image-dimensions/870x322?v=v2" width="870" height="322" role="button" title="joeistyping_0-1717536984127.png" alt="joeistyping_0-1717536984127.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 21:36:36 GMT</pubDate>
    <dc:creator>joeistyping</dc:creator>
    <dc:date>2024-06-04T21:36:36Z</dc:date>
    <item>
      <title>DQL entities have less infomation than API entities</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-entities-have-less-infomation-than-API-entities/m-p/246923#M930</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I am trying to display the host a process_group_instance is running on within a Notebook, using DQL.&lt;/P&gt;
&lt;P&gt;The dt.entity.process_group_instance source does not have the relationship process_of, which I can see is present when calling the API i.e.&lt;BR /&gt;&lt;BR /&gt;"fromRelationships": {&lt;BR /&gt;"runsOn": [&lt;BR /&gt;{&lt;BR /&gt;"id": "CUSTOM_DEVICE-55499B9DA9E4B388",&lt;BR /&gt;"type": "os:service"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"isProcessOf": [&lt;BR /&gt;{&lt;BR /&gt;"id": "HOST-232DD3579FE1BCF6",&lt;BR /&gt;"type": "HOST"&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"isInstanceOf": [&lt;BR /&gt;{&lt;BR /&gt;"id": "PROCESS_GROUP-C37184442D3BB0B7",&lt;BR /&gt;"type": "PROCESS_GROUP"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It does have runs_on and instance_of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way in DQL to find and display this mapping?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 07:31:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-entities-have-less-infomation-than-API-entities/m-p/246923#M930</guid>
      <dc:creator>enrybkram</dc:creator>
      <dc:date>2024-05-31T07:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: DQL entities have less infomation than API entities</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-entities-have-less-infomation-than-API-entities/m-p/247385#M941</link>
      <description>&lt;P&gt;Hello Mark!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you're looking for the relationship from a process instance to a host/container, there is a field in &lt;EM&gt;dt.entity.process_group_instance&lt;/EM&gt; named "belongs_to" that can be used:&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;fetch dt.entity.process_group_instance
| fieldsAdd belongs_to
| fieldsFlatten belongs_to&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="joeistyping_0-1717536984127.png" style="width: 870px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/20321i54CE5B996D4489CA/image-dimensions/870x322?v=v2" width="870" height="322" role="button" title="joeistyping_0-1717536984127.png" alt="joeistyping_0-1717536984127.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 21:36:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-entities-have-less-infomation-than-API-entities/m-p/247385#M941</guid>
      <dc:creator>joeistyping</dc:creator>
      <dc:date>2024-06-04T21:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: DQL entities have less infomation than API entities</title>
      <link>https://community.dynatrace.com/t5/DQL/DQL-entities-have-less-infomation-than-API-entities/m-p/247389#M942</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/19706"&gt;@joeistyping&lt;/a&gt;&lt;/P&gt;&lt;P&gt;That is exactly what I was after&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 00:01:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/DQL-entities-have-less-infomation-than-API-entities/m-p/247389#M942</guid>
      <dc:creator>enrybkram</dc:creator>
      <dc:date>2024-06-05T00:01:06Z</dc:date>
    </item>
  </channel>
</rss>

