All Products
Search
Document Center

CDN:DescribeDomainCustomLogConfig

Last Updated:Jul 05, 2024

Queries the custom log configuration of an accelerated domain name.

Operation description

Note You can call this operation up to 100 times per second per account.

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 domain name. You can specify only one domain name.

example.com

Response parameters

ParameterTypeDescriptionExample
object
ConfigIdstring

The ID of the log configuration.

123
Tagstring

The tag information about the log configuration.

book
RequestIdstring

The ID of the request.

94E3559F-7B6A-4A5E-AFFD-44E2A208A249
Remarkstring

The format of the log configuration.

$time_iso8601_$request_method_$
Samplestring

The sample log configuration.

[9/Jun/2015:01:58:09+0800]188.165.15.75-1542\"-\"\"GET http://www.aliyun.com/index.html\

Examples

Sample success responses

JSONformat

{
  "ConfigId": "123",
  "Tag": "book",
  "RequestId": "94E3559F-7B6A-4A5E-AFFD-44E2A208A249",
  "Remark": "$time_iso8601_$request_method_$",
  "Sample": "[9/Jun/2015:01:58:09+0800]188.165.15.75-1542\\\"-\\\"\\\"GET http://www.aliyun.com/index.html\\"
}

Error codes

HTTP status codeError codeError message
404Config.NotFoundThe domain provided doesn't apply any custom log config, please refer to the standard log config.

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