Currently, os-instance-actions API does not support pagination.
As in production deployment the number of instance action records
can be also very large query them all can lead to performance
bottleneck, it will be very useful to support pagination.
Also, os-instance-actions API does not support filter the migration
record by last updated time. As for production deployment, an instance
can be up for a very long time, and the number of migration records
will also be very big. It will be very useful to support filter by
last update time.
APIImpact
DocImpact
Change-Id: I9ac4d73c120292fbe9e075d5da2549bdf6a6feaf
Implements: blueprint pagination-add-changes-since-for-instance-action-list