替换后端服务器组中的后端服务器。
接口说明
ReplaceServersInServerGroup 接口属于异步接口,即系统返回一个请求 ID,但该后端服务器尚未替换成功,系统后台的替换任务仍在进行。
-
您可以调用 ListServerGroups 查询服务器组的状态:
当服务器组处于 Configuring 状态时,表示服务器组正在变配中。
当服务器组处于 Available 状态时,表示服务器组运行中。
-
您可以调用 ListServerGroupServers 查询后端服务器的状态:
当后端服务器处于 Replacing 状态时,表示服务器组移出服务器并加入新的服务器。
当后端服务器处于** Available**状态时,表示后端服务器运行中。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
alb:ReplaceServersInServerGroup |
update |
*ServerGroup
NetworkInterface
Instance
ContainerGroup
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
ServerGroupId |
string |
是 |
服务器组 ID。 说明
函数计算类型的服务器组不支持替换后端服务器。 |
sgp-5114d593o96qxy**** |
AddedServers |
array |
是 |
待添加的后端服务器列表,单次调用最多支持传入 200 个服务器。 |
|
object |
否 |
后端服务器结构体。 |
||
Description |
string |
否 |
后端服务器描述。长度为 2~256 个英文或中文字符,不能以 http://和 https://开头。 |
test |
Port |
integer |
是 |
后端服务器组使用的端口。取值范围:1~65535。单次调用最多支持传入 200 个服务器。 |
80 |
ServerId |
string |
是 |
后端服务器 ID。单次调用最多支持传入 200 个服务器。
说明
函数计算类型的服务器组不支持替换后端服务器。您可以通过调用 ListServerGroups 接口获取服务器组类型的取值。 |
i-bp1f9kdprbgy9uiu**** |
ServerIp |
string |
否 |
指定 IP 地址。 当 ServerType 为 Eni 时,支持指定 ENI 的主私网 IP 或辅助私网 IP。 |
192.168.1.1 |
ServerType |
string |
是 |
后端服务器类型。 单次调用最多支持添加 200 个服务器。取值:
|
Ecs |
Weight |
integer |
否 |
后端服务器的权重,单次调用最多支持传入 200 个服务器。 取值:0~100。默认值:100。如果设置权重为 0,则不会将请求转发给该后端服务器。 |
100 |
RemovedServers |
array |
是 |
待删除的后端服务器。 |
|
object |
否 |
待删除的后端服务器的结构体。 |
||
ServerId |
string |
是 |
后端服务器 ID。单次调用最多支持传入 200 个服务器。
说明
函数计算类型的服务器组不支持替换后端服务器。您可以通过调用 ListServerGroups 接口获取服务器组类型的取值。 |
i-bp1f9kdprbgy9uiu**** |
ServerIp |
string |
否 |
指定 IP 地址。 当 ServerType 为 Eni 时,支持指定 ENI 的主私网 IP 或辅助私网 IP。 |
192.168.1.12 |
ServerType |
string |
是 |
后端服务器类型,单次调用最多支持传入 200 个服务器。取值:
|
ecs |
Port |
integer |
是 |
后端服务器使用的端口。取值范围:1~65535。单次调用最多支持传入 200 个服务器。 |
81 |
ClientToken |
string |
否 |
客户端 Token,用于保证请求的幂等性。 从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符。 说明
若您未指定,则系统自动使用 API 请求的 RequestId 作为 ClientToken 标识。每次 API 请求的 RequestId 不一样。 |
593B0448-D13E-4C56-AC0D-FDF0FDE0E9A3 |
DryRun |
boolean |
否 |
是否只预检此次请求,取值:
|
true |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
返回数据结构体。 |
||
JobId |
string |
异步任务 ID。 |
72dcd26b-f12d-4c27-b3af-18f6aed5**** |
RequestId |
string |
请求 ID。 |
365F4154-92F6-4AE4-92F8-7FF34B540710 |
示例
正常返回示例
JSON
格式
{
"JobId": "72dcd26b-f12d-4c27-b3af-18f6aed5****",
"RequestId": "365F4154-92F6-4AE4-92F8-7FF34B540710"
}
错误码
HTTP status code |
错误码 |
错误信息 |
描述 |
---|---|---|---|
400 | ResourceQuotaExceeded.ServerAddedNum | The quota of %s is exceeded for resource %s, usage %s/%s. | 服务器添加到组已超额度限制。 |
400 | IncorrectStatus.ServerGroup | The status of %s [%s] is incorrect. | 服务器组状态无效。 |
400 | Conflict.BackendServer | There is already %s having the same configuration with %s. | 服务器冲突,已经存在同配置的后端服务器。 |
400 | DuplicatedParam.BackendServer | The param of %s is duplicated. | 参数%s是重复的。 |
400 | OperationDenied.EciNotSupportJobType | The operation is not allowed because of eci not support job type. | 服务器组不支持添加Job优化型ECI实例。 |
400 | Mismatch.ServerType | The %s is mismatched for %s and %s. | %s在%s和%s中不匹配。 |
400 | ResourceInConfiguring | The specified resource of %s is being configured. Please try again later. | 指定的资源在变更中,请稍后再试 |
400 | ResourceQuotaExceeded.LoadBalancerServersNum | The quota of %s is exceeded for resource %s, usage %s/%s. | 后端服务器数已超额度限制。 |
400 | ResourceInConfiguring.BackendServer | The specified resource of %s is being configured, please try again later. | 指定的资源%s正在配置中,请稍后再试 |
400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. | 该请求使用了与之前不相同的请求相同的客户端令牌。除非请求相同,否则请勿在不同请求之间重用客户端令牌。 |
404 | ResourceNotFound.ServerGroup | The specified resource %s is not found. | 后端服务器组不存在。 |
404 | ResourceNotFound.Ecs | The specified resource %s is not found. | Ecs服务器不存在。 |
404 | ResourceNotFound.Eci | The specified resource %s is not found. | Eci服务器不存在。 |
404 | ResourceNotFound.Eni | The specified resource %s is not found. | 资源%s不存在。 |
404 | ResourceNotFound.BackendServer | The specified resource %s is not found. | 服务器组不存在。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。