Skip to content

Commit e0fe953

Browse files
ZhyliaievDAndrey Volchkov
andauthored
fix: NSX SDK list operations are pageable: the API returns a non-null and non-empty (#12834)
`cursor` field when more pages are available. The previous implementation only fetched the first page and ignored pagination. This change updates the list retrieval flow to: - follow the `cursor` chain until no further pages exist - accumulate items from all pages - return a single merged result to the caller This ensures that list operations return the complete dataset rather than just the first page. Co-authored-by: Andrey Volchkov <avolchkov@playtika.com>
1 parent 05c5963 commit e0fe953

File tree

3 files changed

+350
-41
lines changed

3 files changed

+350
-41
lines changed

0 commit comments

Comments
 (0)