<?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: Dynatrace V2 API - How do I call a custom device? in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-V2-API-How-do-I-call-a-custom-device/m-p/167413#M1287</link>
    <description>&lt;P&gt;Yes you can also Tag custom devices, either in the GUI directly on the Entity under Technologies or via Settings -&amp;gt; Tags -&amp;gt; Manually applied Tags. Another option would be to use automated tagging rules or the tagging API.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jun 2021 12:59:15 GMT</pubDate>
    <dc:creator>pahofmann</dc:creator>
    <dc:date>2021-06-09T12:59:15Z</dc:date>
    <item>
      <title>Dynatrace V2 API - How do I call a custom device?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-V2-API-How-do-I-call-a-custom-device/m-p/167379#M1284</link>
      <description>&lt;P&gt;Dynatrace V2 API - How do I call a custom device?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an Oracle custom device that I would like to pull Oracle database statistics for?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;mydatabaseservername.example.com:1521/mydatabasename&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;entitySelector=type(HOST),tag(Custom~device:mydatabaseservername:1521/mydatabasename)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;metricSelector=builtin:tech.oracleDb.cd.cpu.idle&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can see it in the UI and see this values. I am banging my head trying to figure out how to get that stat via the V2 API.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What am I doing wrong?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Help!!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Lou&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 08:08:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-V2-API-How-do-I-call-a-custom-device/m-p/167379#M1284</guid>
      <dc:creator>louis_gallo</dc:creator>
      <dc:date>2021-06-09T08:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace V2 API - How do I call a custom device?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-V2-API-How-do-I-call-a-custom-device/m-p/167388#M1285</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/34149"&gt;@louis_gallo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems at the moment we can perform only the following to the custom device:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Report custom device metrics via REST API.&lt;/LI&gt;&lt;LI&gt;Creates or updates a custom device.&lt;/LI&gt;&lt;LI&gt;Lists all the available logs on the specified custom device.&lt;/LI&gt;&lt;LI&gt;Gets the filtered content of the specified log.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 05:56:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-V2-API-How-do-I-call-a-custom-device/m-p/167388#M1285</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2021-06-09T05:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace V2 API - How do I call a custom device?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-V2-API-How-do-I-call-a-custom-device/m-p/167411#M1286</link>
      <description>&lt;P&gt;I am able to do this and it gets all the custom devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;entitySelector=type(CUSTOM_DEVICE)&lt;/P&gt;&lt;P&gt;metricSelector=builtin:tech.oracleDb.cd.cpu.idle:names:merge(dt.entity.custom_device)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This actually works but returns the data for all custom devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I create a tag for a custom device to help break it down further?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lou&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 12:43:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-V2-API-How-do-I-call-a-custom-device/m-p/167411#M1286</guid>
      <dc:creator>louis_gallo</dc:creator>
      <dc:date>2021-06-09T12:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace V2 API - How do I call a custom device?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-V2-API-How-do-I-call-a-custom-device/m-p/167413#M1287</link>
      <description>&lt;P&gt;Yes you can also Tag custom devices, either in the GUI directly on the Entity under Technologies or via Settings -&amp;gt; Tags -&amp;gt; Manually applied Tags. Another option would be to use automated tagging rules or the tagging API.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 12:59:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-V2-API-How-do-I-call-a-custom-device/m-p/167413#M1287</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2021-06-09T12:59:15Z</dc:date>
    </item>
  </channel>
</rss>

