dnsGetZone
Purpose
Attributes
- domainid - Domain ID OR
- domain - The domain name
Example Command
$postfields = array(); $postfields["responsetype"] = "json"; $postfields["action"] = "dnsGetZone"; $postfields['domain'] = 'domain.hu'; $result = mikrovps_SendCommand( $postfields );
Successful Response
result = success dns = Array() with full zone
Error Response
result = error message = Domain ID Not Found