[Engine-devel] missing javadoc for restapi?

Hi, we are not able to find the javadoc for the restapi. I can find the javadoc for the java sdk but not for REST. Are we looking in the wrong place? Any links or help would be appreciated! -- Mit freundlichen Grüßen / Regards Sven Kieske Systemadministrator Mittwald CM Service GmbH & Co. KG Königsberger Straße 6 32339 Espelkamp T: +49-5772-293-100 F: +49-5772-293-333 https://www.mittwald.de Geschäftsführer: Robert Meyer St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen

I'm asking because the rsdl is not correct about cloud-init, specific: http://www.ovirt.org/Features/Cloud-Init_Integration e.g. it is not mentioned that there is an collection "ips", not in the wiki and not in the rsdl. ATM our developers are cursing at me/ovirt. I'd like to stop this asap. Am 20.12.2013 11:47, schrieb Sven Kieske:
Hi,
we are not able to find the javadoc for the restapi. I can find the javadoc for the java sdk but not for REST.
Are we looking in the wrong place? Any links or help would be appreciated!
-- Mit freundlichen Grüßen / Regards Sven Kieske Systemadministrator Mittwald CM Service GmbH & Co. KG Königsberger Straße 6 32339 Espelkamp T: +49-5772-293-100 F: +49-5772-293-333 https://www.mittwald.de Geschäftsführer: Robert Meyer St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen

----- Original Message -----
From: "Sven Kieske" <S.Kieske@mittwald.de> To: engine-devel@ovirt.org Sent: Friday, December 20, 2013 12:56:32 PM Subject: Re: [Engine-devel] missing javadoc for restapi?
I'm asking because the rsdl is not correct about cloud-init, specific:
http://www.ovirt.org/Features/Cloud-Init_Integration
e.g. it is not mentioned that there is an collection "ips", not in the wiki and not in the rsdl.
ATM our developers are cursing at me/ovirt.
I'd like to stop this asap.
what version are you working on? please note that <network> under <cloud_init> was changed to <network_configuration> recently. i've updated the wiki as well. if this doesn't help, please attach the xml you are using and i could try and look for the error.
Am 20.12.2013 11:47, schrieb Sven Kieske:
Hi,
we are not able to find the javadoc for the restapi. I can find the javadoc for the java sdk but not for REST.
Are we looking in the wrong place? Any links or help would be appreciated!
-- Mit freundlichen Grüßen / Regards
Sven Kieske
Systemadministrator Mittwald CM Service GmbH & Co. KG Königsberger Straße 6 32339 Espelkamp T: +49-5772-293-100 F: +49-5772-293-333 https://www.mittwald.de Geschäftsführer: Robert Meyer St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen _______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

On 12/20/2013 12:56 PM, Sven Kieske wrote:
I'm asking because the rsdl is not correct about cloud-init, specific:
http://www.ovirt.org/Features/Cloud-Init_Integration
e.g. it is not mentioned that there is an collection "ips", not in the wiki and not in the rsdl.
Omer?
ATM our developers are cursing at me/ovirt.
I'd like to stop this asap.
Am 20.12.2013 11:47, schrieb Sven Kieske:
Hi,
we are not able to find the javadoc for the restapi. I can find the javadoc for the java sdk but not for REST.
Are we looking in the wrong place? Any links or help would be appreciated!
-- Michael Pasternak RedHat, ENG-Virtualization R&D

Sven, if you would like to develop against REST-API ============================================= REST-API is a web application, there is no javadoc for it simply because you should develop against HTTP interface, we have RSDL (RESTful service description language) that you can use as api documentation [1]. [1] http(s)://server[:port]/api?rsdl http(s)://server[:port]/ovirt-engine/api?rsdl if you would like to develop the REST-API itself ================================================ you working against the actual sources (not installed jar), so you don't need any javadoc to be installed. hope it helps. On 12/20/2013 12:47 PM, Sven Kieske wrote:
Hi,
we are not able to find the javadoc for the restapi. I can find the javadoc for the java sdk but not for REST.
Are we looking in the wrong place? Any links or help would be appreciated! -- Mit freundlichen Grüßen / Regards Sven Kieske Systemadministrator Mittwald CM Service GmbH & Co. KG Königsberger Straße 6 32339 Espelkamp T: +49-5772-293-100 F: +49-5772-293-333 https://www.mittwald.de Geschäftsführer: Robert Meyer St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen _______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
-- Michael Pasternak RedHat, ENG-Virtualization R&D
participants (3)
-
Michael Pasternak
-
Omer Frenkel
-
Sven Kieske