Queries statistics about intrusion events.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the visitor. |
52.130.200.XXX |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
| StartTime |
string |
No |
The start time. This is a UNIX timestamp that is accurate to the second. |
1746151757 |
| EndTime |
string |
No |
The end time. This is a UNIX timestamp that is accurate to the second. |
1774713600 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| LowOpenEventCnt |
integer |
The number of open low-risk vulnerabilities. |
1 |
| TotalOpenEventCnt |
integer |
The total number of open vulnerabilities. |
2 |
| RequestId |
string |
The request ID. |
1530A01A-6901-5B72-AB88-28B6E96B**** |
| MiddleOpenEventCnt |
integer |
The number of open medium-risk vulnerabilities. |
0 |
| HighOpenEventCnt |
integer |
The number of open high-risk vulnerabilities. |
1 |
Examples
Success response
JSON format
{
"LowOpenEventCnt": 1,
"TotalOpenEventCnt": 2,
"RequestId": "1530A01A-6901-5B72-AB88-28B6E96B****",
"MiddleOpenEventCnt": 0,
"HighOpenEventCnt": 1
}
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. |
| 400 | ErrorMarshalJSON | internal error. | Internal error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.