Updating KVM value using python script,Posting KVM value using python

Hi Team ,

I need to update my KVM value using python. I couldn't find a sample here. Is it possible to update the same?

If so , can i get a sample for this?

,

Hi ,

I need to save my KVM value by configuring it via python script. Is there an option to do the same?

If so can i get an example?

Thanks,

Shilpa

0 2 147
2 REPLIES 2

No, I don't think so.

When you say "update my KVM" do you mean that you want to make the update happen within the context of an API request?

If so, You can use the KVM POLICY to update the KVM.

Not applicable

you have PUT operation in KVM policy to update KVM values.

If you want any coding then management API call is there. But calling management api call inside a proxy is not suggested.