All Products
Search
Document Center

Cloud Firewall:DescribeInvadeEventDetail

Last Updated:Jan 14, 2026

Retrieves the details of a breach awareness event.

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.

218.76.30.XXX

Lang

string

No

The language of the response message.

Valid values:

  • en :

    English

  • zh :

    Chinese

zh

Lang

string

No

The language of the response message.

Valid values:

  • en :

    English

  • zh :

    Chinese

zh

AssetsInstanceId

string

Yes

The ID of the asset.

i-bp135d2rmbwpt****

EventUuid

string

Yes

The UUID of the breach awareness event.

92498578-7c42-4845-8c73-7e824782****

PublicIP

string

No

The public IP address.

182.92.103.XXX

Response elements

Element

Type

Description

Example

object

RiskLevel

integer

The risk level.

Valid values:

  • 1 :

    Low

  • 2 :

    Medium

  • 3 :

    High

2

EventKey

string

The key of the event.

C&CActivity

EventName

string

The name of the event.

event_test

EventDetail

string

The details of the event.

test

EventUuid

string

The UUID of the breach awareness event.

aa6e786c-5034-457a-8e05-1c63fab****

RegionNo

string

The ID of the region.

cn-hangzhou

FirstTime

integer

The time when the event first occurred.

1735006706

Reference

string

The reference information.

test

PrivateIP

string

The private IP address.

10.21.186.XXX

LastTime

integer

The time when the event last occurred.

1740104108

AssetsInstanceName

string

The name of the asset.

ECS_test

RequestId

string

The ID of the request.

8022D695-4A35-50BC-8697-EA9C233A****

EventDesc

string

The description of the event.

test

IsIgnore

boolean

Indicates whether the event is ignored.

Valid values:

  • true :

    The event is ignored.

  • false :

    The event is not ignored.

false

PublicIP

string

The public IP address.

106.15.185.XXX

ProcessStatus

integer

The processing status of the event.

Valid values:

  • 0 :

    Unhandled

  • 10 :

    Defended

  • 20 :

    Handled

1

AssetsInstanceId

string

The ID of the asset instance.

i-8vb2nmm070m****

OperationList

array<object>

The list of remediation operations.

object

A remediation operation.

Operate

string

The operation.

RunMode

Args

string

The parameters for the operation.

test

UnhandleOperationList

array<object>

The list of unhandled operations.

object

An unhandled operation.

Operate

string

The operation.

RunMode

Args

string

The parameters for the operation.

test

Examples

Success response

JSON format

{
  "RiskLevel": 2,
  "EventKey": "C&CActivity",
  "EventName": "event_test",
  "EventDetail": "test",
  "EventUuid": "aa6e786c-5034-457a-8e05-1c63fab****",
  "RegionNo": "cn-hangzhou",
  "FirstTime": 1735006706,
  "Reference": "test",
  "PrivateIP": "10.21.186.XXX",
  "LastTime": 1740104108,
  "AssetsInstanceName": "ECS_test",
  "RequestId": "8022D695-4A35-50BC-8697-EA9C233A****",
  "EventDesc": "test",
  "IsIgnore": false,
  "PublicIP": "106.15.185.XXX",
  "ProcessStatus": 1,
  "AssetsInstanceId": "i-8vb2nmm070m****",
  "OperationList": [
    {
      "Operate": "RunMode",
      "Args": "test"
    }
  ],
  "UnhandleOperationList": [
    {
      "Operate": "RunMode",
      "Args": "test"
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 ErrorAliUid Aliuid invalid. The aliuid is invalid.
400 ErrorParameters A parameter error occurred. A parameter error occurred.
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.