All,
I'm using the SaaS controller. I'm familiar with metric rollup but there is a difference in data granularity between the SaaS UI and the output from the metric-data REST endpoint.
Currently I'm looking at some data in the UI and it shows 1 minute intervals for a week ago. However when I query the same approximate time range from the REST API, it's giving me 1 hour intervals. Rollup is false. I've tried adjusting the start time of my REST query to be < 1 week ago. The time range of my query is 2 hours.
Through trial and error, it looks like the API returns 1 hour granularity for times more than about 24 hours ago. Somewhere between 12-24 hours ago, I get 10 minute granularity and 1 minute for less than that.
Is there a way I can get the 1 minute granularity from REST. Obviously the data exists if the UI is showing it to me.
thanks