API 名称:ModifyServerGroupBackendServers。
API 域名:open.volcengineapi.com 。
API 描述:修改指定服务器组内的后端服务器。
节流限制:每秒最多提交 5 个 API 请求。
在使用该部分 API 提交请求时必须包含以下 URI 参数。
除了 URI 参数,该 API 请求还需要包含签名参数。关于更多签名参数的信息,参见公共请求参数。
名称 | 类型 | 是否必选 | 格式 | 说明 |
---|---|---|---|---|
Action | string | 是 | [a-zA-Z]+ | API 名称,如 ModifyServerGroupBackendServers。 |
Version | string | 是 | YYYY-MM-DD | API 版本信息。该参数的取值是 2020-04-01 。 |
X-Expires | int | 否 | 900 | 表示签名的有效时间,单位是秒,默认值是900。 |
在使用该 API 提交请求时,请求参数中可以包含的参数如下。
参数 | 类型 | 是否必选 | 参数说明 | 示例值 |
---|---|---|---|---|
ServerGroupId | String | 是 | 后端服务器组ID。 | rsp-bp1o94dp5i6ea******** |
Servers | Array | 是 | 修改服务器的相关信息。详见下表 Servers 。 | - |
Servers
参数 | 类型 | 是否必选 | 参数说明 | 示例值 |
---|---|---|---|---|
Servers.N.ServerId
| List of Struct
| 是 | 后端服务器ID。
| Servers.1.ServerId=rs-3tm2xa50h63vj0x0********&Servers.2.ServerId=rs-l8u2az8md58lltkk******** |
Servers.N.Weight
| List of Struct | 否 | 后端服务器的权重,取值:0 ~ 100。
| Servers.1.Weight=100&Servers.2.Weight=100 |
Servers.N.Port
| List of Struct | 是 | 后端服务器接收请求的端口号,取值:1-65535。 | Servers.1.Port=88&Servers.2.Port=443 |
Servers.N.Description
| List of Struct | 否 | 后端服务器描述。
| Servers.1.Description=ecs1&Servers.2.Description=ecs2 |
参数 | 类型 | 参数说明 | 示例值 |
---|---|---|---|
RequestId | String | 请求ID。 | 20210811152539010225146063030**** |
GET /?Action=ModifyServerGroupBackendServers&ServerGroupId=rsp-1g1f1g8rwii****uxxxn4h9n&Servers.1.ServerId=rs-3tm2xa50h63vj0x0****&Servers.1.Port=12&Servers.1.Weight=2&Version=2020-04-01 HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing ServiceName: alb
{ "ResponseMetadata": { "RequestId": "20210816110638****2514606306AF947C", "Action": "ModifyServerGroupBackendServers", "Version": "2020-04-01", "Service": "alb", "Region": "cn-beijing" }, "Result": { "RequestId": "202108161106****22514606306AF947C", } }
如果响应正文包含 Error 字段,则表示 API 请求失败。此处仅展示当前 API 的错误码,更多错误码请参见公共错误码。
HTTP Code | 错误码 | 错误信息 | 错误描述 |
---|---|---|---|
400 | OperationDenied.AccountArrears | The request on the specified resource is denied due to the account being in arrears status. | 因账号处于欠费状态,对于该资源的操作请求被拒绝。 |
400 | LimitExceed.BackendServer | You've reached the limit on the number of backend servers that you can operate at a time. | 已达到单次可操作的后端服务器的数量上限。 |
400 | InvalidIndexOrder.Malformed | The specified index order is malformed. | 指定的索引顺序参数格式不合法。 |
400 | InvalidServers.Weight.Malformed | The specified Servers.Weight is malformed. | 指定的 Servers.Weight 参数格式不合法。 |
400 | InvalidServers.Port.Malformed | The specified Servers.Port is malformed. | 指定的 Servers.Port 参数格式不合法。 |
400 | InvalidServers.Description.Malformed | The specified Servers.Description is malformed. | 指定的 Servers.Description 参数格式不合法。 |
400 | InvalidServers.ServerId.Duplicated | The specified Servers.ServerId is duplicated. | 指定的 Servers.ServerId 重复。 |
400 | InvalidServers.Port.Duplicated | The specified Servers.Port is duplicated. | 指定的服务器端口重复。 |
400 | InvalidLoadBalancer.InvalidStatus | The related LoadBalancer is not in the correct status for the request. | 关联的 ALB 实例所处状态无法响应该请求。 |
400 | InvalidServerGroup.InvalidStatus | The specified ServerGroup is not in the correct status for the request. | 指定的服务器组所处状态无法响应该请求。 |
404 | InvalidServerGroup.NotFound | The specified ServerGroup does not exist. | 指定的服务器组不存在。 |
404 | InvalidBackendServer.NotFound | The specified BackendServer does not exist. | 指定的后端服务器不存在。 |
409 | InvalidServers.Port.Conflict | The specified Servers.Port already exists. | 指定的服务器端口已存在。 |