The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

UTM5::URFAClient - Perl wrapper for Netup URFA Client

Using with UTM5::URFAClient::Daemon

VERSION

Version 0.54

SYNOPSIS

        use UTM5::URFAClient;
        my $client = new UTM5::URFAClient({
                url                     => 'http://example.com/',
        });
        print $client->whoami->{login};

SUBROUTINES/METHODS

new

Creates connection

        UTM5::URFAClient->new({<options>})
  • url

            Remote host and port with UTM5::URFAClient::Daemon daemon

whoami

        Returns current user info

user_list

        Returns user list
        Returns user list by criteria
        Not implemented in this version

get_user_groups

        Return users groups array

get_houses_list

        Return houses list

get_house

        Return house data

add_house

        Add new house

edit_house

        Edit house

get_ipzones_list

        Return ip-zones list

get_services_templates

        Returns services templates

get_services_list

        Returns services list

get_telephony_service

        Returns telephony service info

edit_telephony_service

        Updating telephony service

get_tariffs_list

        Returns tariffs list

get_tariff

        Returns tariff

get_directions_list

        Returns direction list

add_direction

        Add new direction

del_direction

        Delete direction

AUTHOR

Nikita Melikhov, <ver at 0xff.su>

BUGS

Please report any bugs or feature requests to bug-utm5-urfaclient at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=UTM5-URFAClient. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc UTM5::URFAClient

You can also look for information at:

LICENSE AND COPYRIGHT

Copyright 2011 Nikita Melikhov.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 60:

'=item' outside of any '=over'