xapi-go
xapi-go copied to clipboard
A XAPI (XenServer API) go binding with native interfaces and structs. Still a work in progress, welcoming pull requests.
https://github.com/xenserver/go-xenserver-client was created by Citrix employees with the purpose of managing XenAPI using go. It would be ideal to merge these two efforts so a single binding existed.
I get this error: `Error connecting to XenServer: reading body error: type mismatch - can't unmarshal interface to string` with this code: ``` package main import ( "fmt" "github.com/softlayer/xapi-go" "log"...
Add feature transfer_vm like perl Xen API. https://github.com/djamps/migrate-vm/blob/master/lib/Xen/API.pm#L262 http://search.cpan.org/dist/Xen-API-0.08/lib/Xen/API.pm