日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

ModifyVServerGroupBackendServers - 替換虛擬服務(wù)器組中的后端服務(wù)器

更新時(shí)間:

替換虛擬服務(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:ModifyVServerGroupBackendServersupdate
  • instance
    acs:ecs:{#regionId}:{#accountId}:instance/{#instanceId}
  • loadbalancer
    acs:slb:{#regionId}:{#accountId}:loadbalancer/{#loadbalancerId}
  • slb:tag

請(qǐng)求參數(shù)

名稱類型必填描述示例值
RegionIdstring

負(fù)載均衡實(shí)例的地域 ID。

cn-hangzhou
VServerGroupIdstring

服務(wù)器組 ID。

rsp-cige6j****
OldBackendServersstring

要被替換的后端服務(wù)器列表,包含以下參數(shù):

  • ServerId:String 類型,必選,后端服務(wù)器的實(shí)例 ID,分為 ECS 實(shí)例 ID、ENI 實(shí)例 ID 和 ECI 實(shí)例 ID,當(dāng) ServerId 參數(shù)值為 ENI 實(shí)例 ID 或 ECI 實(shí)例 ID 時(shí),Type 參數(shù)值必選。

  • Weight:后端服務(wù)器的權(quán)重,取值:0~100。默認(rèn)值:100。 如果值為 0,則不會(huì)將請(qǐng)求轉(zhuǎn)發(fā)給該后端服務(wù)器。

  • Description:String 類型,非必選,后端服務(wù)器描述,長度為 1~80 個(gè)字符,支持中文、字母、數(shù)字、短劃線(-)、正斜線(/)、半角句號(hào)(.)和下劃線(_)。

  • Type:后端服務(wù)器類型,取值:

    • ecs:ECS 實(shí)例(默認(rèn))。

    • eni:彈性網(wǎng)卡實(shí)例。

    • eci:彈性容器實(shí)例。

說明 只有性能保障型實(shí)例支持添加 eni 和 eci 類型的后端服務(wù)器。
  • ServerIp:ENI 或 ECI 的實(shí)例 IP。

  • Port:用來接收請(qǐng)求的后端端口。

示例說明如下:

  • 掛載 ECS 示例:

    [{ "ServerId": "i-xxxxxxxxx", "Weight": "100", "Type": "ecs", "Port":"80","Description":"test-112" }]

  • 掛載 ENI:

    [{ "ServerId": "eni-xxxxxxxxx", "Weight": "100", "Type": "eni", "ServerIp": "192.168.**.**", "Port":"80","Description":"test-112" }]

  • 掛載 ENI 多 IP:

    [{ "ServerId": "eni-xxxxxxxxx", "Weight": "100", "Type": "eni", "ServerIp": "192.168.**.**", "Port":"80","Description":"test-113" },{ "ServerId": "eni-xxxxxxxxx", "Weight": "100", "Type": "eni", "ServerIp": "172.166.**.**", "Port":"80","Description":"test-113" }]

  • 掛載 ECI:

    [{ "ServerId": "eci-xxxxxxxxx", "Weight": "100", "Type": "eci", "ServerIp": "192.168.**.**", "Port":"80","Description":"test-114" }]

說明 必須是狀態(tài)為運(yùn)行中的后端服務(wù)器才可以加入負(fù)載均衡實(shí)例,每次調(diào)用最多可添加 20 個(gè)后端服務(wù)器。
[{ "ServerId": "i-xxxxxxxxx", "Weight": "100", "Type": "ecs", "Port":"80","Description":"test-112" }]
NewBackendServersstring

新的后端服務(wù)器列表,包含以下參數(shù):

  • ServerId:String 類型,必選,后端服務(wù)器的實(shí)例 ID,分為 ECS 實(shí)例 ID、ENI 實(shí)例 ID 和 ECI 實(shí)例 ID,當(dāng) ServerId 參數(shù)值為 ENI 實(shí)例 ID 或 ECI 實(shí)例 ID 時(shí),Type 參數(shù)值必選。

  • Weight:后端服務(wù)器的權(quán)重,取值:0~100。默認(rèn)值:100。 如果值為 0,則不會(huì)將請(qǐng)求轉(zhuǎn)發(fā)給該后端服務(wù)器。

  • Description:String 類型,非必選,后端服務(wù)器描述,長度為 1~80 個(gè)字符,支持中文、字母、數(shù)字、短劃線(-)、正斜線(/)、半角句號(hào)(.)和下劃線(_)。

  • Type:后端服務(wù)器類型,取值:

    • ecs:ECS 實(shí)例(默認(rèn))。

    • eni:彈性網(wǎng)卡實(shí)例。

    • eci:彈性容器實(shí)例。

說明 只有性能保障型實(shí)例支持添加 eni 和 eci 類型的后端服務(wù)器。
  • ServerIp:ENI 或 ECI 的實(shí)例 IP。

  • Port:用來接收請(qǐng)求的后端端口。

示例說明如下:

  • 掛載 ECS 示例:

    [{ "ServerId": "i-xxxxxxxxx", "Weight": "100", "Type": "ecs", "Port":"80","Description":"test-112" }]

  • 掛載 ENI:

    [{ "ServerId": "eni-xxxxxxxxx", "Weight": "100", "Type": "eni", "ServerIp": "192.168.**.**", "Port":"80","Description":"test-112" }]

  • 掛載 ENI 多 IP:

    [{ "ServerId": "eni-xxxxxxxxx", "Weight": "100", "Type": "eni", "ServerIp": "192.168.**.**", "Port":"80","Description":"test-113" },{ "ServerId": "eni-xxxxxxxxx", "Weight": "100", "Type": "eni", "ServerIp": "172.166.**.**", "Port":"80","Description":"test-113" }]

  • 掛載 ECI:

    [{ "ServerId": "eci-xxxxxxxxx", "Weight": "100", "Type": "eci", "ServerIp": "192.168.**.**", "Port":"80","Description":"test-114" }]

說明 必須是狀態(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ù)

名稱類型描述示例值
object
VServerGroupIdstring

服務(wù)器組 ID。

rsp-cige6j****
RequestIdstring

請(qǐng)求 ID。

9DEC9C28-AB05-4DDF-9A78-6B08******
BackendServersarray<object>

后端服務(wù)器列表。

object

后端服務(wù)器列表。

Typestring

后端服務(wù)器類型,取值:

  • ecs(默認(rèn)):ECS 實(shí)例。

  • eni:彈性網(wǎng)卡實(shí)例。

  • eci:彈性容器實(shí)例。

ecs
Weightinteger

后端服務(wù)器的權(quán)重。

100
Descriptionstring

后端服務(wù)器描述。

后端服務(wù)器描述。
Portinteger

后端服務(wù)器使用的端口。

70
ServerIdstring

ECS 實(shí)例 ID 或 ENI 的實(shí)例 ID。

i-bp1ge5hrp****

示例

正常返回示例

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ò)誤信息描述
400InvalidParameterThe specified BackendServers contain duplicated value of ServerID and Port.指定的后端服務(wù)器包含重復(fù)的服務(wù)ID和端口值。
400Mismatched.ZoneIdThe zone of the server is not matched with the cloud box loadbalancer.當(dāng)前服務(wù)器的可用區(qū)與云盒實(shí)例可用區(qū)不匹配。
400InvalidBackendServers.ServerIpConflict%s.存在相同TunnelId和RsIp配置的后端服務(wù)器。
400OperationUnsupported.ModifyVServerGroupBackendServersThis type of backend server is not allowed to attached to singleTunnel or anyTunnel lb.這種類型的后端服務(wù)器不允許附加到 singleTunnel 或 anyTunnel lb。
400IncorrectStatus.RSByPassToas%s.指定后端服務(wù)器的BypassToa配置無效。
400BackendServer.InvalidTypeThe specified Type is invalid.后端服務(wù)器類型非法。
400BackendServer.ServerRegionIdNotEqualThe specified ServerRegionId must be equal.后端服務(wù)器必須屬于同一個(gè)地域。
400OperationFailed.InvalidCenThe cen related with this loadbalancer is invalid.操作失敗,原因是指定負(fù)載均衡實(shí)例關(guān)聯(lián)的Cen信息缺失。
400IncorrectStatus.CenNotAssociatedThe action is invalid because the loadbalancer is not associated with cen.該操作無效,因?yàn)楫?dāng)前負(fù)載均衡實(shí)例未與cen關(guān)聯(lián)。
400InvalidBackendServers.MissingCenBandWidthThe bandwidth is missing between loadbalancer and backendServers in cen.Cen中的負(fù)載均衡實(shí)例所在的地域和掛載的目標(biāo)地域之間要有帶寬包。
400InvalidBackendServers.VpcNotInCenThe BackendServers is not in the cen associated with the loadbalancer.后端服務(wù)器不在與負(fù)載均衡關(guān)聯(lián)的cen中。
400InvalidServerId.NotExistThe specified ServerId is not exist.指定的后端服務(wù)器不存在。
400MissingParameter.ServerRegionIdThe parameter ServerRegionId is required.參數(shù)ServerRegionId缺失。
400MissingParameter.VbrIdThe parameter VbrId is required.參數(shù)VbrId缺失。
400InvalidParameter.ServerRegionIdThe parameter ServerRegionId is invalid for crossborder.指定的ServerRegionId無效。請(qǐng)檢查參數(shù)約束,并在修改后重試。
400InvalidVbrId.NotInCenThe VbrId is not in the cen associated with the loadbalancer.指定的Vbr不在實(shí)例關(guān)聯(lián)的Cen內(nèi)。
400InvalidParameter.ServerRegionIdThe specified ServerRegionId is invalid.指定的ServerRegionId無效。請(qǐng)檢查參數(shù)約束,并在修改后重試。
400InvalidParameter.ZoneNotSupportThe zone does not support the parameter %s.當(dāng)前可用區(qū)不支持指定參數(shù)。
400MasterSlaveServerConflictThe servers are conflict for MasterSlaveGroup.主備服務(wù)器組的后端服務(wù)器沖突。
400NetworkConflict%s.虛擬服務(wù)器組和ECS配置信息不一致。

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
2023-09-08OpenAPI 錯(cuò)誤碼發(fā)生變更查看變更詳情