You need to enable JavaScript to run this app.
导航
DeleteServerGroup
最近更新时间:2024.10.21 14:07:13首次发布时间:2021.08.31 10:37:27

调用 DeleteServerGroup 接口,删除后端服务器组。

调试

请求参数

名称
类型
是否必选
示例值
描述
ActionStringDeleteServerGroup要执行的操作,取值为DeleteServerGroup。
VersionString2020-04-01API版本信息,当前版本为:2020-04-01。

ServerGroupId

String

rsp-bp1o94dp5i6ea****

后端服务器组ID。
您可以调用DescribeServerGroups接口,查询后端服务器组ID。

返回参数

名称
类型
示例值
描述
RequestIdString20210811152539010225146063030****请求ID

请求示例

GET /?Action=DeleteServerGroup&Version=2020-04-01&ServerGroupId=rsp-bp1o94dp5i6ea**** HTTP/1.1
Host: open.volcengineapi.com
Region: cn-beijing
Service: clb

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20210811152539010225146063030****",
        "Action": "DeleteServerGroup",
        "Version": "2020-04-01",
        "Service": "clb",
        "Region": "cn-beijing"
    },
    "Result": {
        "RequestId": "20210811152539010225146063030****"
    }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

HttpCode
错误码
错误信息
描述
400InvalidLoadBalancer.InvalidStatusThe specified LoadBalancer is not in the correct status for the request.指定的负载均衡所处状态无法响应该请求。
400InvalidLoadBalancerOrPodEni.UnSupportActionThe specified LoadBalancer or PodEni status does not support this action.指定的负载均衡或者 PodEni 状态不支持当前操作。
400InvalidServerGroupListener.InUseThe specified ServerGroup has dependent resources Listener is in use.指定的后端服务器组绑定的监听器在占用中。
400InvalidServerGroupRule.InUseThe specified ServerGroup has dependent resources Rule is in use.指定的后端服务器组绑定的转发规则在占用中。
403ForbiddenYou are not authorized to perform operations on the specified service.无权限对指定服务进行操作。
403InvalidResourceType.ServcieManagedThe specified ResourceType is managed by a service.指定的资源是服务托管资源。
404InvalidLoadBalancer.NotFoundThe specified LoadBalancer does not exist.指定的负载均衡不存在。
404InvalidServerGroup.NotFoundThe specified ServerGroup does not exist.指定的后端服务器组不存在。