All Products
Search
Document Center

Security Center:AddSasContainerWebDefenseRule

Last Updated:Feb 20, 2024

Creates a rule for container tamper-proofing.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RuleNamestringNo

The name of the rule.

test-2020
PathConfDTOListobject []No

The paths that you want to protect.

DefensePathstringYes

The path that you want to protect.

/usr/test/
BackupPathstringNo

The backup path.

/tmp/test
ExcludeFilePathstringNo

The path to the file that you want to exclude.

/usr/test/tt
ExcludeFileTypestringNo

The type of the file that you want to exclude.

jsp
ExcludeFilestringNo

The file that you want to exclude.

/usr/test/aa
GuardTypeintegerYes

The protecion mode. Valid values:

  • 0: basic mode (whitelist)
  • 1: complex mode (blacklist)
0
IncludeFileTypestringNo

The type of the file that you want to include.

*.jsp
IncludeFilestringNo

The file that you want to include.

/usr/test/t1
DefenseModestringNo

The prevention mode. Valid values:

  • block
  • audit
audit
ProcessPathListarrayYes

The processes that you want to add to the whitelist.

stringNo

The process that you want to add to the whitelist.

/bin/cp

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

8B4B6E6D-B0B0-5F05-A14E-82917D9648EE
Datalong

The unique value of the created rule.

200634

Examples

Sample success responses

JSONformat

{
  "RequestId": "8B4B6E6D-B0B0-5F05-A14E-82917D9648EE",
  "Data": 200634
}

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.