Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tld as a field in the domain name export file #1271

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions content/articles/export-domain-names-to-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ We include domain registration and DNS zone details in the exported file:

| Attribute | Description |
| --- | --- |
| **domain_name** | name of the domain|
| **labels** | labels that have been attached to the domain|
| **registration_state** | the current registration state|
| **registration_contact** | the current registration contact|
| **domain_name** | name of the domain |
| **labels** | labels that have been attached to the domain |
| **tld** | the tld of the domain |
| **registration_state** | the current registration state |
| **registration_contact** | the current registration contact |
| **expiration_date** | the date the domain expires |
| **renew_by** | the date the domain must be renewed by |
| **auto_renews** | whether the domain auto-renews |
Expand Down