Queries all custom log configurations in your account.
Operation description
Note
Each account can call this operation up to 100 times per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:ListUserCustomLogConfig |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
95D5B69F-8AEC-419B-8F3A-612B35032B0D |
| ConfigIds |
object |
||
| ConfigId |
array |
The list of log configuration IDs. |
|
|
string |
The ID of the log configuration. |
c3bb2c78-2915-4d5a-b6a1-557789255555 |
Examples
Success response
JSON format
{
"RequestId": "95D5B69F-8AEC-419B-8F3A-612B35032B0D",
"ConfigIds": {
"ConfigId": [
"c3bb2c78-2915-4d5a-b6a1-557789255555"
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 404 | ConfgIds.NotFound | You don't have any custom log config, please add first. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.