tacker/tacker/api/common
Tsukasa Inoue 7add037259 Fix status code for invalid filter conditions
The current tacker returns 500 Internal Server Error to requests with
invalid filter conditions where a VNFID is not UUID. However, as the
error is caused by a bad request, the status code should be 400.

This bug occurs because data types of 'id' and 'vnfd_Id' in TackerObject
are 'string' which don't match the data types in DB, i.e., UUID. In
order to fix this bug, those data types in TackerObject are changed to
'uuid'.

Closes-Bug: 1924666
Closes-Bug: 1926632
Change-Id: I8decbb42d661a44c6c382cb1abbfc37d95084ffb
2021-09-13 15:30:52 +09:00
..
__init__.py Add filter rule engine to process filter query 2020-04-23 09:38:14 +00:00
_filters.py Fix status code for invalid filter conditions 2021-09-13 15:30:52 +09:00
attribute_filter.py Enhancement of get VNF LCM operation occurrence 2021-03-26 03:01:10 +00:00