Queries the number of imported logs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeImportedLogCount |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region where the management hub of Threat Analysis is located. Select the region of the management hub based on the region where your assets are located. Valid values:
|
cn-hangzhou |
| RoleType |
string |
No |
The type of the view.
|
1 |
| RoleFor |
string |
No |
The user ID of the member. An administrator can specify this parameter to switch to the perspective of the member. |
113091674488**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
CloudSiemSuccessResponse |
||
| Data |
object |
The returned data. |
|
| TotalLogCount |
integer |
The total number of logs. |
59 |
| ImportedLogCount |
integer |
The number of ingested logs. |
10 |
| UnImportedLogCount |
integer |
The number of logs that are not ingested. |
49 |
| RequestId |
string |
The ID of the request. |
6276D891-*****-55B2-87B9-74D413F7**** |
Examples
Success response
JSON format
{
"Data": {
"TotalLogCount": 59,
"ImportedLogCount": 10,
"UnImportedLogCount": 49
},
"RequestId": "6276D891-*****-55B2-87B9-74D413F7****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.