Call the DescribeDcdnDomainProperty operation to query the protocol type of an IP Application Accelerator (IPA) domain name.
Operation description
The call frequency for a single user is 10 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnDomainProperty |
get |
*Domain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The accelerated domain name that you want to query. You can query only one domain name at a time. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
34AB41F1-04A5-496F-8C8D-634BDBE6A9FB |
| DomainName |
string |
The accelerated domain name. |
example.com |
| Protocol |
string |
The name of the protocol. Valid values:
|
udp |
Examples
Success response
JSON format
{
"RequestId": "34AB41F1-04A5-496F-8C8D-634BDBE6A9FB",
"DomainName": "example.com",
"Protocol": "udp"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | InvalidDomain.NotFound | The specified domain does not exist. | The specified domain name does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.