I see from the doc that KVMs can be managed through API calls, but am curious if there is a user-interface that can be used to manage them. Thanks.
Answer by arghya das · May 21, 2016 at 02:39 AM
The UI only exposes the environment level KVM. For the org level KVM you have to use the management apis or the KeyValueMapOperations using the Set method in a proxy.
Answer by Trung Lam · May 20, 2016 at 08:48 PM
You can add KVM through the management ui.
On the top navigation bar, hover over "APIs" and select "Environment Configurations". From there, there's a tab for KVM.
Thanks for the quick response. I checked and can indeed add on there. I take it these are specific to environments though, and not organizations, and I can only add organization KVMs via the API?