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
- Host: GitHub
- URL: https://github.com/fgforrest/a24api
- Owner: FgForrest
- License: gpl-2.0
- Created: 2014-02-18T08:52:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T12:53:37.000Z (over 11 years ago)
- Last Synced: 2025-04-05T15:04:44.027Z (about 1 year ago)
- Language: Perl
- Size: 176 KB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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