summaryrefslogtreecommitdiff
path: root/ceilometerclient/v2/query.py
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTPClient from common Oslo codeekudryashova2014-07-311-3/+3
| | | | | | | | | In the process of unification of the clients code we should reuse common functionality from Oslo. bp common-client-library-2 Change-Id: I0e027c33ee42b6de032d33269caeea33e7837f40
* Improve a bit query APIBoris Pavlovic2014-06-151-1/+1
| | | | | | | | | | | | | | | | | | | Make QueryManager.query arguments optional. At this point we are forced to speicify all filter, orderby, limit arguments as well to save order. So for example if I would like to get only 20 records I have to write something like: ceilometer.query_sample.query(None, None, 20) instead of ceilometer.query_sample.query(limit=20) As this doesn't break backward compatibility it shouldn't be a big deal to merge it. Change-Id: I5d589b27cafabd22204585a76f107125b2f3c7bd
* Add complex query support for alarm historyIldiko Vancsa2014-03-181-1/+7
| | | | Change-Id: Ie41d9a0be73a525ae105262fb5859960bf9f9df6
* Add complex query support for alarmsBalazs Gibizer2014-03-181-0/+51
Change-Id: I3305d679d128562f7794a5cf460093981a601f7c