<div dir="ltr">Hi Alexander,<div><br></div><div>Is there any way to force reboot,if guest-agent removed form the guest machine ??</div><div><br></div><div>Thanks,</div><div>Punit</div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Fri, Aug 29, 2014 at 8:08 PM, Alexander Wels <span dir="ltr">&lt;<a href="mailto:awels@redhat.com" target="_blank">awels@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Friday, August 29, 2014 04:12:01 PM Shanil S wrote:<br>
&gt; Hi Juan,<br>
&gt;<br>
&gt; This is the normal reboot of the vm, right ?<br>
&gt;<br>
<br>
</div>Yes, you also need to have the guest agent installed on the guest for this to<br>
work properly.<br>
<div class="im HOEnZb"><br>
&gt; &gt; On 08/29/2014 12:09 PM, Shanil S wrote:<br>
&gt; &gt; &gt; Hi All,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; It is found that there is a function like guest reboot (<br>
&gt; &gt; &gt; <a href="http://www.ovirt.org/Features/Guest_Reboot" target="_blank">http://www.ovirt.org/Features/Guest_Reboot</a> ) Is there any rest api<br>
&gt; &gt; &gt; function for doing this guest reboot ? currently i found only one<br>
&gt; &gt; &gt; function for reboot (/api/vms/id/reboot). We are currently using the<br>
&gt; &gt; &gt; Ovirt 3.4.3 version<br>
&gt; &gt;<br>
&gt; &gt; Yes:<br>
&gt; &gt;<br>
&gt; &gt; #!/bin/sh -ex<br>
&gt; &gt;<br>
&gt; &gt; url=&quot;<a href="https://ovirt.example.com/ovirt-engine/api" target="_blank">https://ovirt.example.com/ovirt-engine/api</a>&quot;<br>
&gt; &gt; user=&quot;admin@internal&quot;<br>
&gt; &gt; password=&quot;******&quot;<br>
&gt; &gt;<br>
&gt; &gt; curl \<br>
&gt; &gt; --insecure \<br>
&gt; &gt; --request POST \<br>
&gt; &gt; --header &quot;Accept: application/xml&quot; \<br>
&gt; &gt; --header &quot;Content-Type: application/xml&quot; \<br>
&gt; &gt; --user &quot;${user}:${password}&quot; \<br>
&gt; &gt; --data &quot;&lt;action/&gt;&quot; \<br>
&gt; &gt; &quot;${url}/vms/dc7076ee-9ae7-4a14-bec6-7936f76b4375/reboot&quot;<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta<br>
&gt; &gt; 3ºD, 28016 Madrid, Spain<br>
&gt; &gt; Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.<br>
<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>