
WebService::Linode - Perl Interface to the Linode.com API.

Version 0.05

my $api = new WebService::Linode( apikey => 'your api key here');
print Dumper($api->linode_list);
$api->linode_reboot(linodeid=>242);
This module implements the Linode.com api methods. Linode methods have had dots replaced with underscores to generate the perl method name. All keys and parameters have been lower cased but returned data remains otherwise the same. For additional information see http://www.linode.com/api/autodoc.cfm

Optional Parameters:
Optional Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:
Optional Parameters:
Required Parameters:

Returns the ID for a domain given the name.
Takes a record name and domainid or domain and returns the resourceid.

Michael Greb, <mgreb@linode.com>, and Stan "The Intern Man" Schwertly

This module does not yet support the Linode API batch method, patches welcome.
Please report any bugs or feature requests to bug-webservice-linode at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-Linode. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc WebService::Linode
You can also look for information at:

Copyright 2008-2009 Linode, LLC, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.