Hi @jdaggett 
I've managed to overcome most of the issues using the following signature
MeterApi.listMeters(QueryOptions... options) 
where QueryOptions is extending the BaseHttpRequestOptions class.

i'm now left with the following -
meters and samples can get query params, problem is they cant be sent as 
null/empty string since ceilometer fails. example - {"filter": "", "orderby": 
"", "limit": ""}

need a way to avoid sending empty query params, any idea?


---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/166#issuecomment-61399081

Reply via email to