Already a member?
Sign in
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
References and Resources
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
xmlrpc for .net library
- Insystek
16 words added
view changes
- complete history)
16 words added
view changes
- complete history)
Keyword tags:
api
management
oracle vm
rpc
xml
More Info: links to this page
| Started By | Thread Subject | Replies | Last Post | |
|---|---|---|---|---|
| Insystek | ovs-agent authentication | 1 | Dec 27 2007, 7:34 PM EST by tmro | |
|
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
|
||||
| Insystek | Oracle VM .NET bindings | 0 | Nov 30 2007, 11:54 AM EST by 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 | |

