I installed ApigeeX eval version. I can't see the caches under Environments and I am not able to create KVM's. I tried to get to caches by entering the URL path and it shows the I don't have access.
I am logged in as the owner so I should have all the permissions.
Please suggest what am I missing?
Solved! Go to Solution.
1. On Apigee X, there's no admin of caches. Instead, the cache is created automatically when you deploy an API Proxy using a caching policy. Refer to this doc
2. On Apigee X, you can create a KVM but you cannot directly modify the key value pairs within. You need to use the KVM policy in an API Proxy.
See this doc here.
Depending on your use case, you could create an API Proxy to act as a KVM Management API as per this example, or look at Property Sets if you have static configuration data that's not sensitive.