Unable to retrieve all the values from KVM?

I have created a KVM with 1005 keys and values. When I tried to retrieve all the data by using the management API, I am responded with only 1000 keys and values.

How Should I interpret this? only 1000 key values are stored or 1005 values are stored but retrieved only 1000 values.

@Siddharth Barahalikar @Sai Saran Vaidyanathan @Dino @Anil Sagar @ Google

0 7 386
7 REPLIES 7

Additional Info: environment level KVM

Not encrypted

Which API are you using to get the keys ?

@Arun Prasath Sivanesan

Looks like the Mgmt API only returns a max of 1000 records. However it can store more than 1000. If you know the key, you can just use this API to get the value.

Wondering why you would need that many ? Any chance you can move that to an external system or break it down to multiple KVMs?

Unfortunately, we could not break it down to multiple KVMs or move to an external system. The purpose is to validate the data.

OK - hope your issue is resolved?

Do we have any work around or pagination to result all the kvm value over 1000 ?