Queries the details of sensitive data.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
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. |
1748916368 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
337A4DBA-8A01-5E9C-99CA-84293E13**** |
| SdlStatisticResp |
object |
The details of the sensitive data. |
|
| SdlEventTypeCountList |
array<object> |
A list of counts for each sensitive data event type. |
|
|
object |
|||
| EventType |
string |
The event type. |
身份证 |
| Count |
string |
The total number of entries. |
9 |
| SdlDstTopList |
array<object> |
A ranked list of sensitive data destinations. |
|
|
object |
The information about a ranked sensitive data destination. |
||
| PublicIp |
string |
The public IP address. |
47.101.68.XXX |
| TrafficBytes |
integer |
The amount of traffic in bytes. |
0 |
| SdlAssetTopList |
array<object> |
A ranked list of sensitive data assets. |
|
|
object |
The information about a ranked sensitive data asset. |
||
| PublicIp |
string |
The public IP address. |
116.62.66.XXX |
| AssetType |
string |
The asset type. |
EIP |
| TrafficBytes |
integer |
The amount of traffic in bytes. |
0 |
Examples
Success response
JSON format
{
"RequestId": "337A4DBA-8A01-5E9C-99CA-84293E13****",
"SdlStatisticResp": {
"SdlEventTypeCountList": [
{
"EventType": "身份证",
"Count": "9"
}
],
"SdlDstTopList": [
{
"PublicIp": "47.101.68.XXX",
"TrafficBytes": 0
}
],
"SdlAssetTopList": [
{
"PublicIp": "116.62.66.XXX",
"AssetType": "EIP",
"TrafficBytes": 0
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.