All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnDomainProperty

Last Updated:Oct 17, 2024

Queries the protocol type of IP Application Accelerator (IPA).

Operation description

Note You can call this operation up to 10 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 accelerated domain name that you want to query. You can specify only one domain name in each call.

example.com

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

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

The accelerated domain name.

example.com
Protocolstring

The protocol. Valid values:

  • udp
  • tcp
udp

Examples

Sample success responses

JSONformat

{
  "RequestId": "34AB41F1-04A5-496F-8C8D-634BDBE6A9FB",
  "DomainName": "example.com",
  "Protocol": "udp"
}

Error codes

HTTP status codeError codeError messageDescription
404InvalidDomain.NotFoundThe specified domain does not exist.The specified domain name does not exist.

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