Can I create KVM by using command line or CURL?

Hi, community.

I would like to know about the Key Value Maps.

Can I create, update or delete it by using command line or CURL?

If it is possible to do, please guide me.

Thank you.

There are Management APIs for manipulating KVM.

https://apidocs.apigee.com/docs/key-value-maps/1/overview

1 Like

Yes, using management api call you can create kvm,

For organization kvm

Url: http://msip:8080/v1/o//keyvaluemaps

For environment kvm

Url:

http://msip:8080/v1/o//e//keyvaluemaps

Use Post to create new kvm

Use put to update existing kvm, path : keyvaluemaps/