Add records to an RRSet
add_recordsAdd new records to a DNS RRSet without removing current entries, or create the RRSet if it doesn't exist.
Instructions
Add records to an RRSet. Existing records are kept. Creates the RRSet if it does not exist yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | Time To Live in seconds. If omitted, the zone's default TTL applies. | |
| 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 |