Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 5.51 KB

DomainDetail.md

File metadata and controls

30 lines (26 loc) · 5.51 KB

DomainDetail

Properties

Name Type Description Notes
DomainId float64 Unique identifier for this Domain [default to null]
Domain string Name of the domain [default to null]
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> [default to null]
Expires Datetime Date and time when this domain will expire [optional] [default to null]
ExpirationProtected bool Whether or not the domain is protected from expiration [default to null]
HoldRegistrar bool Whether or not the domain is on-hold by the registrar [default to null]
Locked bool Whether or not the domain is locked to prevent transfers [default to null]
Privacy bool Whether or not the domain has privacy protection [default to null]
RenewAuto bool Whether or not the domain is configured to automatically renew [default to null]
RenewDeadline Datetime Date the domain must renew on [default to null]
TransferProtected bool Whether or not the domain is protected from transfer [default to null]
CreatedAt Datetime Date and time when this domain was created [default to null]
DeletedAt Datetime Date and time when this domain was deleted [optional] [default to null]
AuthCode string Authorization code for transferring the Domain [default to null]
NameServers []string Fully-qualified domain names for DNS servers [default to null]
ContactRegistrant Contact Registration contact for the domain [default to null]
ContactBilling Contact Billing contact for the domain registration [default to null]
ContactAdmin Contact Administrative contact for the domain registration [default to null]
ContactTech Contact Technical contact for the domain registration [default to null]
RealNameValidation RealNameValidation [optional] [default to null]
SubaccountId string Reseller subaccount shopperid who can manage the domain [optional] [default to null]

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