Queries the ownership verification content of an accelerated domain name.
Debugging
OpenAPI Explorer lets you call this operation directly in the browser. After a successful call, it generates SDK code samples automatically.
Authorization information
The following table lists the authorization information for this operation. Use the values in the Operation column in RAM policy Action elements to grant RAM users or RAM roles permission to call this operation.
Operation: the value to use in a RAM policy
Actionelement.Access level: the access level of the operation. Values: read, write, and list.
Resource type: the type of resource on which you can authorize the operation. Bold resource types are required. If the resource type is
All Resources, the permission cannot be granted at the resource level.Condition key: the condition key defined by the cloud service.
Associated operation: other operations that the RAM user or RAM role must have permission to perform along with this operation.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| cdn:DescribeVerifyContent | get | *All Resources | none | none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| DomainName | string | Yes | The accelerated domain name whose ownership you want to verify. Only one domain name is supported. | example.com |
Response parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| object | |||
| Content | string | The verification content. | verify_dffeb6610035dcb77b413a59c32cd91f |
| RequestId | string | The request ID. | 34AB41F1-04A5-496F-8C8D-634BDBE6A9FB |
Examples
Sample success responses
JSON format
{
"Content": "verify_dffeb6610035dcb77b413a59c32cd91f",
"RequestId": "34AB41F1-04A5-496F-8C8D-634BDBE6A9FB"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-12-18 | API description update | View change details |