Setting Start Running On Specific host radio button via the SDK

Hi I'm looking to target the radio button for Specific host, Does anyone have info on what SDK object controls this feature? Even better if anyone can point me towards some documentation that maps oVirt UI functionality to the SDK endpoints? Best Regards Donagh

FYI I can set the specific host value with this REST command, but this doesn't set the radio button vms.update() .vm(vm().placementPolicy( vmPlacementPolicy() .hosts(host() .name(vdsmHostName))));

Hi, On Mon, Aug 12, 2019 at 8:07 PM <donagh.moran@oracle.com> wrote:
Hi
I'm looking to target the radio button for Specific host, Does anyone have info on
What exactly are you looking for?
what SDK object controls this feature? Even better if anyone can point me towards some documentation that maps oVirt UI functionality to the SDK endpoints?
I don't think there is a anything as such. Maybe other can help. You can go through the examples here [1].
Best Regards Donagh _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/site/privacy-policy/ oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/UU5BIFEVUW3XPZ...
[1] https://github.com/oVirt/ovirt-engine-sdk/tree/master/sdk/examples -- Thanks, Kaustav Majumder
participants (2)
-
donagh.moran@oracle.com
-
Kaustav Majumder