开发者社区> 问答> 正文

主备服务器组相关API:DescribeMasterSlaveServerGroupAttribute


描述


查询由 MasterSlaveServerGroupId 指定的虚拟服务器组的详细信息。

请求参数

名称类型是否必须描述
ActionString操作接口名,系统规定参数。
取值:DescribeMasterSlaveServerGroupAttribute。
RegionIdString负载均衡实例所在Region。
MasterSlaveServerGroupIdString虚拟服务器组的唯一标识。


返回参数

名称类型描述
<公共参数>详见 <公共返回参数>
MasterSlaveServerGroupIdString主备虚拟服务器的唯一标识。
MasterSlaveServerGroupNameString虚拟服务器组的名称。
MasterSlaveBackendServersList虚拟服务器组中所有后端服务器列表,列表元素见下表。
  • MasterSlaveBackendServers
名称类型是否必须描述
ServerIdString后端服务器名称 ID,为 ECS 实例 ID。
PortInteger后端服务器使用的端口。
取值范围为 1~65535。
WeightInteger后端服务器的权重。
取值范围为 0~100,默认值为 100。
ServerTypeString取值为 Master 或 Slave。默认值为 Master。


返回示例


  • XML 格式
    1. <?xml version="1.0" encoding="utf-8"?>
    2. <DescribeMasterSlaveServerGroupAttribute>
    3.   <RequestId>9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18C</RequestId>
    4.   <MasterSlaveServerGroupId>rsp-cige6j5e7p</MasterSlaveServerGroupId>
    5.   <MasterSlaveServerGroupName>Group1</MasterSlaveServerGroupName>
    6.   <MasterSlaveBackendServers>
    7.       <MasterSlaveBackendServers>
    8.           <ServerId>vm-232</ServerId>
    9.           <Port>80</Port>
    10.           <Weight>100</Weight>
    11.           <ServerType>Master</ServerType>
    12.       </MasterSlaveBackendServers>
    13.       <MasterSlaveBackendServers>
    14.           <ServerId>vm-233</ServerId>
    15.           <Port>90</Port>
    16.           <Weight>100</Weight>
    17.           <ServerType>Slave</ServerType>            
    18.       </MasterSlaveBackendServers>
    19.   </MasterSlaveBackendServers>
    20. </DescribeMasterSlaveServerGroupAttribute>

  • JSON格式
    1. {
    2. "RequestId":"9DEC9C28-AB05-4DDF-9A78-6B08EC9CE18C",
    3. "MasterSlaveServerGroupId":"rsp-cige6j5e7p",
    4. "MasterSlaveServerGroupName":"Group1",
    5. "MasterSlaveBackendServers":{
    6.   "MasterSlaveBackendServers":[
    7.       {'ServerId':'vm-232','Port':'80','Weight':'100','ServerType':'Master'},
    8.       {'ServerId':'vm-233','Port':'90','Weight':'100','ServerType':'Slave'},
    9.   ]}
    10. }

展开
收起
行者武松 2017-10-18 14:43:02 1726 0
0 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

更多
Spring Boot2.0实战Redis分布式缓存 立即下载
CUDA MATH API 立即下载
API PLAYBOOK 立即下载