<html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><style>body { line-height: 1.5; }blockquote { margin-top: 0px; margin-bottom: 0px; margin-left: 0.5em; }body { font-size: 10.5pt; font-family: ????; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
Sorry for one more question.<div><br><div>I want add an Action like .../vms/{vm:ID}/myaction</div><div>So,</div><div>1. I add api in api-model project and mvn clean install.</div><div>2. After mvn clean install my ovirt engine project. I get the generated file : VmResource</div><div><span style="color: rgb(0, 0, 0); font-size: 10.5pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">&nbsp; &nbsp; In that file I get&nbsp;</span></div><div><img src="cid:_Foxmail.1@c242359c-c59c-ebd7-2fc6-ea25813a876d" border="0" style="font-size: 10.5pt; line-height: 1.5; background-color: transparent;">&nbsp;</div><div>Question: I cant find&nbsp;<i style="font-size: 10.5pt; line-height: 1.5; background-color: transparent;">href&nbsp;</i><span style="font-size: 10.5pt; line-height: 1.5; background-color: transparent;">&nbsp;</span><i style="font-size: 10.5pt; line-height: 1.5; background-color: transparent;">'myaction' </i><span style="font-size: 10.5pt; line-height: 1.5; background-color: transparent;">&nbsp; in GET request feedback.xml &nbsp;&lt;actions&gt;....&lt;/actions&gt;</span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: transparent;">I must have misunderstood sth.</span></div><div><span style="font-size: 10.5pt; line-height: 1.5; background-color: transparent;"><br></span></div><div>
<blockquote style="margin-Top: 0px; margin-Bottom: 0px; margin-Left: 0.5em"><div>&nbsp;</div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><div style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 12px;FONT-FAMILY:tahoma;COLOR:#000000; BACKGROUND: #efefef; PADDING-BOTTOM: 8px; PADDING-TOP: 8px"><div><b>From:</b>&nbsp;<a href="mailto:omachace@redhat.com">Ondra Machacek</a></div><div><b>Date:</b>&nbsp;2018-04-12&nbsp;16:25</div><div><b>To:</b>&nbsp;<a href="mailto:gsswzt@pku.edu.cn">gsswzt@pku.edu.cn</a>; <a href="mailto:users@ovirt.org">users</a></div><div><b>Subject:</b>&nbsp;Re: [ovirt-users] Some questions about Ovirt REST API</div></div></div><div><div>Ah sorry, POST isn't working and GET works, I misread it.</div>
<div>&nbsp;</div>
<div>Can you please share the generated file:</div>
<div>&nbsp;</div>
<div>{project_path}/backend/manager/modules/restapi/interface/definition/target/generated-sources/model/org/ovirt/engine/api/resource/VmMytestResource.java</div>
<div>&nbsp;</div>
<div>Maybe you can even send patches to review as draft for start, we could</div>
<div>better understand the patch then.</div>
<div>&nbsp;</div>
<div>On 04/12/2018 10:14 AM, gsswzt@pku.edu.cn wrote:</div>
<div>&gt; Do you mean /@override/ /getMytestsResource() / in BackendVmResource ?</div>
<div>&gt; I have done that, otherwise GET would not pass.</div>
<div>&gt; </div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; *From:* Ondra Machacek &lt;mailto:omachace@redhat.com&gt;</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; *Date:*&nbsp;2018-04-12&nbsp;15:43</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; *To:* gsswzt@pku.edu.cn &lt;mailto:gsswzt@pku.edu.cn&gt;; users</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:users@ovirt.org&gt;</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; *Subject:*&nbsp;Re: [ovirt-users] Some questions about Ovirt REST API</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; On 04/11/2018 08:19 AM, gsswzt@pku.edu.cn wrote:</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Hi,</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; I wants to creating my own service under</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ../vms/{vmid}/myservice.Here is</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; my methods:</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; 1. create VmMytestService in</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; /https://github.com/oVirt/ovirt-engine-api-model project./</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; add/@Service VmMytestService mytests() in /VmService .java</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; 2. mvn install it and change the root pom.xml</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; /&lt;model.version&gt;4.3.9-SNAPSHOT&lt;/model.version&gt; /&nbsp;in my Ovirt project.</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; 3.create BackendVmMytestService implements VmMytestResource</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Did you also in BackendVmResource implemented 'mytests' method?</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; 4.override /get() and add() /methods.</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; After that, I use /curl/&nbsp; tool to send GET and POST request. GET is</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; working and return.</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; However, I get this return after POST request.</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Would you help me with that issue?</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Thanks,</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; wenzt</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; _______________________________________________</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Users mailing list</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Users@ovirt.org</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt; http://lists.ovirt.org/mailman/listinfo/users</div>
<div>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;</div>
<div>&gt; </div>
</div></blockquote>
</div></div></body></html>