Queries the trend of outbound sensitive 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
Call DescribeInstance to query the ID of the WAF instance. |
waf_elasticity-cn-0xldbqt**** |
| StartTime |
integer |
No |
The beginning of the time range to query. The value is a UNIX timestamp in seconds. Note
Compliance audit supports queries for the last 1, 3, 6, or 12 months, or from January 1 of the previous year to the present. Make sure that the time range is valid. |
1672502400 |
| EndTime |
integer |
No |
The end of the time range to query. The value is a UNIX timestamp in seconds. Note
Compliance audit supports queries for the last 1, 3, 6, or 12 months, or from January 1 of the previous year to the present. Make sure that the time range is valid. |
1725966000 |
| ClusterId |
string |
No |
The ID of the hybrid cloud cluster. Note
This parameter is available only for hybrid cloud scenarios. Call DescribeHybridCloudClusters to query information about hybrid cloud clusters. |
433 |
| RegionId |
string |
No |
The region where the WAF instance resides. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The result of the request. |
||
| TotalCount |
integer |
The total number of returned entries. |
7 |
| RequestId |
string |
The request ID. |
C1823E96-EF4B-5BD2-9E02-1D18****3ED8 |
| Data |
array<object> |
A list of information about outbound data. |
|
|
object |
Information about outbound data. |
||
| SensitiveOutboundCount |
integer |
The total number of outbound sensitive data entries. |
378 |
| Timestamp |
integer |
The time when the data was transferred. The value is a UNIX timestamp in seconds. |
1672502400 |
| InfoCount |
integer |
The total number of personal information entries. |
672 |
| InfoOutboundCount |
integer |
The total number of outbound personal information entries. |
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.