<?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: Get Key Request using API in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/188206#M1930</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13072"&gt;@mark_bley&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/49581"&gt;@techean&lt;/a&gt;&amp;nbsp;thanks for sharing with me,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used this metric&amp;nbsp;&lt;STRONG&gt;builtin:service.keyRequest.count.total:parents:names&amp;nbsp;&lt;/STRONG&gt;and got all information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andra_nosa_0-1654830344293.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6049i068B87D31EC6CE3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andra_nosa_0-1654830344293.png" alt="andra_nosa_0-1654830344293.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Guys!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 03:05:58 GMT</pubDate>
    <dc:creator>andra_nosa</dc:creator>
    <dc:date>2022-06-10T03:05:58Z</dc:date>
    <item>
      <title>Get Key Request using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/187070#M1904</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to get all key request via api?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because i have try on data explorer and limit only 100 data key request with low transaction&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andra&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 08:26:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/187070#M1904</guid>
      <dc:creator>andra_nosa</dc:creator>
      <dc:date>2022-05-24T08:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get Key Request using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/188073#M1924</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/14826"&gt;@andra_nosa&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you can try pulling a metric that contains the key requests and split the dimension accordingly.&lt;/P&gt;&lt;P&gt;Take e.g. following command (the output still has duplicates and is not well formatted, but contains only keyRequests)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -X GET "https://&amp;lt;tenant_id&amp;gt;/api/v2/metrics/query?metricSelector=builtin%3Aservice.keyRequest.cpu.perRequest%3AsplitBy%28%22dt.entity.service_method%22%29%3Aavg%3Aauto%3Asort%28value%28avg%2Cdescending%29%29" -H "accept: application/json; charset=utf-8" -H "Authorization: Api-Token &amp;lt;token&amp;gt;" | tr 'dimension' '\n' | grep SERVICE_METHOD&lt;/LI-CODE&gt;&lt;P&gt;Following metric query is being used here:&lt;/P&gt;&lt;P&gt;builtin:service.keyRequest.cpu.perRequest:splitBy("dt.entity.service_method"):avg:auto:sort(value(avg,descending))&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 14:35:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/188073#M1924</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2022-06-08T14:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get Key Request using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/188082#M1925</link>
      <description>&lt;P&gt;Hey did you checked this similar question mark solved already&amp;nbsp;&lt;A href="https://community.dynatrace.com/t5/Real-User-Monitoring/Is-there-a-way-to-get-a-list-of-all-marked-key-requests-key-user/m-p/122162#M2235" target="_blank"&gt;Solved: Re: Is there a way to get a list of all marked key requests &amp;amp; key user actions per tenant? - Dynatrace Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Key Requests:&lt;/P&gt;&lt;P&gt;with Metrics v2 API and&amp;nbsp;&lt;SPAN&gt;Key User action&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 16:24:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/188082#M1925</guid>
      <dc:creator>techean</dc:creator>
      <dc:date>2022-06-08T16:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get Key Request using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/188206#M1930</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13072"&gt;@mark_bley&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/49581"&gt;@techean&lt;/a&gt;&amp;nbsp;thanks for sharing with me,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used this metric&amp;nbsp;&lt;STRONG&gt;builtin:service.keyRequest.count.total:parents:names&amp;nbsp;&lt;/STRONG&gt;and got all information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andra_nosa_0-1654830344293.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/6049i068B87D31EC6CE3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andra_nosa_0-1654830344293.png" alt="andra_nosa_0-1654830344293.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Guys!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 03:05:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/188206#M1930</guid>
      <dc:creator>andra_nosa</dc:creator>
      <dc:date>2022-06-10T03:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get Key Request using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/188287#M1931</link>
      <description>&lt;P&gt;happy to know that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 07:07:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/188287#M1931</guid>
      <dc:creator>techean</dc:creator>
      <dc:date>2022-06-13T07:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get Key Request using API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/207842#M2359</link>
      <description>&lt;P&gt;This is now also possible using the Settings API (&lt;A href="https://www.dynatrace.com/support/help/shortlink/api-v2-settings-get-objects" target="_blank"&gt;https://www.dynatrace.com/support/help/shortlink/api-v2-settings-get-objects&lt;/A&gt;) and the schemaId "builtin:settings.subscriptions.service".&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 15:01:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Get-Key-Request-using-API/m-p/207842#M2359</guid>
      <dc:creator>ben_wrightson</dc:creator>
      <dc:date>2023-03-23T15:01:29Z</dc:date>
    </item>
  </channel>
</rss>

