engine communication with clients

Hello! I have a question about communication between end users (clients) and engine. From the documentation I see that it was planned to transfer everything to REST API. Is it achieved already? Or do some types of connection still use RPC protocol ( I know that engine and vdsm use libvirt, but not sure about engine and clients).

Hi! We currently use a mix of REST and GWT-RPC for browser-server communication: * most of the administration portal is implemented in GWT, and that part uses GWT-RPC * parts of the administration portal that are now broken out into not-GWT components are using REST (migrate-vm functionality, more to come; the dashboard uses its own custom REST endpoint via DashboadDataServlet) * vm portal (ovirt-web-ui project) uses REST Best wishes, Greg On Fri, May 11, 2018 at 10:38 AM, Anastasiya Ruzhanskaya < anastasiya.ruzhanskaya@frtk.ru> wrote:
Hello! I have a question about communication between end users (clients) and engine. From the documentation I see that it was planned to transfer everything to REST API. Is it achieved already? Or do some types of connection still use RPC protocol ( I know that engine and vdsm use libvirt, but not sure about engine and clients).
_______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org
-- GREG SHEREMETA SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX Red Hat NA <https://www.redhat.com/> gshereme@redhat.com IRC: gshereme <https://red.ht/sig>
participants (2)
-
Anastasiya Ruzhanskaya
-
Greg Sheremeta