Hi Can anyone plz help me on how to specify a simple query with multiple values for a query field in a Ceilometer meter-list request? I need to fetch meters that belongs to more than one project id. I have tried the following query format, but only the last query value (in this case, project_id= d41cdd2ade394e599b40b9b50d9cd623) is used for filtering. Any help is appreciated here.
curl -H 'X-Auth-Token:<token>' http://localhost:8777/v2/meters?q.field=project_id&q.op=eq&q.value=f28d2e522e1f466a95194c10869acd0c&q.field=project_id&q.op=eq&q.value=d41cdd2ade394e599b40b9b50d9cd623 Thanks Srikanth
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev