我正试图通过rest api获取一堆云高仪数据。我试图获取实例列表,所以我通过rest API url获取实例列表:
http://IPADDR:8777/v2/meters/instance
但对于相对较小的云(10个实例),响应json的大小超过45 mb。经过进一步调查后,云高仪似乎从每个实例的多个日期返回数据。
我可以通过简单的查询来过滤它,以便在某个点之后只获取条目,但是如何只获取每个实例的最新条目?
谢谢!
答案 0 :(得分:1)
there is a limit parameter you can pass in: http://docs.openstack.org/developer/ceilometer/webapi/v2.html#get--v2-meters-(meter_name)
as a sidenote, you can also ask questions to openstack-dev and openstack-operators mailing lists