<?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: Integrating Dynatrace saas with third party tool in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28789#M37</link>
    <description>&lt;P&gt;In our case, we want to integrate Cyara (IVR monitoring tool) with dynatrace SaaS. We need to show the data captured by Cyara in Dynatrace saas. Cyara exposing its  REST API. &lt;/P&gt;&lt;P&gt;I need to get more detail on that but in general how will I proceed in that. &lt;/P&gt;</description>
    <pubDate>Tue, 11 Jul 2017 03:04:23 GMT</pubDate>
    <dc:creator>suresh230591</dc:creator>
    <dc:date>2017-07-11T03:04:23Z</dc:date>
    <item>
      <title>Integrating Dynatrace saas with third party tool</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28787#M35</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to integrate Dynatrace saas with a third party monitoring tool (want to pull the data into Dynatrace)   . Tool is exposing its REST API (don't have any plugins)  and Dynatrace will be the consumer. I got the proper end point URL, tested the API and got the expected JSON response.&lt;BR /&gt;In order to consume , we need to write some code in java or javascript. How to integrate this code with Dynatrace ,still in confusion.&lt;BR /&gt;If above steps are correct then what are the next steps( Otherwise correct me with right steps)&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 12:02:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28787#M35</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2017-06-27T12:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Dynatrace saas with third party tool</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28788#M36</link>
      <description>&lt;P&gt;That depends on your detailed use-case. Can you explain in detail for which host or process you would like to send the data into Dynatrace? Are you collecting additional metrics for a process on a OneAgent monitored host? Then the answer is to write a Dynatrace custom plugin in Python that fetches the metric from your JSON interface and sends them directly into your process infographics screen. &lt;/P&gt;&lt;P&gt;In case you are fetching metrics for a host or system that is NOT monitored with a OneAgent, you will have to use our Custom entity and custom metric REST inteface:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.dynatrace.com/dynatrace-api/custom-devices-and-metrics/what-does-the-custom-network-devices-and-metrics-api-provide/"&gt;https://help.dynatrace.com/dynatrace-api/custom-de...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can write the glue code in any language and automatically create a custom device within Dynatrace smartscape and send your custom metrics onto that custom device.&lt;/P&gt;&lt;P&gt;There are some examples in Python available in Github, you can find them here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Dynatrace/dynatrace-api/tree/master/custom-device-metrics-Raspberry-example"&gt;https://github.com/Dynatrace/dynatrace-api/tree/ma...&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 12:46:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28788#M36</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2017-06-27T12:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Dynatrace saas with third party tool</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28789#M37</link>
      <description>&lt;P&gt;In our case, we want to integrate Cyara (IVR monitoring tool) with dynatrace SaaS. We need to show the data captured by Cyara in Dynatrace saas. Cyara exposing its  REST API. &lt;/P&gt;&lt;P&gt;I need to get more detail on that but in general how will I proceed in that. &lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 03:04:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28789#M37</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2017-07-11T03:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Dynatrace saas with third party tool</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28790#M38</link>
      <description>&lt;P&gt;I am using the custom integration for the alert notfication , please provide the Payloads details which we can use it the JSON Script &lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 14:43:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28790#M38</guid>
      <dc:creator>indira_priyadar</dc:creator>
      <dc:date>2017-07-24T14:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Dynatrace saas with third party tool</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28791#M39</link>
      <description>&lt;P&gt;Hi Wolfgang.&lt;/P&gt;&lt;P&gt;I´m very interested in getting monitoring data from several external Monitoring Tools (i.e: Monitoring Infrastructure Tools) and integrating it within Dynatrace SaaS or Managed. Should I use this technique in order to get it ?&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 15:57:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28791#M39</guid>
      <dc:creator>juanjose_garci1</dc:creator>
      <dc:date>2018-01-29T15:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Dynatrace saas with third party tool</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28792#M40</link>
      <description>&lt;P&gt;Hi Juan,&lt;/P&gt;&lt;P&gt;Another alternative you can possibly explore is the registering of new custom metrics via the Dynatrace API. Please take a look at the link below on how to utilize this feature and let me know if you have any questions.&lt;/P&gt;&lt;P&gt;https://www.dynatrace.com/support/help/dynatrace-api/custom-devices-and-metrics/what-does-the-custom-network-devices-and-metrics-api-provide/&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;NJ&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2018 17:08:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28792#M40</guid>
      <dc:creator>nj_njoku</dc:creator>
      <dc:date>2018-01-29T17:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Dynatrace saas with third party tool</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28793#M41</link>
      <description>&lt;P&gt;Hi Wolfgang.&lt;/P&gt;&lt;P&gt;Great, I´m going to study this possibility 'more in depth'.&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 15:01:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Integrating-Dynatrace-saas-with-third-party-tool/m-p/28793#M41</guid>
      <dc:creator>juanjose_garci1</dc:creator>
      <dc:date>2018-01-30T15:01:27Z</dc:date>
    </item>
  </channel>
</rss>

