调用 DeleteRules 接口,删除指定HTTP/HTTPS监听器中的转发规则。
调用一次接口最多可以删除50个转发规则。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteRules | 要执行的操作,取值为DeleteRules。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为:2020-04-01。 |
ListenerId | String | 是 | lsn-2fek3rgsxhrsw5oxruwec**** | 监听器的ID。 |
RuleIds.N | String | 是 | RuleIds.1=rule-2fegss1cplxxc5oxruvvq****&RuleIds.2=rule-3ciynwkb46c6rrt4jszkd**** | 转发规则的ID,转发规则必须属于对应的监听器。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20210811152539010225146063030**** | 请求ID。 |
GET /?Action=DeleteRules&Version=2020-04-01&ListenerId=lsn-2fek3rgsxhrsw5oxruwec****&RuleIds.1=rule-2fegss1cplxxc5oxruvvq**** HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: clb
{ "ResponseMetadata": { "RequestId": "20210811152539010225146063030****", "Action": "DeleteRules", "Version": "2020-04-01", "Service": "clb", "Region": "cn-beijing" }, "Result": { "RequestId": "20210811152539010225146063030****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidDefaultRule.UnSupportAction | The specified Default Rule does not support this action. | 指定的默认转发规则不支持当前操作。 |
400 | InvalidLoadBalancer.InvalidStatus | The specified LoadBalancer is not in the correct status for the request. | 指定的负载均衡所处状态无法响应该请求。 |
403 | Forbidden | You are not authorized to perform operations on the specified service. | 无权限对指定服务进行操作。 |
403 | InvalidResourceType.ServcieManaged | The specified ResourceType is managed by a service. | 指定的资源是服务托管资源。 |
404 | InvalidListener.NotFound | The specified Listener does not exist. | 指定的监听器不存在。 |
404 | InvalidLoadBalancer.NotFound | The specified LoadBalancer does not exist. | 指定的负载均衡不存在。 |
404 | InvalidRule.NotFound | The specified Rule does not exist. | 指定的转发规则不存在。 |
409 | InvalidRule.Conflict | The specified Rule already exists. | 指定的转发规则已存在。 |