Registration
Registers a new domain name and creates a corresponding Registration
resource. Call RetrieveRegisterParameters
first to check availability of the domain name and determine parameters like price that are needed to build a call to this method. A successful call creates a Registration
resource in state REGISTRATION_PENDING
, which resolves to ACTIVE
within 1-2 minutes, indicating that the domain was successfully registered. If the resource ends up in state REGISTRATION_FAILED
, it indicates that the domain was not registered successfully, and you can safely delete the resource and retry registration. Auto-naming is currently not supported for this resource.
Properties
Settings for contact information linked to the Registration
. You cannot update these with the UpdateRegistration
method. To update these settings, use the ConfigureContactSettings
method.
The creation timestamp of the Registration
resource.
Settings controlling the DNS configuration of the Registration
. You cannot update these with the UpdateRegistration
method. To update these settings, use the ConfigureDnsSettings
method.
Immutable. The domain name. Unicode domain names must be expressed in Punycode format.
The expiration timestamp of the Registration
.
Settings for management of the Registration
, including renewal, billing, and transfer. You cannot update these with the UpdateRegistration
method. To update these settings, use the ConfigureManagementSettings
method.
Pending contact settings for the Registration
. Updates to the contact_settings
field that change its registrant_contact
or privacy
fields require email confirmation by the registrant_contact
before taking effect. This field is set only if there are pending updates to the contact_settings
that have not been confirmed. To confirm the changes, the registrant_contact
must follow the instructions in the email they receive.
The reason the domain registration failed. Only set for domains in REGISTRATION_FAILED state.
Set of options for the contact_settings.privacy
field that this Registration
supports.
The reason the domain transfer failed. Only set for domains in TRANSFER_FAILED state.