<?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 Looking for an API/ETL tool for JSON data returned in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Looking-for-an-API-ETL-tool-for-JSON-data-returned/m-p/289300#M3873</link>
    <description>&lt;P&gt;Good morning fellow Dynatracers? Dynatrac-ians? (Whichever you prefer)&amp;nbsp;‌‌&lt;/P&gt;
&lt;P&gt;First off we have an on prem solution for Dynatrace.&lt;/P&gt;
&lt;P&gt;We have several 3rd party vendors that are making performance and monitoring data available through&lt;BR /&gt;their own crafted API interface. I have read over and am familiar with the part of Dyaatrace's API that&lt;BR /&gt;allows a person to post data into the Dynatrace DB/on-prem cluster to then be used with the Data explorer&lt;BR /&gt;tool OR pulled out of Dynatrace with their own API.&lt;/P&gt;
&lt;P&gt;What I am looking for is&amp;nbsp;a generic tool that can handle going out to an API and retrieve the data.&amp;nbsp;I know curl does exactly this.&lt;/P&gt;
&lt;P&gt;However, the challenge we have is processing the returned response/information afterwards.&lt;/P&gt;
&lt;P&gt;Let's say I run a curl command, get my JSON data back. At that point, the data&lt;BR /&gt;is at the command line (or a file if I send the output there).&lt;BR /&gt;Is there a tool that specializes in taking this JSON data and ETL'ing the results?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If there is a tool that does both the curl command AND ETL of the responses, that would be ideal&lt;BR /&gt;(we would want to run this on regular intervals in cron etc..)&lt;/P&gt;
&lt;P&gt;Do such tools exist? I'm trying to find a low code/programming solution to taking&lt;BR /&gt;data from multiple API sources and processing it down to a file that I can then post in to Dynatrace.&lt;/P&gt;
&lt;P&gt;Linux would be idea, but windows is also an option. Maybe even windows as preferred if a gui&lt;BR /&gt;is an option. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is a gap in my knowledge, so I am looking for suggestion to help with&lt;BR /&gt;these upcoming projects.&lt;/P&gt;
&lt;P&gt;As always, thanks to the community for being as supportive and engaging !&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2025 07:40:13 GMT</pubDate>
    <dc:creator>runatyr</dc:creator>
    <dc:date>2025-11-12T07:40:13Z</dc:date>
    <item>
      <title>Looking for an API/ETL tool for JSON data returned</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Looking-for-an-API-ETL-tool-for-JSON-data-returned/m-p/289300#M3873</link>
      <description>&lt;P&gt;Good morning fellow Dynatracers? Dynatrac-ians? (Whichever you prefer)&amp;nbsp;‌‌&lt;/P&gt;
&lt;P&gt;First off we have an on prem solution for Dynatrace.&lt;/P&gt;
&lt;P&gt;We have several 3rd party vendors that are making performance and monitoring data available through&lt;BR /&gt;their own crafted API interface. I have read over and am familiar with the part of Dyaatrace's API that&lt;BR /&gt;allows a person to post data into the Dynatrace DB/on-prem cluster to then be used with the Data explorer&lt;BR /&gt;tool OR pulled out of Dynatrace with their own API.&lt;/P&gt;
&lt;P&gt;What I am looking for is&amp;nbsp;a generic tool that can handle going out to an API and retrieve the data.&amp;nbsp;I know curl does exactly this.&lt;/P&gt;
&lt;P&gt;However, the challenge we have is processing the returned response/information afterwards.&lt;/P&gt;
&lt;P&gt;Let's say I run a curl command, get my JSON data back. At that point, the data&lt;BR /&gt;is at the command line (or a file if I send the output there).&lt;BR /&gt;Is there a tool that specializes in taking this JSON data and ETL'ing the results?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If there is a tool that does both the curl command AND ETL of the responses, that would be ideal&lt;BR /&gt;(we would want to run this on regular intervals in cron etc..)&lt;/P&gt;
&lt;P&gt;Do such tools exist? I'm trying to find a low code/programming solution to taking&lt;BR /&gt;data from multiple API sources and processing it down to a file that I can then post in to Dynatrace.&lt;/P&gt;
&lt;P&gt;Linux would be idea, but windows is also an option. Maybe even windows as preferred if a gui&lt;BR /&gt;is an option. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is a gap in my knowledge, so I am looking for suggestion to help with&lt;BR /&gt;these upcoming projects.&lt;/P&gt;
&lt;P&gt;As always, thanks to the community for being as supportive and engaging !&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 07:40:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Looking-for-an-API-ETL-tool-for-JSON-data-returned/m-p/289300#M3873</guid>
      <dc:creator>runatyr</dc:creator>
      <dc:date>2025-11-12T07:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for an API/ETL tool for JSON data returned</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Looking-for-an-API-ETL-tool-for-JSON-data-returned/m-p/289410#M3874</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;You can try&amp;nbsp;&lt;STRONG&gt;Logstash&lt;/STRONG&gt; with plugins: http_poller (input) → json / mutate / ruby (filter) → http (output to Dynatrace).&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;STRONG&gt;n8n&lt;/STRONG&gt;: Cron → HTTP Request → Set / Function / IF → HTTP Request (Dynatrace).&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 08:32:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Looking-for-an-API-ETL-tool-for-JSON-data-returned/m-p/289410#M3874</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-11-12T08:32:20Z</dc:date>
    </item>
  </channel>
</rss>

