All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnVerifyContent

Last Updated:Oct 17, 2024

Queries the ownership verification content of a domain name.

Operation description

Note You can call this operation up to 100 times per second per account.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringYes

The domain name for which you want to query the ownership verification content. You can specify only one domain name in one request.

**example**.com

Response parameters

ParameterTypeDescriptionExample
object
Contentstring

The verification result.

verify_dffeb6610035dcb78b413a59c31cd9**
RequestIdstring

The request ID.

34AB41F1-04A5-496F-8C8D-634BDBE6A9FB

Examples

Sample success responses

JSONformat

{
  "Content": "verify_dffeb6610035dcb78b413a59c31cd9**",
  "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
No change history