validate_record
Validate DNS record configuration for A, AAAA, CNAME, MX, TXT, NS, or SRV types before creation to prevent errors in Vultr DNS management.
Instructions
Validate a DNS record before creation.
Args: record_type: Record type (A, AAAA, CNAME, MX, TXT, NS, SRV) name: Record name/subdomain data: Record data/value ttl: Time to live in seconds priority: Priority for MX/SRV records
Returns: Validation results with any errors or warnings
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| name | Yes | ||
| priority | No | ||
| record_type | Yes | ||
| ttl | No |