Domains and DNS API.

This API allows you to manage your domains, DNS zones and records.

Hierarchy

  • API
    • API

Constructors

Methods

  • Update records within a DNS zone. Update records within a DNS zone that has default name servers and perform several actions on your records.

    Actions include:

    • Add: allows you to add a new record or add a new IP to an existing A record, for example
    • Set: allows you to edit a record or edit an IP from an existing A record, for example
    • Delete: allows you to delete a record or delete an IP from an existing A record, for example
    • Clear: allows you to delete all records from a DNS zone

    All edits will be versioned.

    Parameters

    Returns Promise<UpdateDNSZoneRecordsResponse>

    A Promise of UpdateDNSZoneRecordsResponse