最近更新时间:2021-12-28
请求方法:GET
接口描述:
查询指定负载均衡实例的服务器组列表
指定服务器组ID时, 可以查询指定服务器组的详情
参数名称 | 类型 | 是否必须 | 备注 |
Action | string | 是 | 要执行的操作 DescribeServerGroupPage。 |
RegionId | string | 是 | 节点ID。 |
LoadbalancerId | string | 是 | 负载均衡ID。 |
ServerGroupIds | Array[string] | 否 | 服务器组ID列表。 |
参数名称 | 类型 | 备注 |
Code | string | 请求结果编码。 |
Msg | string | 请求结果信息。 |
Res | object | |
Total | string | 总条数。 |
Data | string | 数据。 |
+LbListenerReqDtos | string | 监听信息。 |
+++Status | integer | 状态。 |
+++Id | string | 监听ID。 |
+++ProtocolPort | string | 监听端口。 |
+++Protocol | string | 监听协议。 |
+++LoadbalancerId | string | 负载均衡ID。 |
+++Name | string | 监听名称。 |
+SessionDto | object | 会话保持信息。 |
++SessionType | string | 会话保持类型。 |
++CookieName | string | Cookie名称。 |
+LbServerDtoList | object [] | 服务器信息。 |
+++Status | integer | 服务器状态。 |
+++ServerPorts | object [] | 实服务端口信息。 |
+++++ServerId | string | 实服务ID。 |
+++++ServerGroupId | string | 服务器组ID。 |
+++++Id | string | 端口ID。 |
+++++Weight | integer | 权重。 |
+++++ServerPort | integer | 端口。 |
+++ServerId | string | 实服务ID。 |
+++InstanceStatus | string | 实服务状态。 |
+++ServerIp | string | 实服务IP。 |
+++ServerName | string | 实服务名称。 |
+++ServerGroupId | string | 服务器组ID。 |
+++PortId | string | 网卡ID。 |
+++Id | string | 实服务ID。 |
+Id | string | ID。 |
+Lbl7Policies | object [] | 转发策略。 |
+++Action | string | 策略。 |
+++Id | string | 策略ID。 |
+++LoadbalancerId | string | 负载均衡ID。 |
+++RedirectServerGroupId | string | 服务器组ID。 |
+++Name | string | 策略名称。 |
+Algorithm | string | 均衡算法。 |
+Name | string | 名称。 |
Page | integer | 页码。 |
Code | string |
GET https://api.unicloud.com/networks/slb?Action=DescribeServerGroup&RegionId=HB1-BJMY &LoadbalancerId=11111 &公共请求参数 Body { "Msg": "查询服务器组成功", "Res": { "Size": 2, "Total": 2, "Data": [ { "LbListenerReqDtos": [ { "Status": 0, "Id": "a5ba9768701f463284dbe03436936ae8", "ProtocolPort": 802, "Protocol": "HTTPS", "LoadbalancerId": "slb-j1gku73cbw6o", "Name": "a33" } ], "SessionDto": { "SessionType": "", "CookieName": "" }, "LbServerDtoList": [ { "Status": 0, "ServerPorts": [ { "ServerId": "ecs-jwz2973fs664", "ServerGroupId": "43b7429ff7ba419c8455a7d97f66c0ec", "Id": "49b0916b8fdb42a6b6488dbf16a55c99", "Weight": 1, "ServerPort": 42560 } ], "ServerId": "ecs-jwz2973fs664", "InstanceStatus": "RUNNING", "ServerIp": "10.3.0.26", "ServerName": "i-ihlYIF1bWH", "ServerGroupId": "43b7429ff7ba419c8455a7d97f66c0ec", "PortId": "eni-jwz2973fs666", "Id": "49b0916b8fdb42a6b6488dbf16a55c99" } ], "Id": "43b7429ff7ba419c8455a7d97f66c0ec", "Lbl7Policies": [ { "Action": "allow", "Id": "796c0d5f12344b1181e1e45bca211ddf", "LoadbalancerId": "slb-j1gku73cbw6o", "RedirectServerGroupId": "43b7429ff7ba419c8455a7d97f66c0ec", "Name": "dds" } ], "Algorithm": "ROUND_ROBIN", "Name": "ddd" }, { "SessionDto": { "SessionType": "", "CookieName": "" }, "LbServerDtoList": [ { "Status": 0, "ServerPorts": [ { "ServerId": "ecs-jwz2973fs664", "ServerGroupId": "aa9518f55f4442eb9f8c68e38791c98e", "Id": "c9e8eaeddf114e349356e5f44cd90ab4", "Weight": 1, "ServerPort": 15610 } ], "ServerId": "ecs-jwz2973fs664", "InstanceStatus": "RUNNING", "ServerIp": "10.3.0.26", "ServerName": "i-ihlYIF1bWH", "ServerGroupId": "43b7429ff7ba419c8455a7d97f66c0ec", "PortId": "eni-jwz2973fs666", "Id": "49b0916b8fdb42a6b6488dbf16a55c99" } ], "Id": "aa9518f55f4442eb9f8c68e38791c98e", "Algorithm": "ROUND_ROBIN", "Name": "ddd" } ], "Page": 1 }, "Code": "Network.Success" } |