All Products
Search
Document Center

Security Center:UpdateFileProtectClientEvent

Last Updated:Jun 16, 2026

Updates the status of a file protection 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-sas:UpdateFileProtectClientEvent

update

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

SelectAll

boolean

Yes

Specifies whether to select all.

true

IdList

array

No

The list of event IDs.

integer

No

The list of event IDs.

123

RuleName

string

No

The rule name.

tetsRule

Status

string

No

The event status. Valid values:

  • 0: Unhandled.

  • 1: Handled.

  • 2: Whitelisted.

1

AlertLevels

array

No

The list of alert notification levels.

integer

No

The alert notification level. Valid values:

  1. No alert

  2. Reminder

  3. Suspicious

  4. High-risk.

2

InstanceId

string

No

The ID of the asset instance.

i-bp1fu4aqltf1huhc****

Uuid

string

No

The UUID of the protected server.

ae1527a9-2308-46ab-b10a-48ae7ff7****

InstanceName

string

No

The name of the asset instance.

test

InternetIp

string

No

The public IP address.

120.27.XX.XX

IntranetIp

string

No

The internal IP address.

172.26.XX.XX

StartTime

integer

No

The start time.

1649260800000

EndTime

integer

No

The timestamp of the end time.

1650470399999

Operation

string

No

The type of the operation.

READ

ProcPath

string

No

The process path.

/root/1111/****

FilePath

string

No

The file path.

/etc/pam****

ExcludeIdList

array

No

The list of excluded event IDs.

integer

No

The list of excluded IDs.

12

NewStatus

integer

Yes

The new status. Valid values:

  • 0: Unhandled.

  • 1: Handled.

  • 2: Whitelisted.

1

Remark

array

No

The remarks.

string

No

The remarks.

testECS

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

69BFFCDE-37D6-5A49-A8BC-BB03AC83****

Examples

Success response

JSON format

{
  "RequestId": "69BFFCDE-37D6-5A49-A8BC-BB03AC83****"
}

Error codes

HTTP status code

Error code

Error message

Description

400 IllegalParameter Illegal parameter, please check the param.
500 ServerError ServerError
403 NoPermission caller has no permission

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.