调用 RemoveAclEntries 接口,为指定访问控制策略组删除IP条目。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | RemoveAclEntries | 要执行的操作,取值为RemoveAclEntries。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为:2020-04-01。 |
AclId | String | 是 | acl-3cj44nv0jhhxc6c6rrtet**** | 访问控制策略组ID。 |
Entries.N | String | 是 | Entries.1=192.XX.XX.7/16&Entries.2=172.XX.XX.0/24 | IP条目的地址段。
说明 删除IP条目时,会自动忽略不合法或不存在的IP条目。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20210811152539010225146063030**** | 请求ID。 |
GET /?Action=RemoveAclEntries&Version=2020-04-01&AclId=acl-3cj44nv0jhhxc6c6rrtet****&Entries.1=192.XX.XX.7/16&Entries.2=172.XX.XX.0/24 HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: clb
{ "ResponseMetadata": { "RequestId": "20210811152539010225146063030****", "Action": "RemoveAclEntries", "Version": "2020-04-01", "Service": "clb", "Region": "cn-beijing" }, "Result": { "RequestId": "20210811152539010225146063030****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidAcl.InvalidStatus | The specified ACL is not in the correct status for the request. | 指定的 ACL 所处状态无法响应该请求。 |
400 | InvalidAcl.UnSupportAction | The specified ACL does not support this action. | 指定的 ACL 不支持当前操作。 |
400 | InvalidIncorrectOrder.Malformed | The specified index order is malformed. | 指定的索引顺序参数格式不合法。 |
400 | LimitExceeded.IPOperation | You've reached the limit on the number of IP that you can operate at a time. | 已达到单次可操作的 IP 条目数量上限。 |
403 | InvalidResourceType.ServcieManaged | The specified ResourceType is managed by a service. | 指定的资源是服务托管资源。 |
404 | InvalidAcl.NotFound | The specified ACL does not exist. | 指定的 ACL 不存在。 |
409 | InvalidEntry.Conflict | The specified ACL Entry already exits. | 指定 ACL 的 IP 条目已存在。 |