Queries statistics about data leaks.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. |
zh |
| StartTime |
integer |
No |
The start time. The value is a UNIX timestamp in seconds. |
1656750960 |
| EndTime |
integer |
No |
The end time. The value is a UNIX timestamp in seconds. |
1732586712 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| AssetCount |
integer |
The total number of assets. |
32 |
| RequestId |
string |
The ID of the request. |
C5DDD596-1191-5F36-A504-8733045A**** |
| SensitiveDataCount |
integer |
The number of sensitive data leak events. |
2 |
| TotalCount |
integer |
The total number of entries. |
2 |
| TotalTraffic |
integer |
The total traffic. Unit: bytes. |
0 |
| AiSensitiveDataCount |
integer |
The number of AI-related leak threats. |
1 |
Examples
Success response
JSON format
{
"AssetCount": 32,
"RequestId": "C5DDD596-1191-5F36-A504-8733045A****",
"SensitiveDataCount": 2,
"TotalCount": 2,
"TotalTraffic": 0,
"AiSensitiveDataCount": 1
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.