Queries the ownership verification content for a specified domain name.
Operation description
You can call this operation to query the verification content for a single domain name.
Each user can call this operation up to 30 times per second.
You must specify the domain name that you want to authenticate as a parameter.
A successful call returns the verification content and a request ID for subsequent operations or for your records.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
live:DescribeLiveVerifyContent |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-shanghai |
| DomainName |
string |
Yes |
The domain name. Only one domain name is supported. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Content |
string |
The verification content. |
verify_dffeb6610035dcb77b413****** |
| RequestId |
string |
The ID of the request. |
16A96B9A-F203-4EC5-8E43-CB92E68F**** |
Examples
Success response
JSON format
{
"Content": "verify_dffeb6610035dcb77b413******",
"RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.