I am also having this issue using Python. Using the Last 15 Minutes example above, the Web UI generates a URL containing 'earliest=-15m&latest=now' .
I pass those parameters in JSON format exactly as it is displayed. Anybody have clues?
{'earliest':'-15m', 'latest':'now'} when executed returns ALL TIME, not last 15 minutes.
... View more