<?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: Is there a way to get a list of all entity types in Grail (so something synonymous to the /entityTypes classic v2 API)? in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/292165#M2972</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/41155"&gt;@36Krazyfists&lt;/a&gt;&amp;nbsp;How can i get entity types for self managed dynatrace, this DQL is not working in managed setup.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Dec 2025 07:23:42 GMT</pubDate>
    <dc:creator>skhamitkar</dc:creator>
    <dc:date>2025-12-25T07:23:42Z</dc:date>
    <item>
      <title>Is there a way to get a list of all entity types in Grail (so something synonymous to the /entityTypes classic v2 API)?</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/286767#M2624</link>
      <description>&lt;P&gt;I know if I just start typing &lt;STRONG&gt;dt.entity.&lt;/STRONG&gt; the auto-complete in the DQL query box will offer suggestions, but I want to be able to just get a list of all &lt;STRONG&gt;dt.entity.f5&lt;/STRONG&gt; types in a table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result I want would look like:&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;EntityTypeName&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dt.entity.f5:gtm:pool&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dt.entity.f5:gtm:virtual_server&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;dt.entity.f5:pool&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible in Grail?&amp;nbsp; If so, how would that query look?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 17:35:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/286767#M2624</guid>
      <dc:creator>36Krazyfists</dc:creator>
      <dc:date>2025-09-24T17:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of all entity types in Grail (so something synonymous to the /entityTypes classic v2 API)?</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/286769#M2625</link>
      <description>&lt;P&gt;Within 2 minutes of submitting this question I found the answer myself!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The answer is yes, there is a way to do this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.system.data_objects
| filter matchesValue(name, "dt.entity.f5*")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use that and replace the filter name value with whatever you want to get a list of current entities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. to Dynatrace Community website devs.&amp;nbsp; You should really add &lt;STRONG&gt;DQL&lt;/STRONG&gt;/&lt;STRONG&gt;DPL&lt;/STRONG&gt; in as valid languages for the "&lt;STRONG&gt;Insert/Edit code sample&lt;/STRONG&gt;" formatting boxes on this site!&amp;nbsp; Would be really cool to have proper highlighting when people share those snippets!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 17:51:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/286769#M2625</guid>
      <dc:creator>36Krazyfists</dc:creator>
      <dc:date>2025-09-24T17:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of all entity types in Grail (so something synonymous to the /entityTypes classic v2 API)?</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/292165#M2972</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/41155"&gt;@36Krazyfists&lt;/a&gt;&amp;nbsp;How can i get entity types for self managed dynatrace, this DQL is not working in managed setup.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Dec 2025 07:23:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/292165#M2972</guid>
      <dc:creator>skhamitkar</dc:creator>
      <dc:date>2025-12-25T07:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of all entity types in Grail (so something synonymous to the /entityTypes classic v2 API)?</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/292168#M2973</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/41155"&gt;@36Krazyfists&lt;/a&gt;&amp;nbsp;How can i get entity types for self managed dynatrace, this DQL is not working in managed setup.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Dec 2025 10:16:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/292168#M2973</guid>
      <dc:creator>skhamitkar</dc:creator>
      <dc:date>2025-12-25T10:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of all entity types in Grail (so something synonymous to the /entityTypes classic v2 API)?</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/292308#M2985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/86687"&gt;@skhamitkar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Just to avoid confusion:&lt;BR /&gt;As far as I know, &lt;STRONG&gt;Grail and DQL are currently available only in Dynatrace SaaS&lt;/STRONG&gt;.&lt;BR /&gt;Dynatrace Managed does &lt;STRONG&gt;not&lt;/STRONG&gt; support Grail datasets like dt.system.data_objects, so this query would not work there.&lt;/P&gt;&lt;P&gt;If the question is about &lt;STRONG&gt;Managed&lt;/STRONG&gt;, we probably need a different approach (API-based, not DQL).&lt;/P&gt;&lt;P&gt;Could you please clarify which environment you are referring to?&lt;/P&gt;&lt;P&gt;Regards, Deni&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 17:50:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/292308#M2985</guid>
      <dc:creator>deni</dc:creator>
      <dc:date>2025-12-30T17:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to get a list of all entity types in Grail (so something synonymous to the /entityTypes classic v2 API)?</title>
      <link>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/292327#M2986</link>
      <description>&lt;P&gt;In Managed, you need an API call to get the entity types available in your environment - &lt;A href="https://docs.dynatrace.com/managed/shortlink/api-entities-v2-get-all-entity-types" target="_blank"&gt;GET All Entity Types&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 22:48:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Is-there-a-way-to-get-a-list-of-all-entity-types-in-Grail-so/m-p/292327#M2986</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-12-30T22:48:35Z</dc:date>
    </item>
  </channel>
</rss>

