25 Oct 2024 02:20 PM
I want to extract last 24hrs data points but the issue is I can get the data points based on UTC time zone I want based in IST which is UTC+05:30
28 Oct 2024 01:42 AM
@MeetShah , default would be UTC, one of the option would be to convert the IST time range to UTC and use it as parameter
- from and to parameters
https://docs.dynatrace.com/docs/dynatrace-api/environment-api/metric-v2/get-data-points
28 Oct 2024 07:48 AM
I tried this but It didn't work out
28 Oct 2024 07:59 AM
I have tried something like this
https://{environmentid}.live.dynatrace.com/api/v2/metrics/query?metricSelector=builtin:apps.other.ua...(""Apdex category""):value:sort(value(sum,descending)) & from=2024-10-28T01:00:00 + 05:30
28 Oct 2024 09:15 AM
@MeetShah , what was the output when you executed the above query ?
28 Oct 2024 09:26 AM
Hey I understood my mistake of time conversion. so this issue is resolved.
But I had a quick question.
These url will pull all the data? Or do i need to apply some pagination logic ?