更新ACL规则
更新时间:2021-03-29
描述
更新ACL规则信息。
请求结构
PUT /v{version}/acl/rule/{aclRuleId}?clientToken={clientToken} HTTP/1.1
Host: bcc.bj.baidubce.com
Authorization: authorization string
{
"description":"",
"protocol":"tcp",
"sourceIpAddress":"192.168.0.0",
"destinationIpAddress":"192.168.0.0/20",
"sourcePort":"1-65535",
"destinationPort":"443",
"position":2,
"action":"allow"
}
请求头域
除公共头域外,无其它特殊头域。
请求参数
参数名称 | 类型 | 是否必需 | 参数位置 | 描述 |
---|---|---|---|---|
version | String | 是 | URL参数 | API版本号 |
clientToken | String | 否 | Query参数 | 幂等性Token,是一个长度不超过64位的ASCII字符串,详见ClientToken幂等性 |
aclRuleId | String | 是 | URL参数 | ACL规则ID |
description | String | 否 | RequestBody参数 | 备注 |
protocol | String | 否 | RequestBody参数 | 协议,包括all tcp udp icmp |
sourceIpAddress | String | 否 | RequestBody参数 | 源IP |
destinationIpAddress | String | 否 | RequestBody参数 | 目的IP |
sourcePort | String | 否 | RequestBody参数 | 源端口 |
destinationPort | String | 否 | RequestBody参数 | 目的端口 |
position | Integer | 否 | RequestBody参数 | 优先级 1-5000且不能与已有条目重复。数值越小,优先级越高,规则匹配顺序为按优先级由高到低匹配 |
action | String | 否 | RequestBody参数 | 策略,包括allow和deny |
返回头域
除公共头域,无其它特殊头域。
返回参数
无特殊返回参数。
请求示例
PUT /v1/acl/rule/ar-f6ze0s95drra HTTP/1.1
host: bcc.bj.baidubce.com
content-type: application/json
authorization: bce-auth-v1/c98fb9a1366011e8912505e5e0ae9978/2018-04-02T10:54:32Z/3600/host;x-bce-account;x-bce-client-ip;x-bce-date;x-bce- request-id;x-bce-security-token/e66be5966b6d6728d8f0431b0cd10558e8a69989cbddfc5e9211371fe05fa7e9
{
"description" : "",
"protocol" : "tcp",
"sourceIpAddress" : "192.168.0.0",
"destinationIpAddress" : "192.168.0.0/20",
"sourcePort" : "1-65535",
"destinationPort" : "22",
"position" : 334,
"action" : "allow"
}
返回示例
HTTP/1.1 200 OK
x-bce-request-id: 9d3e5721-d77f-4984-9fff-3092fa4e31a3
Date:Fri, 17 Mar 2017 13:22:21 GMT
Content Type: application/json;charset=UTF 8
Server: BWS