Net::CloudStack is a module that provides Perl bindings for the CloudStack API.
SYNOPSIS
use Net::CloudStack;
my $api = Net::CloudStack->new(
base_url => 'http://...',
api_path => 'client/api?',
api_key => '< your api key >',
secret_key => '< your secret key >',
xml_json => 'json', #json or xml.xml is default.
send_request => 'yes', #yes or no.When you input yes,you can get json or xml as response.
);
$api->listVirtualMachines();
print $api->url;
print $api->response;
Product's homepage
Requirements:
· Perl