Queries the details of a data leak event.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. |
zh |
| StartTime |
integer |
No |
The start time. The value is a UNIX timestamp in seconds. |
1656664560 |
| EndTime |
integer |
No |
The end time. The value is a UNIX timestamp in seconds. |
1753755251 |
| CurrentPage |
integer |
No |
The number of the page to return. |
1 |
| PageSize |
integer |
No |
The number of the page to return. |
10 |
| SrcIp |
string |
No |
The source IP address. |
121.40.84.XXX |
| DstIp |
string |
No |
The destination IP address. |
47.100.102.XXX |
| Uuid |
string |
No |
The unique ID of the event. |
326ce10e-5e17-4235-879a-6f2502cd**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
D19D8F70-D64B-5A95-905A-6073BF4A**** |
| SdlEventDetailList |
array<object> |
The list of events. |
|
|
object |
The details of the event. |
||
| EventName |
string |
The name of the event. |
event-test |
| SensitiveDataCnt |
integer |
The amount of sensitive data. |
10 |
| SensitiveLevel |
string |
The sensitivity level. |
S3 |
| SensitiveType |
string |
The type of sensitive data. |
身份证 |
| StartTime |
integer |
The time when the event occurred. |
1753928907 |
| TotalCount |
integer |
The total number of entries returned. |
8 |
Examples
Success response
JSON format
{
"RequestId": "D19D8F70-D64B-5A95-905A-6073BF4A****",
"SdlEventDetailList": [
{
"EventName": "event-test",
"SensitiveDataCnt": 10,
"SensitiveLevel": "S3",
"SensitiveType": "身份证",
"StartTime": 1753928907
}
],
"TotalCount": 8
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.