<?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 un-anonymize (decode) values like service names, hostgroups etc in payload (json) response from REST API in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127021#M1119</link>
    <description>&lt;P&gt;un-anonymize (decode) values like service names, hostgroups etc in payload (json) response from REST API&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2020 18:48:24 GMT</pubDate>
    <dc:creator>rupesh_chamatk2</dc:creator>
    <dc:date>2020-01-30T18:48:24Z</dc:date>
    <item>
      <title>un-anonymize (decode) values like service names, hostgroups etc in payload (json) response from REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127021#M1119</link>
      <description>&lt;P&gt;un-anonymize (decode) values like service names, hostgroups etc in payload (json) response from REST API&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 18:48:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127021#M1119</guid>
      <dc:creator>rupesh_chamatk2</dc:creator>
      <dc:date>2020-01-30T18:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: un-anonymize (decode) values like service names, hostgroups etc in payload (json) response from REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127022#M1120</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/30363/view.html" nodeid="30363"&gt;@Rupesh C.&lt;/A&gt; This is possible via the API. I suggest you double check your token permission level so it reflects the following: &lt;IMG src="https://community.dynatrace.com/legacyfs/online/23482-api-token.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Then jump over to your Environment API, Click the "topology/Smartscape - Service" and toss in your token code, and run the command. I cannot show you my results but I can assure you we got the fully qualified name as seen in the Dynatrace UI &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/23429-api.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 19:39:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127022#M1120</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2020-01-30T19:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: un-anonymize (decode) values like service names, hostgroups etc in payload (json) response from REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127023#M1121</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/36422/view.html" nodeid="36422"&gt;@Chad T.&lt;/A&gt; - Thanks for comment. I am using the same as you suggested. I could see the display name values as plain text but you know most of the PGs, Services Names of dependent components are hashed/coded as below --&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;  "fromRelationships": {&lt;!-- --&gt;&lt;/P&gt;&lt;P&gt;    "runsOnProcessGroupInstance": [&lt;/P&gt;&lt;P&gt;     &lt;STRONG&gt; "PROCESS_GROUP_INSTANCE-0621A592576F0E22",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      "PROCESS_GROUP_INSTANCE-28372716B568606B",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      "PROCESS_GROUP_INSTANCE-EE8C85F0CBC171BF",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      "PROCESS_GROUP_INSTANCE-5A723E7386E56527",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;    ],&lt;/P&gt;&lt;P&gt;    "runsOn": [&lt;/P&gt;&lt;P&gt;   &lt;U&gt;&lt;STRONG&gt;   "PROCESS_GROUP-EF4CFAAF90C627E7"&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;    ],&lt;/P&gt;&lt;P&gt;    "calls": [&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;     "SERVICE-F1527CD5A03E71AE",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      "SERVICE-1B277C7AC8311474",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      "SERVICE-52AC624D70C377BC",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      "SERVICE-70C56686E39D60B1",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      "SERVICE-086673EFDB424FAB"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    ]&lt;/P&gt;&lt;P&gt;  },&lt;/P&gt;&lt;P&gt;  "toRelationships": {&lt;!-- --&gt;&lt;/P&gt;&lt;P&gt;    "calls": [&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;   "SERVICE-7A38D1BEA3C4459D",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      "SERVICE-086673EFDB424FAB",&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      "SERVICE-B6DA0793FF217583"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;    ]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  },&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 31 Jan 2020 15:39:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127023#M1121</guid>
      <dc:creator>rupesh_chamatk2</dc:creator>
      <dc:date>2020-01-31T15:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: un-anonymize (decode) values like service names, hostgroups etc in payload (json) response from REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127024#M1122</link>
      <description>&lt;P&gt;Ah yes, the relationships are set with the unique process/service ID. These are used to identify specific processes/services. As of now there is no way to actually change that to the A-Z name. If you go to a service in your dynatrace instance you will see the ID for it in the url too: &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/23522-service-api.jpg" /&gt;&lt;/P&gt;&lt;P&gt;The ID is also used for other API parts as well: &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/23493-service-name-api.jpg" /&gt;&lt;/P&gt;&lt;P&gt;I would recommend putting in a feature request if you need the actual names of these values and not their unique IDs &lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 15:53:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127024#M1122</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2020-01-31T15:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: un-anonymize (decode) values like service names, hostgroups etc in payload (json) response from REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127025#M1123</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/36422/view.html" nodeid="36422"&gt;@Chad T.&lt;/A&gt; - Sure Thanks!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 31 Jan 2020 15:59:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127025#M1123</guid>
      <dc:creator>rupesh_chamatk2</dc:creator>
      <dc:date>2020-01-31T15:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: un-anonymize (decode) values like service names, hostgroups etc in payload (json) response from REST API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127026#M1124</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/30363/view.html" nodeid="30363"&gt;@Rupesh C.&lt;/A&gt;  Sorry I wasn't able to help you get eh desired results. If you feel to accept my answer as correct. &lt;/P&gt;&lt;P&gt;Thank you, &lt;/P&gt;&lt;P&gt;-Chad&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 16:03:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/un-anonymize-decode-values-like-service-names-hostgroups-etc-in/m-p/127026#M1124</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2020-01-31T16:03:26Z</dc:date>
    </item>
  </channel>
</rss>

