You need to enable JavaScript to run this app.
导航
RemoveNLBBackendServers
最近更新时间:2024.12.04 17:10:14首次发布时间:2024.12.04 17:10:14

调用 RemoveNLBBackendServers 接口,为指定服务器组移除后端服务器。

使用说明

调用一次接口最多可移除20台服务器。

请求参数

名称类型是否必选示例值说明
ActionStringRemoveNLBBackendServers要执行的操作,取值为RemoveNLBBackendServers。
VersionString2020-04-01API版本信息,当前版本为2020-04-01。
ServerGroupIdStringrsp-bp1o94dp5i6ea****服务器组ID。您可以调用DescribeNLBServerGroups接口获取服务器组ID。

ServerIds.N

String

ServerIds.1=rs-3cig8e5o0kxs06c6rrsqn****&ServerIds.2=rs-3cig8e7n1ozr46c6rrsfn****

后端服务器ID。您可以调用DescribeNLBServerGroupAttributes接口获取后端服务器的ID。

  • N:表示后端服务器的序号。取值范围为1 ~ 20。
  • 多个后端服务器ID间使用&分隔。

返回参数

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

请求示例

GET /?Action=RemoveNLBBackendServers&Version=2020-04-01&ServerGroupId=rsp-bp1o94dp5i6ea****&ServerIds.1=rs-3cig8e5o0kxs06c6rrsqn**** HTTP/1.1
Host: open.volcengineapi.com
Region: cn-guangzhou
Service: clb

返回示例

{
    "ResponseMetadata": {
        "RequestId": "202409291106382514606306AF947C****",
        "Action": "RemoveNLBBackendServers",
        "Version": "2020-04-01",
        "Service": "clb",
        "Region": "cn-guangzhou"
    },
    "Result": {
        "RequestId": "20240929110622514606306AF947C****",
    }
}

错误码

您可访问公共错误码,获取更多错误码信息。