cinder/cinder/api
wanghao 7e98d14a57 Support to query volume filter by updated_at/created_at
Support users can query resources by specifying the time
that resources are created at or updated at with time
comparison operators: "gt/gte/eq/neq/lt/lte",
and cinder will return all which match the condition.

The date and time stamp format is ISO 8601: CCYY-MM-DDThh:mm:ss±hh:mm.
The ±hh:mm value, if included, returns the time zone as an offset from UTC.

Add two filters updated_at and created_at in querying API.
"volumes/detail?created_at=gt:2016-01-01T01:00:00,lt:2016-12-31T01:00:00"

Change-Id: I1f43c37c2266e43146637beadc027ccf6dec017e
Partial-Implements: blueprint support-to-query-cinder-resources-filter-by-time-comparison-operators
Co-Authored-By: wangxiyuan <wangxiyuan@huawei.com>
2020-02-25 17:58:13 +08:00
..
contrib Merge "Support volume transfer `name` filters" 2020-02-19 01:13:35 +00:00
middleware Move some code out of utils.py 2019-08-26 11:34:20 -04:00
openstack Support to query volume filter by updated_at/created_at 2020-02-25 17:58:13 +08:00
schemas Add volume type name and description check when update volume type 2019-10-11 15:56:10 +08:00
v2 Fix KeyError exception when volume filter file does not exist 2019-12-31 09:56:46 +09:00
v3 Support to query volume filter by updated_at/created_at 2020-02-25 17:58:13 +08:00
validation Fix duplicated words issue like " should should " 2020-01-06 10:53:18 +08:00
views Fix issue of getting detail backups list info 2019-08-02 03:17:29 +00:00
__init__.py Remove API v1 2017-09-06 07:39:10 -05:00
api_utils.py Move some code out of utils.py 2019-08-26 11:34:20 -04:00
common.py Support to query volume filter by updated_at/created_at 2020-02-25 17:58:13 +08:00
extensions.py Enable flake8-logging-format extension 2020-01-09 14:35:20 -06:00
microversions.py Support to query volume filter by updated_at/created_at 2020-02-25 17:58:13 +08:00
urlmap.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
versions.py Exclude disabled API versions from listing 2018-09-26 23:31:46 +00:00