While going through several documentations on Apigee CPS changes, I came across this linke on deprecated features:
https://docs.apigee.com/release/deprecated-features
There is one listing which says that at a time top 100 KVM will be displayed after CPS migration:
In CPS-enabled organizations, the Get KVM APIs return a list of only the first 100 KVMs at that scope.
What does this mean?
If we have more than 100 KVM for a given environment, how do we retrieve the rest of the entries?
Will we still be able to read (GET) a KVM entry which is stored at 101 position and so on.. in a proxy?
Solved! Go to Solution.
The limit is for management APIs, you can use the "startkey" query param to paginate the results.