Read EKVM Values

Hi,

I have a requirement to get  eKVM values from a management API call,  but not masked values in response. please share ideas.

Thanks.

0 1 70
1 REPLY 1

I have a requirement to get eKVM values from a management API call, but not masked values in response. please share ideas.

You cannot do that, via a management API call, in other words, ,using an existing, documented, supported API call on the Apigee management interface.  It is possible to read values from the encrypted KVM, only with a runtime policy (KeyValueMapOperations).

If you really need to get the values, then you can build a proxy that acts as a "management interface". It would allow your management clients to read eKVM values. This proxy would act as a custom extension to the supported Apigee API surface.

Here is a good starting point.