Queries the number of intrusion prevention threats.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| StartTime |
integer |
No |
The beginning of the time range to query. The value is a UNIX timestamp that is accurate to the second. |
1749434787 |
| EndTime |
integer |
No |
The end of the time range to query. The value is a UNIX timestamp that is accurate to the second. |
1751595213 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
EE258AC0-6EDD-5929-AB47-165E9B54**** |
| TotalCount |
integer |
The total number of entries. |
6 |
| RiskDomainCount |
integer |
The number of risk domain names. |
6 |
| RiskIpCount |
integer |
The number of risk IP addresses. |
47 |
Examples
Success response
JSON format
{
"RequestId": "EE258AC0-6EDD-5929-AB47-165E9B54****",
"TotalCount": 6,
"RiskDomainCount": 6,
"RiskIpCount": 47
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 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. |
| 400 | ErrorMarshalJSON | internal error. | Internal error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.