Domain name for API request: dnspod.tencentcloudapi.com.
This API is used to add a domain.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: CreateDomain. |
Version | Yes | String | Common Params. The value used for this API: 2021-03-23. |
Region | No | String | Common Params. This parameter is not required for this API. |
Domain | Yes | String | Domain |
GroupId | No | Integer | The group ID of the domain. You can view the group information of this domain via the DescribeDomainGroupList API. |
IsMark | No | String | Whether the domain is starred. Valid values: yes, no. |
Parameter Name | Type | Description |
---|---|---|
DomainInfo | DomainCreateInfo | Domain information |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: dnspod.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateDomain
<Common request parameters>
{
"Domain": "dnspod.com",
"IsMark": "no",
"GroupId": 2
}
{
"Response": {
"RequestId": "ab4f1426-ea15-42ea-8183-dc1b44151166",
"DomainInfo": {
"Id": 62,
"Punycode": "dnspod.com",
"Domain": "dnspod.com",
"GradeNsList": [
"source.dnspod.net",
"low.dnspod.net"
]
}
}
}
POST / HTTP/1.1
Host: dnspod.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateDomain
<Common request parameters>
{
"Domain": "iceice.club"
}
{
"Response": {
"RequestId": "674a208e-4829-4c2d-a519-a85f2f9bb223",
"DomainInfo": {
"GradeNsList": [
"eunice.dnspod.net",
"country.dnspod.net"
],
"Id": 15,
"Punycode": "iceice.club",
"Domain": "iceice.club"
}
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | The operation failed. |
FailedOperation.DomainExists | The domain is already in your list. There is no need to add it again. |
FailedOperation.DomainOwnedByOtherUser | This domain has been added by another account and can be reclaimed in the domain list. |
FailedOperation.UnknowError | The operation has no response. Try again later. |
InvalidParameter.AccountIsBanned | Your account is banned by the system. Please contact us if you have any questions. |
InvalidParameter.DomainInvalid | The domain is incorrect. Enter a top-level domain such as dnspod.cn. |
InvalidParameter.DomainIsAliaser | This domain is an alias of another domain. |
InvalidParameter.DomainNotReged | The domain has not been registered and cannot be added. |
InvalidParameter.EmailNotVerified | Sorry, the email address of your account has not been verified. |
InvalidParameter.QuhuiTxtNotMatch | |
InvalidParameter.QuhuiTxtRecordWait | The TXT record was not set or has not taken effect. Try again later. |
InvalidParameter.ToolsDomainInvalid | The domain is invalid. |
InvalidParameter.UnrealNameUser | Your account identity has not been verified. Complete identity verification first before performing this operation. |
Was this page helpful?