create_domain
Create and configure a new DNS domain with default IP address and optional DNSSEC security settings for Vultr cloud infrastructure management.
Instructions
Create a new DNS domain.
Args: domain: The domain name to create ip: The default IP address for the domain dns_sec: Enable DNSSEC (enabled/disabled, default: disabled)
Returns: Created domain information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| ip | Yes | ||
| dns_sec | No | disabled |