Sure.
I override get() and add() in my BackendVmMytestsResource.java
GET works and POST not.
 
From: Ondra Machacek
Date: 2018-04-12 16:25
To: gss...@pku.edu.cn; users
Subject: Re: [ovirt-users] Some questions about Ovirt REST API
Ah sorry, POST isn't working and GET works, I misread it.
 
Can you please share the generated file:
 
{project_path}/backend/manager/modules/restapi/interface/definition/target/generated-sources/model/org/ovirt/engine/api/resource/VmMytestResource.java
 
Maybe you can even send patches to review as draft for start, we could
better understand the patch then.
 
On 04/12/2018 10:14 AM, gss...@pku.edu.cn wrote:
> Do you mean /@override/ /getMytestsResource() / in BackendVmResource ?
> I have done that, otherwise GET would not pass.
> 
>     *From:* Ondra Machacek <mailto:omach...@redhat.com>
>     *Date:* 2018-04-12 15:43
>     *To:* gss...@pku.edu.cn <mailto:gss...@pku.edu.cn>; users
>     <mailto:users@ovirt.org>
>     *Subject:* Re: [ovirt-users] Some questions about Ovirt REST API
>     On 04/11/2018 08:19 AM, gss...@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@ovirt.org
>      > http://lists.ovirt.org/mailman/listinfo/users
>      >
> 

Attachment: VmMytestResource.java
Description: Binary data

_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to