Count entries of a KVM

Is it possible to count the number of entries in a KVM?

https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/environments/%7Benv_name...
I see that in management API there is a parameter. Even there is no identifies which I can use to do another call programmatically.

1 2 149
2 REPLIES 2

If I use this call

curl -i -n $mgmtserver/ v1/ o/ ORG/ e/ ENV/ keyvaluemaps/ KVM-MAP-NAME

... I see the list of all entries.

Does this work for you?

Thanks Dino, this gives you only 100 entries right? If count query parameter is used, that will give max 1000 entries. I have more