geoffgarside / xenapi

Xen API XMLRPC Client
MIT License
17 stars 5 forks source link

= XenApi

Xen API XMLRPC Client library for working with XenServers

== Quick Example

In this quick example we connect, login and invoke an API method.

client = XenApi::Client.new('http://xenapi.test') client.login_with_password('root', 'password') client.VM.get_all

This will likely be enough information to get you on your feet with the API, for more details see {XenApi::Client}.

== Note on Patches/Pull Requests

== Copyright

Copyright (c) 2010 Geoff Garside. See LICENSE for details.