<div dir="ltr">Hi all,<div><br></div><div>I'm working on add pagination and timestamp filter for os-instance-actions API:</div><div><a href="https://review.openstack.org/#/c/326326/">https://review.openstack.org/#/c/326326/</a><br></div><div>As Alex_xu pointed out that it will be better to filter by `updated_at` for timestamp filter which is reasonable, but when I tried to modify the patch I found out that:</div><div><br></div><div>1. The current APIs only called _record_action_start (objects.InstanceAction.action_start) and never call action_finish, so the field of `finish_time` is always empty in instance_actions table;</div><div><br></div><div>2. The updated_at field is also empty, should we sync the updated_at time to the created_at time when we create the action and also update it whenever the action status changed, e.g finished.</div><div><br></div><div>Thanks,</div><div>Kevin Zheng</div></div>