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