增加容器防篡改规则。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RuleName | string | 否 | 规则名称。 | test-2020 |
PathConfDTOList | array<object> | 否 | 规则防御路径列表。 | |
object | 否 | 防御规则路径。 | ||
DefensePath | string | 是 | 防御路径。 | /usr/test/ |
BackupPath | string | 否 | 备份路径。 | /tmp/test |
ExcludeFilePath | string | 否 | 排除文件路径。 | /usr/test/tt |
ExcludeFileType | string | 否 | 排除文件类型。 | jsp |
ExcludeFile | string | 否 | 排除的文件。 | /usr/test/aa |
GuardType | integer | 是 | 防护模式 。
| 0 |
IncludeFileType | string | 否 | 包含文件的类型。 | *.jsp |
IncludeFile | string | 否 | 包含的文件。 | /usr/test/t1 |
DefenseMode | string | 否 | 防护模式 。
| audit |
ProcessPathList | array | 是 | 白名单进程列表。 | |
string | 否 | 白名单进程。 | /bin/cp |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "8B4B6E6D-B0B0-5F05-A14E-82917D9648EE",
"Data": 200634
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | NoPermission | caller has no permission | 当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。 |
500 | ServerError | ServerError | 服务故障,请稍后重试! |
访问错误中心查看更多错误码。