Hello
I try to connect to opennebula using xmlrpc ip:2633/RPC2 and receive a faultcode
i think xmlrpc is not documented well in wiki so any one can give me a sample code that connect to opennebula and get a vm info with id 12 for example ?
thank you very much
You may want to look to:
1.- http://docs.opennebula.org/4.12/integration/system_interfaces/ruby.html
(RUBY Examples)
2.-
http://docs.opennebula.org/4.12/integration/system_interfaces/api.html#api
(XML-RPC)
3.- http://docs.opennebula.org/doc/4.12/oca/ruby/ (RUBY API)
4.- Take a look to the CLI of OpenNebula
In your case you probably need to pass the session (user:pass) string.