All Products
Search
Document Center

Cloud Firewall:DescribeInvadeEventNameList

Last Updated:Oct 16, 2025

Retrieves a list of vulnerability names.

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.

36.112.73.XXX

Lang

string

No

The language type.

Valid values:

  • en :

    English

  • zh :

    Chinese

zh

Lang

string

No

The language type.

Valid values:

  • en :

    English

  • zh :

    Chinese

zh

StartTime

string

No

The start time. This is a UNIX timestamp in seconds.

1757620800

EndTime

string

No

The end time. This is a UNIX timestamp in seconds.

1738780437

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

6ABAA264-E7B5-5D66-8FC3-9253100****

NameList

array

A list of vulnerability names.

string

A list of vulnerability names.

[]

EventNameList

array<object>

A list of anomalous activity names.

object

A list of anomalous activity names.

EventKey

string

The unique identifier of the vulnerability event.

CActivity

EventName

string

The name of the vulnerability event.

可疑中控通信

Examples

Success response

JSON format

{
  "RequestId": "6ABAA264-E7B5-5D66-8FC3-9253100****",
  "NameList": [
    "[]"
  ],
  "EventNameList": [
    {
      "EventKey": "CActivity",
      "EventName": "可疑中控通信"
    }
  ]
}

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.