All Products
Search
Document Center

Cloud Firewall:DescribeInvadeEcsTrend

Last Updated:Jan 07, 2026

Queries the trend of vulnerabilities on ECS instances.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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:

  • en :

    English

  • zh :

    Chinese

zh

Lang

string

No

The language of the response.

Valid values:

  • en :

    English

  • zh :

    Chinese

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.