The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

 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',
 );

DESCRIPTION

The method used to get domain aliasses for domain.

METHODS

get(%params)

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.

EXPORT

None.

SEE ALSO

Blank.

AUTHOR

Nikolay Shulyakovskiy <shulyakovskiy[at]rambler.ru>

COPYRIGHT AND LICENSE

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.