Queries the trend of cross-border transfer of personal information data.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeSensitiveOutboundTrend |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
You can call DescribeInstance to query the ID of the current WAF instance. |
waf_elasticity-cn-0xldbqt**** |
| StartTime |
integer |
No |
The start time of the query. Specify the value as a UNIX timestamp (UTC). Unit: seconds. Note
Compliance review currently supports querying data only for the last 1 month, last 3 months, last 6 months, last 12 months, or from January 1 of the previous year to the present. Make sure the time range is valid. |
1672502400 |
| EndTime |
integer |
No |
The end time of the query. Specify the value as a UNIX timestamp (UTC). Unit: seconds. Note
Compliance review currently supports querying data only for the last 1 month, last 3 months, last 6 months, last 12 months, or from January 1 of the previous year to the present. Make sure the time range is valid. |
1725966000 |
| ClusterId |
string |
No |
The hybrid cloud cluster ID. Note
This parameter applies only to hybrid cloud scenarios. You can call DescribeHybridCloudClusters to obtain hybrid cloud cluster information. |
433 |
| RegionId |
string |
No |
The region where the WAF instance is deployed. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The Alibaba Cloud resource group ID. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| TotalCount |
integer |
The total number of entries returned. |
7 |
| RequestId |
string |
The request ID. |
C1823E96-EF4B-5BD2-9E02-1D18****3ED8 |
| Data |
array<object> |
The list of cross-border data transfer information. |
|
|
object |
The cross-border data transfer information. |
||
| SensitiveOutboundCount |
integer |
The total number of sensitive information records transferred cross-border. |
378 |
| Timestamp |
integer |
The time of the cross-border data transfer. The value is a UNIX timestamp (UTC). Unit: seconds. |
1672502400 |
| InfoCount |
integer |
The total number of personal information records. |
672 |
| InfoOutboundCount |
integer |
The total number of personal information records transferred cross-border. |
541 |
Examples
Success response
JSON format
{
"TotalCount": 7,
"RequestId": "C1823E96-EF4B-5BD2-9E02-1D18****3ED8",
"Data": [
{
"SensitiveOutboundCount": 378,
"Timestamp": 1672502400,
"InfoCount": 672,
"InfoOutboundCount": 541
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.