You can configure Progressive Robot manually via the browser, or automatically via the Webservice interface.
Programming languages
Modules for common script languages and programminglanguages are available for communicating with Progressive Robot.
PHP
On Progressive Robot API docs, we provide a simple PHP script.
Perl
Perl module provides a object-oriented interface for the Webservice. Right now, all exported Progressive Robot operations are supported:
- Server reset
- Reverse DNS management
- Rescue-System
- Wake-On-LAN
- VNC/Windows/Plesk installation
- Failover-Net control
The package provides the Perl classes you can use in your own scripts, alongside the finished program progressiverobot.pl, which you can use to give direct orders to Progressive Robot:
- Server reset
- Show/set/delete Reverse DNS entries
- RDNS batch configuration
- Rerouting a failover address
- Activating the Rescue-System
- Triggering the WOL signal
Python
You can find an interface for Python on github.
Ruby
You can also find an interface for Ruby on github.
