Shows the trend of traffic intercepted by internet access control.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cloudfirewall:DescribeACLProtectTrend |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
This parameter is deprecated. |
223.95.87.130 |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
| StartTime |
string |
No |
The beginning of the time range to query. The value is a timestamp in seconds. |
1677050306 |
| EndTime |
string |
No |
The end of the time range to query. The value is a timestamp in seconds. |
1670397599 |
| FirewallType |
string |
No |
The type of the firewall. Valid values:
|
vpc |
| Interval |
integer |
No |
The time granularity for aggregating trend data, in seconds. Valid values:
|
60 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
9063AB86-6FFA-5B2D-A16D-697C966DECA3 |
| Interval |
integer |
The interval between data points. Unit: seconds. |
86400 |
| TotalProtectCnt |
integer |
The total number of sessions blocked by access control policies for internet traffic. |
300 |
| InProtectCnt |
integer |
The number of inbound sessions blocked by access control policies for internet traffic. |
100 |
| InterVPCProtectCnt |
integer |
This parameter is deprecated. |
0 |
| OutProtectCnt |
integer |
The number of outbound sessions blocked by access control policies for internet traffic. |
200 |
| TrendList |
array<object> |
The trend of sessions blocked by access control policies for internet traffic. |
|
|
object |
The statistics of sessions blocked by access control policies for internet traffic. |
||
| Time |
integer |
The timestamp that indicates the start of the query time range. Unit: seconds. |
1697299200 |
| ProtectCnt |
integer |
The number of sessions blocked by access control policies for internet traffic on the current day. |
100 |
| PassCnt |
integer |
The total number of sessions that are allowed by access control policies at the specified point in time. |
10 |
| AlertCnt |
integer |
The total number of sessions that trigger the alert action in access control policies at the specified point in time. |
20 |
| TotalAlertCnt |
integer |
The total number of sessions that trigger the alert action in access control policies in the query time range. |
100 |
| TotalPassCnt |
integer |
The total number of sessions that are allowed by access control policies in the query time range. |
100 |
Examples
Success response
JSON format
{
"RequestId": "9063AB86-6FFA-5B2D-A16D-697C966DECA3",
"Interval": 86400,
"TotalProtectCnt": 300,
"InProtectCnt": 100,
"InterVPCProtectCnt": 0,
"OutProtectCnt": 200,
"TrendList": [
{
"Time": 1697299200,
"ProtectCnt": 100,
"PassCnt": 10,
"AlertCnt": 20
}
],
"TotalAlertCnt": 100,
"TotalPassCnt": 100
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 400 | ErrorDBSelectError | A database select error occurred. | The error message returned because an internal error has occurred in querying the database. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.