替換虛擬服務器組中的后端服務器。
接口說明
該接口只用于替換虛擬服務器組中的后端服務器,如果您需要修改后端服務器的權重等配置,請參見 SetVServerGroupAttribute 。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
slb:ModifyVServerGroupBackendServers | update |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 負載均衡實例的地域 ID。 | cn-hangzhou |
VServerGroupId | string | 是 | 服務器組 ID。 | rsp-cige6j**** |
OldBackendServers | string | 否 | 要被替換的后端服務器列表,包含以下參數:
說明
只有性能保障型實例支持添加 eni 和 eci 類型的后端服務器。
示例說明如下:
說明
必須是狀態為運行中的后端服務器才可以加入負載均衡實例,每次調用最多可添加 20 個后端服務器。
| [{ "ServerId": "i-xxxxxxxxx", "Weight": "100", "Type": "ecs", "Port":"80","Description":"test-112" }] |
NewBackendServers | string | 否 | 新的后端服務器列表,包含以下參數:
說明
只有性能保障型實例支持添加 eni 和 eci 類型的后端服務器。
示例說明如下:
說明
必須是狀態為運行中的后端服務器才可以加入負載均衡實例,每次調用最多可添加 20 個后端服務器。
| [{ "ServerId": "eni-xxxxxxxxx", "Weight": "100", "Type": "eni", "ServerIp": "192.168.**.**", "Port":"80","Description":"test-112" },{ "ServerId": "eni-xxxxxxxxx", "Weight": "100", "Type": "eni", "ServerIp": "172.166.**.**", "Port":"80","Description":"test-113" }] |
返回參數
示例
正常返回示例
JSON
格式
{
"VServerGroupId": "rsp-cige6j****",
"RequestId": "9DEC9C28-AB05-4DDF-9A78-6B08******",
"BackendServers": {
"BackendServer": [
{
"Type": "ecs",
"Weight": 100,
"Description": "后端服務器描述。",
"Port": 70,
"ServerId": "i-bp1ge5hrp****"
}
]
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter | The specified BackendServers contain duplicated value of ServerID and Port. | 指定的后端服務器包含重復的服務ID和端口值。 |
400 | Mismatched.ZoneId | The zone of the server is not matched with the cloud box loadbalancer. | 當前服務器的可用區與云盒實例可用區不匹配。 |
400 | InvalidBackendServers.ServerIpConflict | %s. | 存在相同TunnelId和RsIp配置的后端服務器。 |
400 | OperationUnsupported.ModifyVServerGroupBackendServers | This type of backend server is not allowed to attached to singleTunnel or anyTunnel lb. | 這種類型的后端服務器不允許附加到 singleTunnel 或 anyTunnel lb。 |
400 | IncorrectStatus.RSByPassToas | %s. | 指定后端服務器的BypassToa配置無效。 |
400 | BackendServer.InvalidType | The specified Type is invalid. | 后端服務器類型非法。 |
400 | BackendServer.ServerRegionIdNotEqual | The specified ServerRegionId must be equal. | 后端服務器必須屬于同一個地域。 |
400 | OperationFailed.InvalidCen | The cen related with this loadbalancer is invalid. | 操作失敗,原因是指定負載均衡實例關聯的Cen信息缺失。 |
400 | IncorrectStatus.CenNotAssociated | The action is invalid because the loadbalancer is not associated with cen. | 該操作無效,因為當前負載均衡實例未與cen關聯。 |
400 | InvalidBackendServers.MissingCenBandWidth | The bandwidth is missing between loadbalancer and backendServers in cen. | Cen中的負載均衡實例所在的地域和掛載的目標地域之間要有帶寬包。 |
400 | InvalidBackendServers.VpcNotInCen | The BackendServers is not in the cen associated with the loadbalancer. | 后端服務器不在與負載均衡關聯的cen中。 |
400 | InvalidServerId.NotExist | The specified ServerId is not exist. | 指定的后端服務器不存在。 |
400 | MissingParameter.ServerRegionId | The parameter ServerRegionId is required. | 參數ServerRegionId缺失。 |
400 | MissingParameter.VbrId | The parameter VbrId is required. | 參數VbrId缺失。 |
400 | InvalidParameter.ServerRegionId | The parameter ServerRegionId is invalid for crossborder. | 指定的ServerRegionId無效。請檢查參數約束,并在修改后重試。 |
400 | InvalidVbrId.NotInCen | The VbrId is not in the cen associated with the loadbalancer. | 指定的Vbr不在實例關聯的Cen內。 |
400 | InvalidParameter.ServerRegionId | The specified ServerRegionId is invalid. | 指定的ServerRegionId無效。請檢查參數約束,并在修改后重試。 |
400 | InvalidParameter.ZoneNotSupport | The zone does not support the parameter %s. | 當前可用區不支持指定參數。 |
400 | MasterSlaveServerConflict | The servers are conflict for MasterSlaveGroup. | 主備服務器組的后端服務器沖突。 |
400 | NetworkConflict | %s. | 虛擬服務器組和ECS配置信息不一致。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-09-08 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |