voxel.dns.records.list
Returns a list of all the records in Voxel DNS entries for a domain.
Parameters
domain_name(optional)- Full domain name, without any protocol prefixes (e.g., "http://").
domain_record_type(optional)- Type of DNS record to manage for domain. One of: A, AAAA, CNAME, CURL, MBOXFW, MX, NS, SRV, TXT, URL, PTR.
Example Response
<domains> <domain name="voxel.net"> <record id="1" type="A" name="www" ttl="3600" locked="no">74.63.34.155</record> <record id="2" type="NS" ttl="3600" locked="yes">ns.voxel.net</record> </domain> </domains>
Notes
See also dns.records.create, dns.records.delete, and dns.records.update.
Method Specific Error Codes
106: Unknown domain- The domain_id passed in can't be matched to a valid domain managed by Voxel DNS for this user.

