[ovirt-users] Some questions about Ovirt REST API

gsswzt at pku.edu.cn gsswzt at pku.edu.cn
Thu Apr 12 08:14:16 UTC 2018


Do you mean @override getMytestsResource()  in BackendVmResource ?
I have done that, otherwise GET would not pass.
From: Ondra Machacek
Date: 2018-04-12 15:43
To: gsswzt at pku.edu.cn; users
Subject: Re: [ovirt-users] Some questions about Ovirt REST API
 
 
On 04/11/2018 08:19 AM, gsswzt at pku.edu.cn wrote:
> Hi,
> 
> I wants to creating my own service under ../vms/{vmid}/myservice.Here is 
> my methods:
> 
> 1. create VmMytestService in 
> /https://github.com/oVirt/ovirt-engine-api-model project./
> add/@Service VmMytestService mytests() in /VmService .java
> 2. mvn install it and change the root pom.xml 
> /<model.version>4.3.9-SNAPSHOT</model.version> / in my Ovirt project.
> 3.create BackendVmMytestService implements VmMytestResource
 
Did you also in BackendVmResource implemented 'mytests' method?
 
> 4.override /get() and add() /methods.
> 
> After that, I use /curl/  tool to send GET and POST request. GET is 
> working and return.
> However, I get this return after POST request.
> 
> Would you help me with that issue?
> 
> Thanks,
> wenzt
> 
> 
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20180412/dbdbca93/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Catch9731.jpg
Type: image/jpeg
Size: 89853 bytes
Desc: not available
URL: <http://lists.ovirt.org/pipermail/users/attachments/20180412/dbdbca93/attachment.jpg>


More information about the Users mailing list