KeyValueMap getting overriden by other proxies on same ORG

Not applicable

I have many proxies with same name of KeyValueMap policy but with different initial values. Somehow one proxy is overriding those values of other proxies on same environment on same ORG. This issue I am seeing after last Edge Release of 2015-05-20.

0 2 105
2 REPLIES 2

I am guessing you are specifying an incorrect scope parameter. See here: http://apigee.com/docs/api-services/reference/key-value-map-operations-policy#ScopeElement

There are 4 scope values you can choose from:

  • organization
  • environment
  • apiproxy
  • policy

environment or organization will suit your needs better.

Hi @Ozan Seymen,

mostly is <Scope>apiproxy</Scope> & in only 1 scenario made it <Scope>environment</Scope>, after talking to apigee support. But all these key values were working fine previous to last release.