Add a value to a DNS Record Set
Request Body required
Section titled “Request Body required ”AddRecordSetValue adds one value to the (name, type) rrset, creating the set if it does not exist.
object
Ttl is applied only when the rrset is created; 0 means “use the per-type default”.
object
Rdata in presentation format (e.g. “192.0.2.1”, “10 mail.example.com.”).
Responses
Section titled “ Responses ”OK
object
DnsRecordSet is a resource record set: all values sharing (name, type) with one shared TTL. It is addressed by (zone_id, name, type).
object
Owner name (FQDN, e.g. www.example.com or example.com for apex).
Record type: A, AAAA, CNAME, MX, TXT, NS, SRV, or CAA. A CNAME at the zone apex flattens to the target’s A/AAAA addresses when served; unlike CNAME elsewhere, it may coexist with MX, TXT, and CAA at the apex (not with A or AAAA).
object
Rdata in presentation format (e.g. “192.0.2.1”, “10 mail.example.com.”).