<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 24, 2016 at 6:59 PM, Ollie Armstrong <span dir="ltr">&lt;<a href="mailto:ollie@fubra.com" target="_blank">ollie@fubra.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Thanks for the reply Gonza.  When you&#39;ve quoted what you&#39;ve used, what<br>
should I use for &quot;ticket_content&quot; in this case? Is that the literal<br>
string there?<br></blockquote><div><br></div><div>Apparently you can get it as well with something like &quot;&lt;action&gt;&lt;proxy_ticket&gt;&lt;/proxy_ticket&gt;&lt;/action&gt;&quot;.</div><div><br></div><div>Only thing to change then is between curly brackets {}.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class=""><div class="h5"><br>
On 24 March 2016 at 17:52, Gonzalo Rafuls &lt;<a href="mailto:gonza@redhat.com">gonza@redhat.com</a>&gt; wrote:<br>
&gt; I was able to get the proxy ticket with curl like this:<br>
&gt;<br>
&gt; # curl -k -X POST \<br>
&gt; -H &quot;Authorization: Basic YWRLKDFLKnfLfdNLDKDFnsldssL2&quot; \<br>
&gt; -H &quot;Accept: application/xml&quot; \<br>
&gt; -H &quot;Content-Type: application/xml&quot; \<br>
&gt; -d<br>
&gt; &quot;&lt;action&gt;&lt;proxy_ticket&gt;&lt;value&gt;ticket_content&lt;/value&gt;&lt;/proxy_ticket&gt;&lt;/action&gt;&quot;<br>
&gt; \<br>
&gt; -L<br>
&gt; https://{engine}:443/ovirt-engine/api/vms/{vm:id}/graphicsconsoles/{graphicsconsole:id}/proxyticket<br>
</div></div></blockquote></div><br></div></div>