Is it possible to read all the Key Values from a KVM without knowing the keys?

I want to return all the key/values from a KVM as an API response, is there a simple way to do that without proving the keys. 

0 3 128
3 REPLIES 3

The short answer is no. This has been discussed in some prior threads. Here's one.

Thank you!

Have you tried this API?

POST:

https://apigee.googleapis.com/v1/organizations/{your-project}/environments/{your_env}/keyvaluemaps/{...

Authorization : Bearer {Your Token} 

Get your token from Google Cloud  Shell