
API::Plesk::DomainAliaeses - extension module to support operations with domainaliases.

Directly not used, calls via API::Plesk.
use API::Plesk;
my $plesk_client = API::Plesk->new(%params);
# See documentations for API::Plesk
$plesk_client->DomainAliases->get(
domain_name => 'yandex.ru',
);

The method used to get domain aliasses for domain.

Params:
id - alias id in Plesk. name - alias name in Plesk. domain_id - domain id in Plesk. domain_name - domain name.
Return:
response object with created domainaliases id in data filed.

None.

Blank.

Nikolay Shulyakovskiy <shulyakovskiy[at]rambler.ru>

Copyright (C) 2009 by Nikolas
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.