All Products
Search
Document Center

CDN:DescribeVerifyContent

Last Updated:Aug 28, 2026

Queries the ownership verification content of an accelerated domain name.

Debugging

Debug

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 Action element.

  • 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.

OperationAccess levelResource typeCondition keyAssociated operation
cdn:DescribeVerifyContentget*All Resourcesnonenone

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringYesThe accelerated domain name whose ownership you want to verify. Only one domain name is supported.example.com

Response parameters

ParameterTypeDescriptionExample
object
ContentstringThe verification content.verify_dffeb6610035dcb77b413a59c32cd91f
RequestIdstringThe 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 timeSummary of changesOperation
2024-12-18API description updateView change details