impreza_update_dns_record
Update an existing DNS record on an Impreza-managed domain by specifying type, host, old value, and new value.
Instructions
Update an existing DNS record on an Impreza-managed domain. Locate the record by type + host + old_value, and supply new_value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | New TTL in seconds. Default 14400. | |
| host | Yes | Record name/host of the record to change. | |
| type | Yes | Record type of the record to change. | |
| domain | Yes | The domain name, e.g. example.com. | |
| priority | No | New priority (MX / SRV only). | |
| new_value | Yes | New value to set. | |
| old_value | Yes | Current value of the record (used to locate it). |