Sha256: 9c2a0e6ba87ef4507f44f2c1dc2753d565b85582b63f46dfbb8fe958f5afd546
Contents?: true
Size: 801 Bytes
Versions: 107
Compression:
Stored size: 801 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 the X-Files-Cursor-Next header. * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
Version data entries
107 entries across 107 versions & 1 rubygems