DescribeInvadeEventDetail

更新时间:
复制 MD 格式

Retrieves the details of a threat detection 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

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-cloudfirewall:DescribeInvadeEventDetail

get

*All Resource

*

None None

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 content within the response.

Valid values:

  • en :

    English

  • zh :

    Chinese

zh

Lang

string

No

The language of the content within the response.

Valid values:

  • en :

    English

  • zh :

    Chinese

zh

AssetsInstanceId

string

Yes

The ID of the asset.

i-bp135d2rmbwpt****

EventUuid

string

Yes

The UUID of the threat detection 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 of the event.

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 threat detection event.

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

RegionNo

string

The region ID.

cn-hangzhou

FirstTime

integer

The time when the event first occurred. This value is a UNIX timestamp. Unit: seconds.

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. This value is a UNIX timestamp. Unit: seconds.

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 :

    true

  • false :

    false

false

PublicIP

string

The public IP address.

106.15.185.XXX

ProcessStatus

integer

The handling status of the event.

Valid values:

  • 0 :

    Unhandled

  • 10 :

    Defended

  • 20 :

    Handled

1

AssetsInstanceId

string

The instance ID of the asset.

i-8vb2nmm070m****

OperationList

array<object>

The list of remediation operations.

object

The list of remediation operations.

Operate

string

The operation.

RunMode

Args

string

The parameters for the operation.

test

UnhandleOperationList

array<object>

The list of unhandled operations.

object

The list of unhandled operations.

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.