All Products
Search
Document Center

Security Center:UpdateFileProtectEventStatus

Last Updated:Dec 29, 2025

Modifies the status of core file monitoring events reported by the Security Center agent.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:UpdateFileProtectEventStatusupdate
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
IdarrayNo

The IDs of the events.

longNo

The ID of the event.

315
StatusintegerNo

The handling status of the event. Valid values:

  • 0: unhandled
  • 1: handled
  • 2: added to the whitelist
0
RuleNamestringNo

The name of the defense rule.

tetsRule
AlertLevelsarrayNo

The severities of alerts.

integerNo

The severity of the alert. Valid values:

  1. high
  2. medium
  3. low
high
InstanceIdstringNo

The instance ID of the asset.

i-bp1g6wxdwps7s9dz****
UuidstringNo

The UUID of the server.

Note You can call the DescribeCloudCenterInstances operation to query the UUIDs of servers.
eb2c782e-64f2-4590-a86c-d90164df****
InstanceNamestringNo

The name of the server.

test
InternetIpstringNo

The public IP address of the server.

120.27.XX.XX
IntranetIpstringNo

The private IP address of the server.

172.26.XX.XX
StartTimelongNo

The beginning of the time range to query. Unit: milliseconds.

1680919232000
EndTimelongNo

The end of the time range to query. Unit: milliseconds.

1649040221
OperationstringNo

Type of operation on a file. eg:

  • DELETE: delete the file.
  • WRITE: write the file.
  • READ: read the file.
  • RENAME: rename the file.
  • CHOWN: set the file owner and file association group operations.
READ
SelectAllAcrossPagesbooleanNo

Whether to choose all fields across industries.

  • true: yes
  • false: no
true

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

C286491D-4A2F-589A-B63B-D2AD3DA9BD71

Examples

Sample success responses

JSONformat

{
  "RequestId": "C286491D-4A2F-589A-B63B-D2AD3DA9BD71"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2025-12-02The Error code has changed. The request parameters of the API has changedView Change Details
2023-10-24The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-10-07The internal configuration of the API is changed, but the call is not affectedView Change Details