Queries the configurations of the log analysis feature provided by Security Center.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| SourceIp | string | No | The source IP address of the request. | 123.168.XX.XX |
| Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
| From | string | No | The ID of the request source. Default value: aegis. Valid values:
Note
If you use Server Guard, set the value to aegis. If you use Security Center, set the value to sas.
| sas |
| ResourceDirectoryAccountId | long | No | The Alibaba Cloud account ID of the member in the resource directory. Note
You can call the DescribeMonitorAccounts operation to obtain the IDs.
| 127608589417**** |
Response parameters
Examples
Sample success responses
JSONformat
{
"TotalCount": 100,
"RequestId": "D0D6E6E4-CB8C-4897-B852-46AEFDA04B21",
"LogMetaList": [
{
"LogDesc": "Login",
"Status": "enabled",
"LogStore": "aegis-log-login",
"UserProject": "sasnew-log-XXXX-cn-hangzhou",
"Category": "host",
"Project": "aegis-log",
"UserLogStore": "aegis-log-network",
"UserRegion": "cn-hangzhou",
"Ttl": 180,
"HotTtl": -1,
"Topic": "aegis-log-login"
}
]
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | RdCheckNoPermission | Resource directory account verification has no permission. | - |
| 400 | ThrottlingUser | Request was denied due to user flow control. | Request was denied due to user flow control. |
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
| 500 | RdCheckInnerError | Resource directory account service internal error. | - |
| 500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-10-08 | The Error code has changed | View Change Details |
| 2024-05-30 | The Error code has changed. The request parameters of the API has changed | View Change Details |
| 2022-12-23 | API Description Update. The API operation is not deprecated. | View Change Details |
