All Products
Search
Document Center

CDN:ListUserCustomLogConfig

Last Updated:Jul 05, 2024

Queries all custom log configurations in your account.

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
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

95D5B69F-8AEC-419B-8F3A-612B35032B0D
ConfigIdsarray

The list of log configuration IDs.

string

The ID of the log configuration.

c3bb2c78-2915-4d5a-b6a1-557789255555

Examples

Sample success responses

JSONformat

{
  "RequestId": "95D5B69F-8AEC-419B-8F3A-612B35032B0D",
  "ConfigIds": {
    "ConfigId": [
      "c3bb2c78-2915-4d5a-b6a1-557789255555"
    ]
  }
}

Error codes

HTTP status codeError codeError message
404ConfgIds.NotFoundYou don't have any custom log config, please add first.

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

Change history

Change timeSummary of changesOperation
No change history