Is there a limit on KVM entries post CPS migration

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 Solved
0 1 255
1 ACCEPTED SOLUTION

The limit is for management APIs, you can use the "startkey" query param to paginate the results.

https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/environments/%7Benv_name...

View solution in original post

1 REPLY 1

The limit is for management APIs, you can use the "startkey" query param to paginate the results.

https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/environments/%7Benv_name...