Queries statistics about intrusion prevention events.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the visitor. |
218.76.30.XXX |
| Lang |
string |
No |
The language of the response message. |
zh |
| Lang |
string |
No |
The language of the response message. |
zh |
| StartTime |
string |
Yes |
The start time. The value is a UNIX timestamp in seconds. |
1656664560 |
| EndTime |
string |
Yes |
The end time. The value is a UNIX timestamp in seconds. |
1534408267 |
| AttackType |
string |
No |
The type of the attack. Valid values:
|
1 |
| AttackApp |
array |
No |
The attacked application. |
|
|
string |
No |
The attacked application. |
[ "MySQL", "Redis", "MemCached" ] |
|
| BuyVersion |
string |
No |
The edition of Cloud Firewall. Valid values:
|
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
F93A490D-9E92-5AA4-BA79-600FFC09**** |
| AttackIpCnt |
integer |
The number of attacked assets. |
10 |
| AttackAppCnt |
integer |
The number of attacked applications. |
10 |
| DropCnt |
integer |
The number of intercepted attacks. |
20 |
| AttackCnt |
integer |
The number of attacks. |
5 |
Examples
Success response
JSON format
{
"RequestId": "F93A490D-9E92-5AA4-BA79-600FFC09****",
"AttackIpCnt": 10,
"AttackAppCnt": 10,
"DropCnt": 20,
"AttackCnt": 5
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 400 | ErrorParameters | A parameter error occurred. | A parameter error occurred. |
| 400 | ErrorTimeError | The time is invalid. | The time 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.