DMAPI
Basics
Commonalities for all requests DMAPI-Server URL This is the service address which has to be...
Account and Handling
login Login with Username & Password Requires (mandatory): username Joker.com usern...
Domains
query-domain-list Accepts (optional) pattern Pattern to match (globbing, like "dom*") ...
Contacts
query-contact-list Accepts: pattern pattern to match (against handle) from start ...
Nameservers
query-ns-list Accepts: pattern pattern to match (against host name, like "ns.dom*") ...
Modify Zonedata
dns-zone-list Accepts: pattern Pattern to match (globbing, like "dom*") Returns:...
Rights and Roles
grants-list Requires: domain Full qualified domain name Accepts: s...
Other Requests
query-object Accepts: domain Domain name Exactly one of those must be specifi...
Code-Examples
Perl List domains of customer #!/usr/bin/perl use LWP::UserAgent; use Data::Dumper; my $dm...