domains.dns_records
ActiveTool of Vee3
Fetch DNS records for a domain. Returns an array of records. Each record includes name, ttl, type (for example A, AAAA, CNAME, MX, NS, SOA, TXT), and data (record value). Optionally pass subdomain to include records for a host under the domain (for example blog for blog.example.com). Cost = 2 tokens.
Parameters schema
{
"type": "object",
"title": "get_domain_dns_recordsArguments",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"title": "Domain",
"maxLength": 253,
"description": "Domain name to look up (for example example.com)."
},
"subdomain": {
"anyOf": [
{
"type": "string",
"maxLength": 253
},
{
"type": "null"
}
],
"title": "Subdomain",
"default": null,
"description": "Optional subdomain label to include (for example www or blog)."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries