We've created a Perl module that makes communicating with the ZipTie server's webservices trivial.
C:\> ppm install ZipTie-Client
[root@localhost ~]$ perl -MCPAN -e "install ZipTie::Client"
The main perldoc for the ZipTie::Client module can be found on CPAN. http://search.cpan.org/perldoc?ZipTie::Client
A few examples can also be found on the CPAN site. http://search.cpan.org/src/LBAYER/ZipTie-Client-1.3/
All of these scripts are writen to work against a server on localhost. They are designed to be examples of what you can do with the client module.
| Script | Description |
| backup.pl | Triggers a backup of devices. |
| config.pl | Shows configuration information for a device. |
| discover.pl | Kicks off a discovery for a set of devices. |
| import.pl | Imports devices from a CSV file. |