Verifies the ownership of a domain name.
Operation description
The throttling limit for a single user is 100 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:VerifyDcdnDomainOwner |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The domain name to verify. Only one domain name can be specified. |
**example**.com |
| VerifyType |
string |
Yes |
The verification method. Valid values:
|
dnsCheck |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Content |
string |
The verification content. |
verify_dffeb6610035dcb77b413a59c32cd9** |
| RequestId |
string |
The request ID. |
34AB41F1-04A5-496F-8C8D-634BDBE6A9FB |
Examples
Success response
JSON format
{
"Content": "verify_dffeb6610035dcb77b413a59c32cd9**",
"RequestId": "34AB41F1-04A5-496F-8C8D-634BDBE6A9FB"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | DomainOwnerVerifyFail | Owner verification of the root domain failed. | The first time a domain name is added to DCDN, you must prove the ownership of the domain name. You must add a DNS record or upload a verification file for the domain name before it can be added to DCDN. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.