Queries log configurations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
apigateway:DescribeLogConfig |
get |
*LogConfig
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| LogType |
string |
No |
Log type. |
PROVIDER |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
E3BC2706-ABDB-5B64-A12F-08DFD9E3F339 |
| LogInfos |
object |
||
| LogInfo |
array<object> |
Log information. |
|
|
object |
|||
| SlsLogStore |
string |
The SLS log store value. |
slsstore |
| LogType |
string |
Log type. |
PROVIDER |
| SlsProject |
string |
The SLS project. |
slsproject |
| RegionId |
string |
The Simple Log Service region ID. |
cn-hangzhou |
Examples
Success response
JSON format
{
"RequestId": "E3BC2706-ABDB-5B64-A12F-08DFD9E3F339",
"LogInfos": {
"LogInfo": [
{
"SlsLogStore": "slsstore",
"LogType": "PROVIDER",
"SlsProject": "slsproject",
"RegionId": "cn-hangzhou"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.