<?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: Any API to show auto-applied tags only in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Any-API-to-show-auto-applied-tags-only/m-p/178352#M1704</link>
    <description>&lt;P&gt;I do not think the suggested solution answers my main concern:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;The current API endpoints (monitored entity details) do not allow to filter by type: e.g. return auto-applied tags only, and &lt;STRONG&gt;they do seem to filter out duplicates even though the duplicates are shown on UI&lt;/STRONG&gt;."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's correct that the custom tags API does return the "custom tags" only... but the concerns is related to ALL tags returned by the "/entities/{entityId}" not including ALL (duplicates one can find on UI are not returned by the API).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 15:46:09 GMT</pubDate>
    <dc:creator>tibebe_m_digafe</dc:creator>
    <dc:date>2022-01-05T15:46:09Z</dc:date>
    <item>
      <title>Any API to show auto-applied tags only</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Any-API-to-show-auto-applied-tags-only/m-p/168358#M1565</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a need to find out auto-applied tags separate from custom tags to determine if there're any duplicate tags.&amp;nbsp;We heavily rely on custom tagging to accomplish the basic monitoring functions - access and alerting in &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;multi-tenant&lt;/STRONG&gt; &lt;/FONT&gt;environment -, and at times the custom tagging is ahead of the auto-tagging processing causing duplicate custom tags to be created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We would like to regularly and programmatically check for duplicates and delete the duplicate custom tags.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The current API endpoints (monitored entity details) do not allow to filter by type: e.g. return auto-applied tags only, and they do seem to filter out duplicates even though the duplicates are shown on UI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 10:20:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Any-API-to-show-auto-applied-tags-only/m-p/168358#M1565</guid>
      <dc:creator>tibebe_m_digafe</dc:creator>
      <dc:date>2021-06-28T10:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Any API to show auto-applied tags only</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Any-API-to-show-auto-applied-tags-only/m-p/168628#M1566</link>
      <description>&lt;P&gt;Hi, you can get a list of all auto tags defined in your environment &lt;A href="https://www.dynatrace.com/support/help/shortlink/api-config-auto-tags-get-all" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/api-config-auto-tags-get-all&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also get a list of all custom tags assigned to the specified monitored entities &lt;A href="https://www.dynatrace.com/support/help/shortlink/api-custom-tags-get" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/api-custom-tags-get&lt;/A&gt;. Automatically applied tags and imported tags are not included in the custom tags api.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 21:02:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Any-API-to-show-auto-applied-tags-only/m-p/168628#M1566</guid>
      <dc:creator>Mo_Azuz</dc:creator>
      <dc:date>2021-07-01T21:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Any API to show auto-applied tags only</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Any-API-to-show-auto-applied-tags-only/m-p/170698#M1567</link>
      <description>&lt;P&gt;Thanks Moe.&lt;/P&gt;&lt;P&gt;What I was looking for was the auto-applied tags to monitored entities, like the API for listing custom tags applied to monitored entities.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/api/config/v1/autoTags returns the auto-tag "definitions", the config.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks. Tibebe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 13:00:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Any-API-to-show-auto-applied-tags-only/m-p/170698#M1567</guid>
      <dc:creator>tibebe_m_digafe</dc:creator>
      <dc:date>2021-08-12T13:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Any API to show auto-applied tags only</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Any-API-to-show-auto-applied-tags-only/m-p/178352#M1704</link>
      <description>&lt;P&gt;I do not think the suggested solution answers my main concern:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;The current API endpoints (monitored entity details) do not allow to filter by type: e.g. return auto-applied tags only, and &lt;STRONG&gt;they do seem to filter out duplicates even though the duplicates are shown on UI&lt;/STRONG&gt;."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's correct that the custom tags API does return the "custom tags" only... but the concerns is related to ALL tags returned by the "/entities/{entityId}" not including ALL (duplicates one can find on UI are not returned by the API).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 15:46:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Any-API-to-show-auto-applied-tags-only/m-p/178352#M1704</guid>
      <dc:creator>tibebe_m_digafe</dc:creator>
      <dc:date>2022-01-05T15:46:09Z</dc:date>
    </item>
  </channel>
</rss>

