Hi,
I have created a KVM entry using the below API management.
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?