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.

Solved Solved
0 2 1,065
2 ACCEPTED SOLUTIONS

Not applicable

Yes, using management api call you can create kvm,

For organization kvm

Url: http://msip:8080/v1/o/<orgname>/keyvaluemaps

For environment kvm

Url:

http://msip:8080/v1/o/<orgname>/e/<envname>/keyvaluemaps

Use Post to create new kvm

Use put to update existing kvm, path : keyvaluemaps/<kvmname>

View solution in original post

2 REPLIES 2

There are Management APIs for manipulating KVM.

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

Not applicable

Yes, using management api call you can create kvm,

For organization kvm

Url: http://msip:8080/v1/o/<orgname>/keyvaluemaps

For environment kvm

Url:

http://msip:8080/v1/o/<orgname>/e/<envname>/keyvaluemaps

Use Post to create new kvm

Use put to update existing kvm, path : keyvaluemaps/<kvmname>