Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

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 209
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