An open API service indexing awesome lists of open source software.

https://github.com/fgforrest/a24api

Access to Active24 SOAP API
https://github.com/fgforrest/a24api

Last synced: 11 months ago
JSON representation

Access to Active24 SOAP API

Awesome Lists containing this project

README

          

a24api
======

Access to Active24 SOAP API

Usage
-----

Usage: ./a24api.pl [options] [parameters]

Options:
-c Use alternative cfg. file a24api-cfg-.json
If omitted, cfg. file a24api-cfg-default.json is used.
Services:
dns - DNS record management
dns list [-t ] [-fn ] [-fv ]
dns delete

A, AAAA, CNAME, TXT
dns create
dns update
MX
dns create
dns update

Prerequisites
-------------

Script uses Perl libraries:

* Getopt::Long
* Data::Dumper
* SOAP::Lite
* JSON

Install corresponding OS packages.

### Ubuntu

aptitude install libjson-perl libsoap-lite-perl