<?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 Server Terminal access for API authorization? in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35113#M81</link>
    <description>&lt;P&gt;Hi, Do we need to have terminal access to set up authication with the Dynatrace API &lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2017 00:12:05 GMT</pubDate>
    <dc:creator>dpanchal</dc:creator>
    <dc:date>2017-09-14T00:12:05Z</dc:date>
    <item>
      <title>Server Terminal access for API authorization?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35113#M81</link>
      <description>&lt;P&gt;Hi, Do we need to have terminal access to set up authication with the Dynatrace API &lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 00:12:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35113#M81</guid>
      <dc:creator>dpanchal</dc:creator>
      <dc:date>2017-09-14T00:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Server Terminal access for API authorization?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35114#M82</link>
      <description>&lt;P&gt;Can you please further explain what you mean with server terminal access? The authentication with Dynatrace API is done with an Api-Token that you can create within the Dynatrace Web UI (you need environment admin role).&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 07:11:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35114#M82</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2017-09-14T07:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Server Terminal access for API authorization?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35115#M83</link>
      <description>&lt;P&gt;Basically, Command line prompt. Also, do you need root access (via sudo, of course). &lt;/P&gt;&lt;P&gt;I have created the token in the Web UI. Looks like the next step is run the authorization and curl commands via a command prompt.&lt;/P&gt;&lt;P&gt;As per the documentation.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.dynatrace.com/dynatrace-api/authentication/how-do-i-set-up-authentication-to-use-the-api/"&gt;https://help.dynatrace.com/dynatrace-api/authentic...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 17:20:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35115#M83</guid>
      <dc:creator>dpanchal</dc:creator>
      <dc:date>2017-09-14T17:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Server Terminal access for API authorization?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35116#M84</link>
      <description>&lt;P&gt;No the curl commands are just an example how to use the API. You can use any tool / programming language to call the API.&lt;BR /&gt;&lt;BR /&gt;Token must be sent with each API request. Typically as a custom header and server as authentication. In fact you don't do any further authentication using Dynatrace API, you just need to pass the token using custom header or as request parameter.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 19:17:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35116#M84</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2017-09-14T19:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Server Terminal access for API authorization?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35117#M85</link>
      <description>&lt;P&gt;You can even use your browser for the HTTP GET type of requests.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 05:20:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35117#M85</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2017-09-15T05:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Server Terminal access for API authorization?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35118#M86</link>
      <description>&lt;P&gt;If you get a dump of all the possible parameters that you can use does that mean you are authenticated ?&lt;/P&gt;&lt;P&gt;I ran the following:&lt;/P&gt;&lt;P&gt;curl -L -H "Authorization: Api-Token &amp;lt;My_token&amp;gt;" "https://owndomain/e/{id}/api/v1/timeseries"&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I got this&lt;/P&gt;&lt;P&gt;[{"timeseriesId":"ruxit.jmx.Hadoop.HDFS:BlocksRead","displayName":"Blocks","dimensions":["PROCESS_GROUP_INSTANCE","rx_pid","name"],"aggregationTypes":["AVG","SUM","MIN","MAX"],"unit":"count&lt;BR /&gt;","filter":"PLUGIN","types":[]},{"timeseriesId":"ruxit.jmx.Hadoop.HDFS:BlocksRemoved","displayName":"Removed","dimensions":["PROCESS_GROUP_INSTANCE","rx_pid","name"],"aggregationTypes":["AV&lt;BR /&gt;G","SUM","MIN","MAX"],"unit":"count","filter":"PLUGIN","types":[]},&lt;/P&gt;&lt;P&gt;I am trying to extract all nodes their dependencies via the API. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 00:21:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35118#M86</guid>
      <dc:creator>dpanchal</dc:creator>
      <dc:date>2017-09-21T00:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Server Terminal access for API authorization?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35119#M87</link>
      <description>&lt;P&gt;Got it, seems to be working.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 01:45:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35119#M87</guid>
      <dc:creator>dpanchal</dc:creator>
      <dc:date>2017-09-21T01:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Server Terminal access for API authorization?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35120#M88</link>
      <description>&lt;P&gt;I know this is question was asked quite a while ago, but Postman is a great client to attempt and test API calls: &lt;A href="https://www.getpostman.com/"&gt;https://www.getpostman.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It has a friendly interface, and nice ways to add parameters to any call, with many other features.&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Hayden&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 17:05:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Server-Terminal-access-for-API-authorization/m-p/35120#M88</guid>
      <dc:creator>hayden_miedema</dc:creator>
      <dc:date>2018-01-18T17:05:05Z</dc:date>
    </item>
  </channel>
</rss>

