<div dir="ltr"><div><div><div>Hi,<br><br></div>I have an API filtering question. I would like to list the values of a 
counter for multiple resources with one query request. For instance: 
getting the cpu counter for both resources with id R1 and R2:<br>

<p>Send a GET request for /v2/meter/cpu with the following query:</p><p>{"field": "resource_id",

</p><p>     "op": "eq",</p>

<p>     "value":
"R1"}</p><p>OR<br></p>

<p>   {"field": "resource_id",</p>

<p>     "op": "eq",</p>

<p>     "value":
"R2"}</p>

If I know right, the OR relation between the fields of the query is not 
supported in the grizzly release. Is there any support for this in the 
current development cycle or any plan for implementing this filtering 
option?<br>
<br></div>Thanks and Best Regards,<br></div>/Ildiko</div>