Queries the trend of vulnerabilities on ECS instances.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the visitor. |
120.230.45.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 is a UNIX timestamp. Unit: seconds. |
1736561456 |
| EndTime |
string |
No |
The end of the time range to query. This is a UNIX timestamp. Unit: seconds. |
1733796528 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| EndTime |
integer |
The end of the time range. This is a UNIX timestamp. Unit: seconds. |
1736820365 |
| StartTime |
integer |
The start of the time range. This is a UNIX timestamp. Unit: seconds. |
1742177725 |
| InvadeEcsCount |
integer |
The total number of compromised hosts. |
2 |
| RequestId |
string |
The ID of the request. |
F90E816D-BEE7-5BD6-95ED-474F54**** |
| Interval |
integer |
The time interval. |
60 |
| DataList |
array<object> |
The data list. |
|
|
object |
The data list. |
||
| EcsCount |
integer |
The number of ECS instances. |
27 |
| Time |
integer |
The timestamp. |
1659405600 |
Examples
Success response
JSON format
{
"EndTime": 1736820365,
"StartTime": 1742177725,
"InvadeEcsCount": 2,
"RequestId": "F90E816D-BEE7-5BD6-95ED-474F54****",
"Interval": 60,
"DataList": [
{
"EcsCount": 27,
"Time": 1659405600
}
]
}
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.