Hi Scott, AFAIK (maybe someone will correct me) - restart via ssh is GUI internal action and it has not been yet exposed via REST API. On GUI side it is triggered by the following method: https://github.com/oVirt/ovirt-engine/blob/d3244813f7d0ddee46e2487bc8c931bcd7456498/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostListModel.java#L1475
And on backend it goes to: https://github.com/oVirt/ovirt-engine/blob/ede62008318d924556bc9dfc5710d90e9519670d/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SshHostRebootCommand.java Artur On Fri, Oct 18, 2019 at 12:38 PM <[email protected]> wrote: > Hi, I am currently trying to restart a host, ie send it into reboot state, > and then up, using the Restart button below SSH Management in the UI. How > is this achieved? I don't see a restart option in any of the host > endpoints. TIA > _______________________________________________ > Devel mailing list -- [email protected] > To unsubscribe send an email to [email protected] > 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/[email protected]/message/52J2Y7LJ4MUAGLTYPREQ3GEJVPVS7GFU/ > -- Artur Socha Senior Software Engineer, RHEV Red Hat <https://www.redhat.com> <https://www.redhat.com>
_______________________________________________ Devel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]/message/MD26RIS4Q3R7VHFGUCJFZ52PF345MJ2X/
