vmware-archive / powernsx

PowerShell module that abstracts the VMware NSX-v API to a set of easily used PowerShell functions
173 stars 90 forks source link

Add pagination support #639

Closed dcoghlan closed 3 years ago

dcoghlan commented 3 years ago

Pagination support for the following cmdlets. These are required when environments have over 1024 security tags or service composer security policies

dcoghlan commented 3 years ago

jenkins test this please

powernsxbot commented 3 years ago

Tests Successful

alagoutte commented 3 years ago

it is not possible to include directly on Invoke-NSXRestMethod ?

dcoghlan commented 3 years ago

it is not possible to include directly on Invoke-NSXRestMethod ?

it is possible, but would take substantially more amount of time and effort to implement and make sure we didn't break anything, not to mention that there are multiple implementations of pagination implemented within the NSX-v API, so it would need to account for all the differing implementations.