Sha256: 2416a136d4ccdc5b3a64295b84fde12346107d56a814fb323c4904c07264e6db
Contents?: true
Size: 842 Bytes
Versions: 68
Compression:
Stored size: 842 Bytes
Contents
# DnsRecord ## Example DnsRecord Object ``` { "id": "customdomain.com-CNAME-site.files.com", "domain": "my-custom-domain.com", "rrtype": "CNAME", "value": "mysite.files.com" } ``` * `id` (string): Unique label for DNS record; used by Zapier and other integrations. * `domain` (string): DNS record domain name * `rrtype` (string): DNS record type * `value` (string): DNS record value --- ## Show site DNS configuration ``` Files::DnsRecord.list( per_page: 1 ) ``` ### Parameters * `cursor` (string): Used for pagination. Send a cursor value to resume an existing list from the point at which you left off. Get a cursor from an existing list via either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header. * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
Version data entries
68 entries across 68 versions & 1 rubygems