NAME
xen - A perl REPL interface to the Xen XML-RPC API.
SYNOPSIS
xen [-help] <command files> ...
USAGE
You will probably want to first instantiate a Xen connection:
$x=Xen::API->new('servername')
or
$x=xen 'servername'
All XenAPI commands are available for use. Simply add the Xen object as the first parameter, and replace any dots with double-colons in the command name, e.g.:
VM.get_all_records -> $x->VM::get_all_records()
The Xen API documentation can be found here:
http://docs.vmd.citrix.com/XenServer/6.1.0/1.0/en_gb/
http://docs.vmd.citrix.com/XenServer/6.1.0/1.0/en_gb/api/
help
Displays a help message.