Queries the threat trend of outbound connections.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the request. |
219.145.94.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 of the time range to query. This value is a UNIX timestamp. Unit: seconds. |
1733882648 |
| EndTime |
string |
No |
The end of the time range to query. This value is a UNIX timestamp. Unit: seconds. |
1755051062 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalRiskDomain |
integer |
The total number of risky domain names. |
7 |
| RequestId |
string |
The ID of the request. |
1CA8D98E-A71B-5856-A658-3E8B3152E**** |
| Interval |
integer |
The time interval. |
60 |
| TotalRiskIp |
integer |
The total number of risky IP addresses. |
6 |
| DataList |
array<object> |
The list of returned data. |
|
|
object |
The list of returned data. |
||
| Time |
integer |
The timestamp. |
1659405600 |
| RiskIp |
integer |
The number of risky IP addresses. |
5 |
| RiskDomain |
integer |
The number of risky domain names. |
20 |
Examples
Success response
JSON format
{
"TotalRiskDomain": 7,
"RequestId": "1CA8D98E-A71B-5856-A658-3E8B3152E****",
"Interval": 60,
"TotalRiskIp": 6,
"DataList": [
{
"Time": 1659405600,
"RiskIp": 5,
"RiskDomain": 20
}
]
}
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.