Set records of an RRSet
set_recordsReplaces an entire DNS record set with new records, removing any existing records not specified. Use for full overwrites.
Instructions
Replace ALL records of an RRSet with the given records. Existing records not listed are removed. Use add_records to append instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the RRSet, relative to the zone and in lower case, e.g. "www" or "@" for the zone apex | |
| type | Yes | Type of the RRSet, e.g. "A" or "TXT" | |
| zone | Yes | ID or name of the zone, e.g. "example.com" | |
| records | Yes |