调用 DescribeServerGroups 接口,查询满足指定条件的后端服务器组。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeServerGroups | 要执行的操作,取值为DescribeServerGroups。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为:2020-04-01。 |
LoadBalancerId | String | 否 | clb-bp1o94dp5i6ea**** | 负载均衡实例ID。 |
ServerGroupName | String | 否 | myservergroup | 后端服务器组名称。 |
ServerGroupIds.N | String | 否 | ServerGroupIds.1=rsp-2fel9y8pxr56o5oxruuuu****&ServerGroupIds.2=rsp-1g0ogy36a8t8g8ibuxwy5**** | 后端服务器组的ID。
|
Type | String | 否 | instance | 后端服务器组的类型。取值如下:
|
TagFilters.N.Key | String | 否 | TagFilters.1.Key=k1&TagFilters.2.Key=k2&TagFilters.3.Key=k3 | 标签的标签键。
|
TagFilters.N.Values.N | String | 否 | TagFilters.1.Values.1=v1&TagFilters.1.Values.2=v2&TagFilters.3.Values.1=v1 | 标签的标签值。
说明
|
PageNumber | Integer | 否 | 1 | 列表的页码,默认值为1。 |
PageSize | Integer | 否 | 20 | 分页查询时每页的行数,取值范围为1 ~100,默认为10。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20210811152539010225146063030**** | 请求ID。 |
TotalCount | Integer | 50 | 符合条件的后端服务器组总数。 |
PageNumber | Integer | 1 | 当前页码。 |
PageSize | Integer | 20 | 当前分页的行数。 |
ServerGroups | Array of Struct | - | 符合条件的后端服务器组的详细信息。具体请参见下表“ ServerGroups ”。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ServerGroupId | String | rsp-2fel9y8pxr56o5oxruuuu**** | 后端服务器组的ID。 |
ServerGroupName | String | myservergroup | 后端服务器组的名称。 |
Type | String | instance | 后端服务器组的类型。
|
Description | String | test | 后端服务器组的描述。 |
CreateTime | String | 2021-08-11T16:37:37Z | 后端服务器组的创建时间。 |
UpdateTime | String | 2021-08-11T16:37:37Z | 后端服务器组的最近操作时间。 |
AddressIpVersion | String | ipv4 | 后端服务器组的IP地址类型。
说明 支持IPv6后端的功能正在邀测中,暂仅支持完成 企业认证 的账号申请试用,如需试用,请联系客户经理。 |
AnyPortEnabled | String | on | 是否开启全端口转发。
说明 此参数正在邀测中,暂仅支持完成 企业认证 的账号申请试用,如需试用,请联系客户经理。 |
Tags | Array of Struct | - | 标签信息。具体请参见下表“Tags”。 |
Tags
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Key | String | k1 | 标签的标签键。 |
Value | String | v1 | 标签的标签值。 |
GET /?Action=DescribeServerGroups&Version=2020-04-01&ServerGroupIds.1=rsp-2fel9y8pxr56o5oxruuuu**** HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: clb
{ "ResponseMetadata": { "RequestId": "20210811152539010225146063030****", "Action": "DescribeServerGroups", "Version": "2020-04-01", "Service": "clb", "Region": "cn-beijing" }, "Result": { "RequestId": "20210811152539010225146063030****", "PageNumber": 1, "PageSize": 20, "TotalCount": 1, "ServerGroups": [ { "CreateTime": "2021-08-12T17:27:23z", "UpdateTime": "2021-08-12T17:27:23z", "ServerGroupId": "rsp-2fel9y8pxr56o5oxruuuu****", "ServerGroupName": "myservergroup", "Type": "instance", "Description": "test", "AddressIpVersion": "ipv4", "AnyPortEnabled": "off", "Tags": [ { "Key": "k1", "Value": "v1" }, { "Key": "k2", "Value": "" } ] } ] } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidIncorrectOrder.Malformed | The specified index order is malformed. | 指定的索引顺序参数格式不合法。 |
400 | InvalidName.Malformed | The specified Name is malformed. | 指定的 Name 参数格式不合法。 |
400 | InvalidPaging.Malformed | The specified PageNumber or PageSize is malformed. | 指定的分页参数格式不合法。 |
400 | InvalidTagKey.Malformed | The specified TagKey is malformed. | 指定的 TagKey 参数格式不合法。 |
400 | InvalidTagValue.Malformed | The specified TagValue is malformed. | 指定的 TagValue 参数格式不合法。 |
400 | InvalidType.Malformed | The specified Type is malformed. | 指定的 Type 参数格式不合法。 |
400 | LimitExceeded.ServerGroupId | You've reached the limit on the number of ServerGroupId that you can operate. | 已达到单次可操作后端服务器组的资源数量上限。 |
400 | LimitExceeded.TagFilterKey | You've reached the limit on the number of tag keys that you can filter. | 已达到单次可指定过滤标签键数量的上限。 |
400 | LimitExceeded.TagFilterValues | You've reached the limit on the number of tag values that you can filter. | 已达到单次可指定过滤标签键值数量的上限。 |