create_a_record
Add a DNS A record to Infoblox by providing the hostname and IP address, with optional controls like DNS view, TTL, comment, and disabled status.
Instructions
Create a DNS A record in Infoblox
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | FQDN for the A record (e.g., host.example.com) | |
| ipv4addr | Yes | IPv4 address for the record | |
| view | No | DNS view (defaults to 'default') | |
| ttl | No | TTL in seconds | |
| comment | No | Comment for the record | |
| disable | No | Create in disabled state |