<?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: Metric Data using REST API - Faulty frequency in older timestamps in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/717453#M493</link>
    <description>&lt;P&gt;Adding to my set of observations, in older dates if i request data for timeframe less than ten minutes long e.g. 5 minutes. Then, the data set is empty and no data points are returned.&lt;/P&gt;</description>
    <pubDate>Wed, 11 May 2022 10:55:25 GMT</pubDate>
    <dc:creator>Ashmita_Thapar</dc:creator>
    <dc:date>2022-05-11T10:55:25Z</dc:date>
    <item>
      <title>Metric Data using REST API - Faulty frequency in older timestamps</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/717452#M492</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am trying to request metric data from my controller using metric-data rest api. Though, the frequency of data points is showing some inconsistent behaviour while giving time frame of current data and older dates.&lt;/P&gt;&lt;P&gt;e.g. Fetch Business Transactions' Calls per minute metric data for 15 minute frame in today.&lt;/P&gt;&lt;P&gt;Frequency - ONE_MIN in response and number of data points is 15 which is accurate.&lt;/P&gt;&lt;P&gt;But for older date, say 9th May 2022 data being requested on 11th May 2022 for a data frame of 15 mins, similar to above scenario. Then,&lt;/P&gt;&lt;P&gt;Frequency - TEN_MIN in response and only 1 data point which is inaccurate.&lt;/P&gt;&lt;P&gt;Note: rollup is false in both cases.&lt;/P&gt;&lt;P&gt;&lt;A href="https://xx.saas.appdynamics.com/controller/rest/applications/xx/metric-data?metric-path=Service+Endpoints%7Cxx%7C%2Fxx%7CIndividual+Nodes%7Cbaseapp%7CCalls+per+Minute&amp;amp;time-range-type=BETWEEN_TIMES&amp;amp;start-time=1652107140000&amp;amp;end-time=1652108040000&amp;amp;output=json&amp;amp;rollup=false" target="_blank" rel="noopener nofollow noreferrer"&gt;https://xx.saas.appdynamics.com/controller/rest/applications/xx/metric-data?metric-path=Service+Endpoints%7Cxx%7C%2Fxx%7CIndividual+Nodes%7Cbaseapp%7CCalls+per+Minute&amp;amp;time-range-type=BETWEEN_TIMES&amp;amp;start-time=1652107140000&amp;amp;end-time=1652108040000&amp;amp;output=json&amp;amp;rollup=false&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;[
    {
        "metricId": 2960604,
        "metricName": "BTM|Application Diagnostic Data|SEP:211315|Calls per Minute",
        "metricPath": "Service Endpoints|xx|/xx|Individual Nodes|baseapp|Calls per Minute",
        "frequency": "TEN_MIN",
        "metricValues": [
            {
                "startTimeInMillis": 1652107200000,
                "occurrences": 1,
                "current": 141,
                "min": 0,
                "max": 167,
                "useRange": true,
                "count": 10,
                "sum": 1264,
                "value": 126,
                "standardDeviation": 0
            }
        ]
    }
]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Urgent help required over this one...&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 10:21:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/717452#M492</guid>
      <dc:creator>Ashmita_Thapar</dc:creator>
      <dc:date>2022-05-11T10:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Metric Data using REST API - Faulty frequency in older timestamps</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/717453#M493</link>
      <description>&lt;P&gt;Adding to my set of observations, in older dates if i request data for timeframe less than ten minutes long e.g. 5 minutes. Then, the data set is empty and no data points are returned.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 10:55:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/717453#M493</guid>
      <dc:creator>Ashmita_Thapar</dc:creator>
      <dc:date>2022-05-11T10:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Metric Data using REST API - Faulty frequency in older timestamps</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/717454#M494</link>
      <description>&lt;P&gt;Hi Ashmita&lt;/P&gt;

&lt;P&gt;What you are describing is exactly how it works.&lt;/P&gt;

&lt;P&gt;Raw per minute data is no kept indefinitely , it is aggregated at certain time periods and stored in the aggregated time sections.&lt;/P&gt;

&lt;P&gt;You can read more here which explains how that works&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.appdynamics.com/22.5/en/appdynamics-essentials/metrics-and-graphs/metric-data-resolution-over-time" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/22.5/en/appdynamics-essentials/metrics-and-graphs/metric-data-resolution-over-time&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Ciao&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 12:48:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/717454#M494</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2022-05-11T12:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Metric Data using REST API - Faulty frequency in older timestamps</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/717455#M495</link>
      <description>&lt;P&gt;Hey Mario,&lt;/P&gt;&lt;P&gt;Thanks for answering my doubts. Even though i understand the concept, but i would like to understand the difference between behaviour of UI and Rest. The UI is still capable to plotting the data with frequency ONE_MIN whereas the same time frame is served with minimum frequency TEN_MIN for rest.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the minimum TEN_MIN frequency restricts user from accessing data if the time frame of interest is smaller than 10 minutes.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 04:19:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/717455#M495</guid>
      <dc:creator>Ashmita_Thapar</dc:creator>
      <dc:date>2022-05-16T04:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Metric Data using REST API - Faulty frequency in older timestamps</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/748431#M11910</link>
      <description>&lt;P&gt;Can i please which api you were using to get these data values?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 13:40:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Metric-Data-using-REST-API-Faulty-frequency-in-older-timestamps/m-p/748431#M11910</guid>
      <dc:creator>kalyan</dc:creator>
      <dc:date>2025-06-20T13:40:58Z</dc:date>
    </item>
  </channel>
</rss>

