Skip to content

timeweb/exapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Erlang wrapper for xenserver api.

Example

{% highlight erlang %} 1> {ok, Pid} = exapi:start_link("xen", "password"). 2> exapi_vm:get_by_name_label(Pid, "test"). ["OpaqueRef:f8e6019b-f1c1-5a3b-23ad-d87bf281deff"] {% endhighlight %}

About

Erlang wrapper for xenserver api

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 93.9%
  • Makefile 6.1%