Queries the feature configurations of an accelerated domain name in the resource directory.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | Yes | The accelerated domain name. | example.com |
FunctionName | string | No | The name of the feature. Default value: source_group. | source_group |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "C80705BF-0F76-41FA-BAD1-5B59296A4E59",
"DomainConfigs": [
{
"ConfigId": 6295,
"Status": "success",
"FunctionArgs": [
{
"ArgName": "source_group_name",
"ArgValue": "123"
}
],
"FunctionName": "set_req_host_header",
"ParentId": "1234567"
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history