调用 DescribeNLBServerGroupAttributes 接口,查询指定服务器组的详细信息。
名称 | 类型 | 是否必选 | 示例值 | 说明 |
---|---|---|---|---|
Action | String | 是 | DescribeNLBServerGroupAttributes | 要执行的操作,取值为DescribeNLBServerGroupAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
ServerGroupId | String | 是 | rsp-bp1o94dp5i6ea**** | 服务器组ID。您可以调用DescribeNLBServerGroups接口获取服务器组ID。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2024092952539010225146063030**** | 请求ID。 |
CreateTime | String | 2024-08-11T16:37:37Z | 服务器组的创建时间。 |
UpdateTime | String | 2024-08-11T16:37:37Z | 服务器组的最近操作时间。 |
AccountId | String | 2100066126 | 服务器组所属的账号ID。 |
ProjectName | String | default | 服务器组所属项目的名称。 |
ServerGroupId | String | rsp-bp1o94dp5i6ea**** | 服务器组的ID。 |
Protocol | String | TCP | NLB转发流量到后端服务器时使用的通信协议。 |
Status | String | Active | 服务器组的状态。 |
VpcId | String | vpc-p2ed5i6eaefh**** | 服务器组所属的私有网络ID。 |
ServerGroupName | String | myservergroup | 服务器组的名称。 |
Type | String | instance | 服务器组的类型。
|
Description | String | test | 服务器组的描述。 |
Scheduler | String | wrr | 调度算法。 |
IpAddressVersion | String | ipv4 | 服务器组的IP版本。 |
AnyPortEnabled | Boolean | true | 是否开启全端口转发。
|
ConnectionDrainEnabled | Boolean | true | 是否开启连接优雅中断。
|
ConnectionDrainTimeout | Integer | 60 | 连接优雅中断超时时间。 |
PreserveClientIpEnabled | Boolean | true | 是否开启源地址保持。
|
SessionPersistenceEnabled | Boolean | true | 是否开启会话保持。 |
SessionPersistenceTimeout | Integer | 60 | 会话保持超时时间。 |
ProxyProtocolType | String | 是否启用Proxy-Protocol协议。取值如下:
| |
HealthCheck | Array of Struct | -- | 服务器组中后端服务器的健康检查信息。具体请参见下表“HealthCheck”。 |
RelatedLoadBalancerIds | Array of String | ["nlb-qwdekht56fvb****", "nlb-wtglishtbg0oi****"] | 服务器组关联的NLB实例。 |
ServerCount | Integer | 1 | 服务器组中后端服务器的数量。 |
Tags | Array of Struct | -- | 服务器组的标签信息。具体请参见下表“Tags”。 |
HealthCheck
名称 | 类型 | 示例值 | 说明 |
---|---|---|---|
Enabled | Boolean | true | 监听器是否开启健康检查功能。
|
Type | String | HTTP | 健康检查的类型。
|
Port | Integer | 10 | 健康检查的端口。 |
Interval | Integer | 2 | 健康检查的时间间隔。 |
HealthyThreshold | Integer | 3 | 健康检查的健康阈值。 |
UnHealthyThreshold | Integer | 3 | 健康检查的不健康阈值。 |
Timeout | Integer | 2 | 健康检查的响应超时时间。 |
Method | String | GET | 健康检查的方法。
说明 仅参数 |
Uri | String | / | 健康检查的路径。 说明 仅参数 |
Domain | String | www.test | 健康检查的域名。 |
HttpCode | String | http_2xx,http_3xx | 健康检查正常的HTTP状态码。 说明 仅参数 |
Tags
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Key | String | k1 | 标签的标签键。 |
Value | String | v1 | 标签的标签值。 |
Servers
名称 | 类型 | 示例值 | 说明 |
---|---|---|---|
ServerId | String | rs-wgftyj4fk**** | 后端服务器的ID。 |
InstanceId | String | eni-wghjtfg4rth5**** | 后端服务器的实例ID或IP地址。 |
Type | String | eni | 后端服务器的类型。
|
Weight | Integer | 100 | 后端服务器的权重,取值:0 ~ 100。
|
Ip | String | 192.XX.XX.3 | 后端服务器的私网IP地址。 |
Port | Integer | 80 | 后端服务器提供服务的端口。 |
Description | String | test | 后端服务器的描述。 |
ZoneId | String | cn-guangzhou-a | 后端服务器支持接收哪些可用区的访问流量。 |
GET /?Action=DescribeNLBServerGroupAttributes&Version=2020-04-01&ServerGroupId=rsp-2fe5fln405oxruwbagicr**** HTTP/1.1 Host: open.volcengineapi.com Region: cn-guangzhou Service: clb
{ "ResponseMetadata": { "RequestId": "2024092952539010225146063030****", "Action": "DescribeNLBServerGroupAttributes", "Version": "2020-04-01", "Service": "clb", "Region": "cn-guangzhou" }, "Result": { "RequestId": "2024092952539010225146063030****", "CreateTime": "2024-09-29T03:48:47Z", "UpdateTime": "2024-09-29T03:50:57Z", "AccountId": "210005****", "ProjectName": "default", "ServerGroupId": "rsp-2fe5fln405oxruwbagicr****", "Protocol": "TCP", "Status": "Active", "VpcId": "vpc-impu4x01bta88gbssymw****", "ServerGroupName": "hyh-q", "Type": "instance", "Description": "", "Scheduler": "wrr", "IpAddressVersion": "ipv4", "AnyPortEnabled": true, "ConnectionDrainEnabled": false, "PreserveClientIpEnabled": true, "SessionPersistenceEnabled": false, "ProxyProtocolType": "off", "HealthCheck": { "Enabled": true, "Type": "HTTP", "Port": 80, "Interval": 10, "HealthyThreshold": 3, "UnhealthyThreshold": 3, "Timeout": 3, "Method": "HEAD", "Uri": "/", "Domain": "www.test.com", "HttpCode": "http_2xx" }, "RelatedLoadBalancerIds": [], "ServerCount": 0, "Tags": [], "Servers": [ { "ServerId": "rs-2fe5ag46tuku859gp67lb****", "InstanceId": "i-yddygw0cn4h9l3bp****", "Type": "ecs", "Weight": 100, "Ip": "192.XX.XX.5", "Port": 80, "Description": "", "ZoneID": "cn-guangzhou-a" } ] } }
您可访问公共错误码,获取更多错误码信息。