Skip to main content

domains_records

Overview

Namedomains_records
TypeResource
Idvercel.dns.domains_records

Fields

NameDatatype
idstring
namestring
creatednumber
createdAtnumber
creatorstring
mxPrioritynumber
prioritynumber
slugstring
typestring
updatednumber
updatedAtnumber
valuestring

Methods

NameAccessible byRequired ParamsDescription
get_recordsSELECTdomain, teamIdRetrieves a list of DNS records created for a domain name. By default it returns 20 records if no limit is provided. The rest can be retrieved using the pagination options.
create_recordINSERTdomain, teamId, data__typeCreates a DNS record for a domain.
remove_recordDELETEdomain, recordId, teamIdRemoves an existing DNS record from a domain name.
_get_recordsEXECdomain, teamIdRetrieves a list of DNS records created for a domain name. By default it returns 20 records if no limit is provided. The rest can be retrieved using the pagination options.
update_recordEXECrecordId, teamIdUpdates an existing DNS record for a domain name.