Skip to content

Latest commit

 

History

History
executable file
·
28 lines (24 loc) · 5.24 KB

DomainSummary.md

File metadata and controls

executable file
·
28 lines (24 loc) · 5.24 KB

DomainSummary

Properties

Name Type Description Notes
domain_id double Unique identifier for this Domain
domain string Name of the domain
status string Processing status of the domain<br/><ul> <li><strong style='margin-left: 12px;'>ACTIVE</strong> - All is well</li> <li><strong style='margin-left: 12px;'>AWAITING*</strong> - System is waiting for the end-user to complete an action</li> <li><strong style='margin-left: 12px;'>CANCELLED*</strong> - Domain has been cancelled, and may or may not be reclaimable</li> <li><strong style='margin-left: 12px;'>CONFISCATED</strong> - Domain has been confiscated, usually for abuse, chargeback, or fraud</li> <li><strong style='margin-left: 12px;'>DISABLED*</strong> - Domain has been disabled</li> <li><strong style='margin-left: 12px;'>EXCLUDED*</strong> - Domain has been excluded from Firehose registration</li> <li><strong style='margin-left: 12px;'>EXPIRED*</strong> - Domain has expired</li> <li><strong style='margin-left: 12px;'>FAILED*</strong> - Domain has failed a required action, and the system is no longer retrying</li> <li><strong style='margin-left: 12px;'>HELD*</strong> - Domain has been placed on hold, and likely requires intervention from Support</li> <li><strong style='margin-left: 12px;'>LOCKED*</strong> - Domain has been locked, and likely requires intervention from Support</li> <li><strong style='margin-left: 12px;'>PARKED*</strong> - Domain has been parked, and likely requires intervention from Support</li> <li><strong style='margin-left: 12px;'>PENDING*</strong> - Domain is working its way through an automated workflow</li> <li><strong style='margin-left: 12px;'>RESERVED*</strong> - Domain is reserved, and likely requires intervention from Support</li> <li><strong style='margin-left: 12px;'>REVERTED</strong> - Domain has been reverted, and likely requires intervention from Support</li> <li><strong style='margin-left: 12px;'>SUSPENDED*</strong> - Domain has been suspended, and likely requires intervention from Support</li> <li><strong style='margin-left: 12px;'>TRANSFERRED*</strong> - Domain has been transferred out</li> <li><strong style='margin-left: 12px;'>UNKNOWN</strong> - Domain is in an unknown state</li> <li><strong style='margin-left: 12px;'>UNLOCKED*</strong> - Domain has been unlocked, and likely requires intervention from Support</li> <li><strong style='margin-left: 12px;'>UNPARKED*</strong> - Domain has been unparked, and likely requires intervention from Support</li> <li><strong style='margin-left: 12px;'>UPDATED*</strong> - Domain ownership has been transferred to another account</li> </ul>
expires \GoDaddyDomainsClient\Model\Datetime Date and time when this domain will expire [optional]
expiration_protected bool Whether or not the domain is protected from expiration
hold_registrar bool Whether or not the domain is on-hold by the registrar
locked bool Whether or not the domain is locked to prevent transfers
privacy bool Whether or not the domain has privacy protection
renew_auto bool Whether or not the domain is configured to automatically renew
renewable bool Whether or not the domain is eligble for renewal based on status [optional]
renew_deadline \GoDaddyDomainsClient\Model\Datetime Date the domain must renew on
transfer_protected bool Whether or not the domain is protected from transfer
created_at \GoDaddyDomainsClient\Model\Datetime Date and time when this domain was created
auth_code string Authorization code for transferring the Domain [optional]
name_servers string[] Fully-qualified domain names for DNS servers [optional]
contact_registrant \GoDaddyDomainsClient\Model\Contact Registration contact for the domain
contact_billing \GoDaddyDomainsClient\Model\Contact Billing contact for the domain registration [optional]
contact_admin \GoDaddyDomainsClient\Model\Contact Administrative contact for the domain registration [optional]
contact_tech \GoDaddyDomainsClient\Model\Contact Technical contact for the domain registration [optional]

[Back to Model list] [Back to API list] [Back to README]