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:
help
Displays a help message.