Comment 11 for bug 1433304

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/32285
Committed: http://github.com/Juniper/contrail-controller/commit/2d8a2bf77beea4d2c560470af1c5b17aaa8a0251
Submitter: Zuul (<email address hidden>)
Branch: master

commit 2d8a2bf77beea4d2c560470af1c5b17aaa8a0251
Author: Hampapur Ajay <email address hidden>
Date: Tue May 30 10:24:28 2017 -0700

Implement pagination for collection in VNC API.

Add support for marker and count pagination parameters
in list API upon which collection is returned in batches.
A marker is returned back in every batch which is expected
to be sent back to get the next one. Marker is generated
by db layer (for efficient location of next batch) and
annotated by higher layers if needed (e.g. for sending
'shared' elements of collection).

Closes-Bug: #1433304
Change-Id: I4f728696c898cccdc339a1ec066ced14f7668558