Welcome! Wikis are websites that everyone can build together. It's easy!

Management API

(XML-RPC)

Communication between oracle vm manager and server uses xmlrpc. Basic documentation can be view at https://<vm_server>:8899.

Oracle VM API bindings
  • .NET

References and Resources
  • XML-RPC.NET- library for implementing XML-RPC Services and clients in the .NET environment


Latest page update: made by Insystek , Nov 27 2007, 4:45 PM EST (about this update About This Update Insystek xmlrpc for .net library - Insystek

16 words added

view changes

- complete history)
Keyword tags: api management oracle vm rpc xml
More Info: links to this page

Anonymous  (Get credit for your thread)


Started By Thread Subject Replies Last Post
Insystek ovs-agent authentication 1 Dec 27 2007, 7:34 PM EST by tmro
Insystek
Thread started: Nov 27 2007, 11:38 AM EST  Watch
Does anyone know the exposed xmlrpc method to pass the username and password to the ovsagent? (i.e. session.login_with_password)

I am accessing the agent but, recieving an Code 403 Unauthorized HTTP Access attempt in the var/log/ovs-agent/ovs_root.log
0  out of 3 found this valuable. Do you?    
Keyword tags: api management oracle vm rpc xml
Show Last Reply
Insystek Oracle VM .NET bindings 0 Nov 30 2007, 11:54 AM EST by Insystek
Insystek
Thread started: Nov 30 2007, 11:54 AM EST  Watch
This is an example using xml-rpc for .NET for Oracle VM. I am using similar code to access other xml-rpc providers , yet this fails on Orcale VM. Any insight from the Oracle team would be appreciated.

I am accessing the agent but, recieving an Code 403 Unauthorized HTTP Access attempt in the var/log/ovs-agent/ovs_root.log


Sub Main()

Dim ovs As OracleVMAPI = New OracleVMAPI

' set a default CertificatePolicy that accepts ALL Server certificates
ServicePointManager.CertificatePolicy = New AcceptAllCertificatePolicy

ovs.Url = "https://10.0.1.90:8899"
ovs.Credentials = New NetworkCredential("admin", "password")
ovs.Credentials.GetCredential(New Uri(ovs.Url), "Basic")
ovs.PreAuthenticate = True

Try
Dim id As String = ovs.echo("This is as test")
Catch xrfe As XmlRpcFaultException
Console.WriteLine("ERROR: {0}", xrfe.FaultString)
End Try

End Sub

complete src: http://www.insystek.com/OraclVMAPIDownload.asp
0  out of 1 found this valuable. Do you?    
Keyword tags: api management oracle vm rpc xml
Insystek service ovs-agent configure 0 Nov 27 2007, 4:37 PM EST by Insystek
Insystek
Thread started: Nov 27 2007, 4:37 PM EST  Watch
ssl=disable

Is anyone else seeing the ovs-agent fail to restart with SSL disabled
Do you find this valuable?    
Keyword tags: api management oracle vm rpc xml

Related Content

(what's this?Related ContentThanks to keyword tags, links to related pages and threads are added to the bottom of your pages. Up to 15 links are shown, determined by matching tags and by how recently the content was updated; keeping the most current at the top. Share your feedback on Wetpaint Central.)