All Products
Search
Document Center

Security Center:ModifyInterceptionRule

Last Updated:Mar 21, 2023

Modifies a proactive defense rule for containers.

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.

NoteYou 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 list of source network objects.

DstTargetobjectNo

The list of destination network objects.

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.