octavia/api-ref
Bar RH 3ada33d4c7 Fix filtering in list API calls
The API's filtering arguments were not handled properly, and
therefore, some were consistently ignored.
This patch resolves this by translating the argument names to
the ORM data model's fields, and then validating them.

Additionally, enforcing of arguments validity is now the default
behavior. Should unrecognized filtering arguments be entered,
the API call will fail with code 400.

Task: 5844
Story: 2001224

Change-Id: I8f61880d6c11037d32b96e9827fb4e810dc219c2
2017-12-05 16:13:56 +02:00
..
source Fix filtering in list API calls 2017-12-05 16:13:56 +02:00