Retrival of all the Key Value Map values for a specific environment.

Is there any method to get all the Key Value Map values for a specific environment (for all keys) ?

Solved Solved
0 3 614
1 ACCEPTED SOLUTION

Yes. You can use the following API, set the value of input "expand" to "true".

https://api.enterprise.apigee.com/v1/organizations/<org_name>/environments/<env_name>/keyvaluemaps

You can find more details here

View solution in original post

3 REPLIES 3

Not applicable

Hi @praveen p

Please use the MGMT API call to do CRUD on KVM maps for the environment.

Docs ref - http://apigee.com/docs/api-services/content/environment-keyvalue-maps

Yes. You can use the following API, set the value of input "expand" to "true".

https://api.enterprise.apigee.com/v1/organizations/<org_name>/environments/<env_name>/keyvaluemaps

You can find more details here

How the same can be done for an On-premise?