diff --git a/doc/source/webapi/v2.rst b/doc/source/webapi/v2.rst index 3ecd26aa6..373f22943 100644 --- a/doc/source/webapi/v2.rst +++ b/doc/source/webapi/v2.rst @@ -50,7 +50,9 @@ should be a list of Query data structures. Whatever the endpoint you want to apply a filter on, you always filter on the fields of the *Sample* type (for example, if you apply a filter on a query for statistics, you won't target *duration_start* field of *Statistics*, but *timestamp* -field of *Sample*): +field of *Sample*). You may also apply filters based on the values of one +or more of the *resource_metadata* field, in which case you should target +*metadata.*. .. autotype:: ceilometer.api.controllers.v2.Query :members: