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.

KVM not working as expected

Hi,

I have created a KVM entry using the below API management.

https://apidocs.apigee.com/management/apis/post/organizations/%7Borg_name%7D/environments/%7Benv_nam...

Below is the config in my KVM policy.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<KeyValueMapOperations async="false"
                       continueOnError="false"
                       enabled="true"
                       name="Key-Value-Map-Operations-1"
                       mapIdentifier="kvm-poc">
  <DisplayName>Key Value Map Operations-1</DisplayName>
  <Properties/>
  <ExclusiveCache>false</ExclusiveCache>
  <ExpiryTimeInSecs>300</ExpiryTimeInSecs>
  <Get assignTo="private.user" index="1">
    <Key>
      <Parameter>user1</Parameter>
    </Key>
  </Get>
  <Scope>environment</Scope>
</KeyValueMapOperations>

But I see KVM is not picking up the parameter,I dont see variable "user" in the trace. Could anyone pls help?

1 6 837
6 REPLIES 6