All Products
Search
Document Center

CDN:DescribeDomainVerifyData

Last Updated:Mar 28, 2024

Queries the verification content of a domain name, including the host record and record value.

Operation description

You can call this operation to query the verification content of an accelerated domain name based on whether the global resource plan is enabled.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringYes

The accelerated domain name. You can specify only one domain name in each request.

www.yourdomain.com
GlobalResourcePlanstringNo

Specifies whether to enable the global resource plan.

Valid values:

  • off

  • on

off

Response parameters

ParameterTypeDescriptionExample
object
Contentstring

The verification content.

{ "verifiCode": "uy0-DbxL4HBmUtSUXpkXctaSnCAUKhhNH6WKl-JnJY4", "verifyKey": "_acme-challenge" }
RequestIdstring

The ID of the request.

F61CDR30-E83C-4FDA-BF73-9A94CDD44229

Examples

Sample success responses

JSONformat

{
  "Content": "{\n    \"verifiCode\": \"uy0-DbxL4HBmUtSUXpkXctaSnCAUKhhNH6WKl-JnJY4\",\n    \"verifyKey\": \"_acme-challenge\"\n  }",
  "RequestId": "F61CDR30-E83C-4FDA-BF73-9A94CDD44229"
}

Error codes

For a list of error codes, visit the Service error codes.