NAME

WWW::Parallels::Agent - Client implementation of the Parallels Virtual Agent API

SYNOPSIS

my $agent = WWW::Parallels::Agent->new(
	hostname    => "domain.tld",
	use_ssl     => 0,
	xsd_version => 4
);
$agent->system( login => {
	name     => "root",
	realm    => "00000000-0000-0000-0000-000000000000",
	password => "mysecret123"
} );
$agent->envm( suspend => { # suspend a VPS container
	eid => "e43581cb-f13a-324d-aab5-e356e19ebee4"
} );

AUTHOR

Richard Simões <rsimoes AT cpan DOT org>

COPYRIGHT AND LICENSE

Copyright © 2012 Richard Simões. This module is released under the terms of the Artistic License 2.0 and may be modified and/or redistributed under the same or any compatible license.