All Products
Search
Document Center

CDN:DescribeCustomLogConfig

Last Updated:Jul 05, 2024

Queries the details about a custom logging configuration.

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
ConfigIdstringYes

The ID of the custom configuration.

123

Response parameters

ParameterTypeDescriptionExample
object
Tagstring

The tag information about the log configuration.

img1
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.

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

Examples

Sample success responses

JSONformat

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

Error codes

HTTP status codeError codeError message
403InvalidConfigIdIllegal ConfigId
404Config.NotFoundConfig does not exist or does not belong to the current user

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