<?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: Looking for reference material for developing integrations in Developer Q&amp;A Forum</title>
    <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Looking-for-reference-material-for-developing-integrations/m-p/299447#M1684</link>
    <description>&lt;P&gt;Hi Dhruv&lt;BR /&gt;&lt;BR /&gt;You can also create actually a Dynatrace App. Dynatrace Apps can fetch any third-party data(as long as the URL is in the allowlist). Then this data can be correlated with existing data in Grail and can be shown as DataTable, Chart etc.&lt;BR /&gt;&lt;BR /&gt;We have a lot of guides on how to do that at &lt;A href="https://developer.dynatrace.com" target="_blank"&gt;https://developer.dynatrace.com.&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Some of the exact documentation pages that might help you:&lt;BR /&gt;&lt;BR /&gt;1. Allow-listing external APIs&amp;nbsp;&lt;A href="https://developer.dynatrace.com/develop/guides/app-functions/allow-outbound-connections/" target="_blank"&gt;https://developer.dynatrace.com/develop/guides/app-functions/allow-outbound-connections/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;2. You can then fetch external data via app function&amp;nbsp;&lt;A href="https://developer.dynatrace.com/develop/guides/app-functions/create-consume/" target="_blank"&gt;https://developer.dynatrace.com/develop/guides/app-functions/create-consume/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;3. You can query and visualize this and Grail data&amp;nbsp;&lt;A href="https://developer.dynatrace.com/develop/guides/visualize-data-in-apps/query-and-visualize-grail-data/" target="_blank"&gt;https://developer.dynatrace.com/develop/guides/visualize-data-in-apps/query-and-visualize-grail-data/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're new to Web App Development, I'd suggest you take a look at the our Dynatrace App Tutorial that has your exact use case&amp;nbsp;&lt;A href="https://developer.dynatrace.com/quickstart/tutorial/create-new-dynatrace-app/" target="_blank"&gt;https://developer.dynatrace.com/quickstart/tutorial/create-new-dynatrace-app/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2026 18:13:14 GMT</pubDate>
    <dc:creator>imsingh</dc:creator>
    <dc:date>2026-05-13T18:13:14Z</dc:date>
    <item>
      <title>Looking for reference material for developing integrations</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Looking-for-reference-material-for-developing-integrations/m-p/295468#M1633</link>
      <description>&lt;P&gt;Hi Community,&lt;BR /&gt;&lt;STRONG&gt;Use Case:&lt;/STRONG&gt;&lt;BR /&gt;I want to do a POC and build an integration in Dynatrace that fetches data from a third-party platform. The ingested data should then be correlated within Dynatrace, and dashboards should be created to visualize the insights.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;• Can this use case be implemented using a Dynatrace Extension?&lt;BR /&gt;• If so, how can we make the extension publicly available to all users and publish it in the Hub&lt;BR /&gt;• What is the process for publishing an extension to the Dynatrace Hub?&lt;BR /&gt;&lt;BR /&gt;I would appreciate any guidance or documentation references.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 08:49:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Looking-for-reference-material-for-developing-integrations/m-p/295468#M1633</guid>
      <dc:creator>Dhruv</dc:creator>
      <dc:date>2026-03-02T08:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for reference material for developing integrations</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Looking-for-reference-material-for-developing-integrations/m-p/296428#M1642</link>
      <description>&lt;P&gt;Hi Dhruv,&lt;/P&gt;&lt;P&gt;- This can definitively be done with extensions, that's their main goal. You can define the topology to define relationships and setup screen definitions on how data should be visualised. The visualisation is shifting from GEN2 to GEN3, so if you set it up correctly in your extensions yaml, you will get your entities nicely integrated in the "infrastructure &amp;amp; Operations" app.&lt;/P&gt;&lt;P&gt;Next step would be to setup the new smartscape entities, but for now you will have your entities as CUSTOM_DEVICE in Dynatrace.&lt;/P&gt;&lt;P&gt;- You can make it publicly available if you wish, but probably you best publish on github&lt;/P&gt;&lt;P&gt;- process for publishing on Dynatrace Hub can probably better be explained by Dynatrace personnel (if possible)&lt;/P&gt;&lt;P&gt;Out of curiosity: what third-party platform do you want to interface with?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 17:32:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Looking-for-reference-material-for-developing-integrations/m-p/296428#M1642</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2026-03-19T17:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for reference material for developing integrations</title>
      <link>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Looking-for-reference-material-for-developing-integrations/m-p/299447#M1684</link>
      <description>&lt;P&gt;Hi Dhruv&lt;BR /&gt;&lt;BR /&gt;You can also create actually a Dynatrace App. Dynatrace Apps can fetch any third-party data(as long as the URL is in the allowlist). Then this data can be correlated with existing data in Grail and can be shown as DataTable, Chart etc.&lt;BR /&gt;&lt;BR /&gt;We have a lot of guides on how to do that at &lt;A href="https://developer.dynatrace.com" target="_blank"&gt;https://developer.dynatrace.com.&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Some of the exact documentation pages that might help you:&lt;BR /&gt;&lt;BR /&gt;1. Allow-listing external APIs&amp;nbsp;&lt;A href="https://developer.dynatrace.com/develop/guides/app-functions/allow-outbound-connections/" target="_blank"&gt;https://developer.dynatrace.com/develop/guides/app-functions/allow-outbound-connections/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;2. You can then fetch external data via app function&amp;nbsp;&lt;A href="https://developer.dynatrace.com/develop/guides/app-functions/create-consume/" target="_blank"&gt;https://developer.dynatrace.com/develop/guides/app-functions/create-consume/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;3. You can query and visualize this and Grail data&amp;nbsp;&lt;A href="https://developer.dynatrace.com/develop/guides/visualize-data-in-apps/query-and-visualize-grail-data/" target="_blank"&gt;https://developer.dynatrace.com/develop/guides/visualize-data-in-apps/query-and-visualize-grail-data/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're new to Web App Development, I'd suggest you take a look at the our Dynatrace App Tutorial that has your exact use case&amp;nbsp;&lt;A href="https://developer.dynatrace.com/quickstart/tutorial/create-new-dynatrace-app/" target="_blank"&gt;https://developer.dynatrace.com/quickstart/tutorial/create-new-dynatrace-app/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 18:13:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Developer-Q-A-Forum/Looking-for-reference-material-for-developing-integrations/m-p/299447#M1684</guid>
      <dc:creator>imsingh</dc:creator>
      <dc:date>2026-05-13T18:13:14Z</dc:date>
    </item>
  </channel>
</rss>

