All Products
Search
Document Center

Security Center:ModifyInterceptionRule

Last Updated:Oct 24, 2025

Modifies a proactive defense rule for containers.

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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RuleIdlongYes

The ID of the rule.

500018
ClusterIdstringNo

The ID of the container cluster.

Note You can call the DescribeGroupedContainerInstances operation to query the IDs of container clusters.
c17ef568f81884cdab402decd5fcd****
RuleNamestringNo

The name of the rule.

tetsRule
RuleSwitchintegerNo

Specifies whether the rule is enabled. Valid values:

  • 1: enabled
  • 0: disabled
1
SrcTargetobjectNo

The source object of the rule. The following parameters are included:

{"targetId":400989}
DstTargetobjectNo

The destination objects of the rule. The following parameters are included:

  • targetId: the ID of the destination object. You can call the ListInterceptionTargetPage operation to query the ID.
  • ports: the destination port ranges.
{"targetId":600069,"ports":["80/8088"]}
InterceptTypeintegerNo

The interception mode. Valid values:

  • 1: block
  • 2: alert
  • 3: allow
1
OrderIndexlongNo

The priority of the rule. Valid values: 1 to 1000. A smaller value indicates a higher priority.

1

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

6961B151-B43C-533B-8B2E-1D3151D7F5B2

Examples

Sample success responses

JSONformat

{
  "RequestId": "6961B151-B43C-533B-8B2E-1D3151D7F5B2"
}

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
No change history