I am not using short durations because it returns an empty usage. a-b can be one day, two days, even 5 days and the inconsistency is still happening. I would like an interval of one hour, but that always returns an empty usage, so I am trying with intervals of 6 hours or more. I am already using /networks/{networkID}/clients/usageHistories and the returned values are consistent, logical and expected. The problem that I am having it seems to be only with the application usage and it doesn't seem to match much with the usage history in some intervals, no matter their size. I know there is a request /networks/:networkId/clients/:clientId/trafficHistory that gives, among other things, the daily application usage for a single client but I rather use the other option because I was hopping to get the data in a smaller granularity and make the request for multiple users at the same time. I have yet to verify that this variant gives the expected results.
... View more