Queries the configurations of a domain name.
Operation description
The call frequency for a single user is limited to 20 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnIpaDomainConfigs |
get |
*IpaDomain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The accelerated domain name. To specify multiple domain names, separate them with commas (,). |
example.com |
| FunctionNames |
string |
Yes |
The name of the feature. Set the value to protogw. protogw specifies IP application acceleration. |
protogw |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
F8AA0364-0FDB-4AD5-AC74-D69FAB8924ED |
| DomainConfigs |
object |
||
| DomainConfig |
array<object> |
The domain name configurations. |
|
|
object |
|||
| Status |
string |
The status of the feature configuration.
|
success |
| ConfigId |
string |
The configuration ID. |
5003576 |
| FunctionName |
string |
The feature name. |
protogw |
| FunctionArgs |
object |
||
| FunctionArg |
array<object> |
The list of feature arguments. |
|
|
object |
|||
| ArgName |
string |
The name of the argument. |
file_type |
| ArgValue |
string |
The value of the argument. |
txt |
Examples
Success response
JSON format
{
"RequestId": "F8AA0364-0FDB-4AD5-AC74-D69FAB8924ED",
"DomainConfigs": {
"DomainConfig": [
{
"Status": "success",
"ConfigId": "5003576",
"FunctionName": "protogw",
"FunctionArgs": {
"FunctionArg": [
{
"ArgName": "file_type",
"ArgValue": "txt"
}
]
}
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Invalid%s.ValueNotSupported | FunctionName [%s] is not supported. | The specified configuration is not supported. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.