The Domain Object holds details on a domain being managed.
Field | Type | Example | Description |
---|---|---|---|
id | String | "test.com" | A domain name. |
uid | String | "aaaaaaaaaaabbbbbbbbbbbbb" | The ID of the user that controls the domain. |
created | Date (Unix Timestamp) | "2022-01-01T08:00:00.000Z" | The creation date of the domain. |
counts | Object | {A: 1, CNAME: 2} | Total record types for this domain. |