文档首页/ 弹性负载均衡 ELB/ API参考/ API(V3)/ 回收站/ 查询回收站负载均衡器列表
更新时间:2025-08-26 GMT+08:00
分享

查询回收站负载均衡器列表

功能介绍

查询回收站负载均衡器列表。

接口约束

  • 分页查询使用的参数为marker、limit、page_reverse。

  • marker和page_reverse只有和limit一起使用时才会生效,单独使用无效。

调用方法

请参见如何调用API

URI

GET /v3/{project_id}/elb/recycle-bin/loadbalancers

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

参数解释:项目ID。获取方式请参见获取项目ID

约束限制:不涉及

取值范围:长度为32个字符,由小写字母和数字组成。

默认取值:不涉及

表2 Query参数

参数

是否必选

参数类型

描述

marker

String

参数解释:上一页最后一条记录的ID。

约束限制

  • 必须与limit一起使用。

  • 不指定时表示查询第一页。

  • 该字段不允许为空或无效的ID。

取值范围:不涉及

默认取值:不涉及

limit

Integer

参数解释:每页返回的个数。

约束限制:不涉及

取值范围:0-2000

默认取值:2000

page_reverse

Boolean

参数解释:是否反向查询。

约束限制

  • 必须与limit一起使用。

  • 当page_reverse=true时,若要查询上一页,marker取值为当前页返回值的previous_marker。

取值范围

  • true:查询上一页。

  • false:查询下一页。

默认取值:false

id

Array of strings

负载均衡器ID。

支持多值查询,查询条件格式:id=xxx&id=xxx

name

Array of strings

负载均衡器名称。

支持多值查询,查询条件格式:name=xxx&name=xxx

description

Array of strings

负载均衡器的描述信息。

支持多值查询,查询条件格式:description=xxx&description=xxx

admin_state_up

Boolean

参数解释:负载均衡器的启用状态。

取值范围

  • true :启用。

  • false:停用。

operating_status

Array of strings

负载均衡器的操作状态。

取值:

  • ONLINE:正常运行。

  • FROZEN:已冻结。

支持多值查询,查询条件格式:operating_status=xxx&operating_status=xxx

guaranteed

Boolean

是否独享型LB。

取值:

  • false:共享型

  • true:独享型

vpc_id

Array of strings

负载均衡器所在的VPC ID。

支持多值查询,查询条件格式:vpc_id=xxx&vpc_id=xxx

vip_port_id

Array of strings

负载均衡器的IPv4对应的port ID。

支持多值查询,查询条件格式:vip_port_id=xxx&vip_port_id=xxx

vip_address

Array of strings

负载均衡器的IPv4私网IP地址。

支持多值查询,查询条件格式:vip_address=xxx&vip_address=xxx

vip_subnet_cidr_id

Array of strings

负载均衡器所在子网的IPv4子网ID,也称为该负载均衡器实例的前端子网。

支持多值查询,查询条件格式:vip_subnet_cidr_id=xxx&vip_subnet_cidr_id=xxx

ipv6_vip_port_id

Array of strings

双栈类型负载均衡器的IPv6对应的port ID。

支持多值查询,查询条件格式:ipv6_vip_port_id=xxx&ipv6_vip_port_id=xxx

ipv6_vip_address

Array of strings

双栈类型负载均衡器的IPv6地址。

支持多值查询,查询条件格式:ipv6_vip_address=xxx&ipv6_vip_address=xxx

ipv6_vip_virsubnet_id

Array of strings

双栈类型负载均衡器所在的子网IPv6网络ID,也称为该负载均衡器实例的前端子网。

支持多值查询,查询条件格式:ipv6_vip_virsubnet_id=xxx&ipv6_vip_virsubnet_id=xxx

eips

Array of strings

负载均衡器绑定的EIP。例如要查询绑定以下EIP的LB:

"eips": [

{

"eip_id": "e9b72a9d-4275-455e-a724-853504e4d9c6",

"eip_address": "88.88.14.122",

"ip_version": 4

}

]

可以通如下查询:

eips=ip_version%3D4&eips=eip_address%3D88.88.14.122&eips=eip_id%3De9b72a9d-4275-455e-a724-853504e4d9c6

支持多值查询,查询条件格式:

  • eip_id作为查询条件:eips=eip_id=xxx&eips=eip_id=xxx

  • eip_address作为查询条件:eips=eip_address=xxx&eips=eip_address=xxx

  • ip_version作为查询条件:eips=ip_version=xxx&eips=ip_version=xxx

注:该字段与publicips字段一致。

publicips

Array of strings

负载均衡器绑定的公网IP。例如要查询绑定以下公网IP的LB:

"publicips=": [

{

"public_id": "e9b72a9d-4275-455e-a724-853504e4d9c6",

"public_address": "88.88.14.122",

"ip_version": 4

}

]

可以通如下查询:

publicips=ip_version%3D4&publicips=public_address%3D88.88.14.122&publicips=public_id%3De9b72a9d-4275-455e-a724-853504e4d9c6

支持多值查询,查询条件格式:

  • publicip_id作为查询条件:

  • publicip_address作为查询条件:

  • ip_version作为查询条件:

publicips=publicip_id=xxx&publicips=publicip_id=xxx

publicips=publicip_address=xxx&publicips=publicip_address=xxx

publicips=ip_version=xxx&publicips=ip_version=xxx

注:该字段与eips字段一致。

availability_zone_list

Array of strings

负载均衡器所在可用区列表。

支持多值查询,查询条件格式:

availability_zone_list=xxx&availability_zone_list=xxx

l4_flavor_id

Array of strings

网络型规格ID。

支持多值查询,查询条件格式:l4_flavor_id=xxx&l4_flavor_id=xxx

l7_flavor_id

Array of strings

应用型规格ID。

支持多值查询,查询条件格式:l7_flavor_id=xxx&l7_flavor_id=xxx

billing_info

Array of strings

资源账单信息。

支持多值查询,查询条件格式:billing_info=xxx&billing_info=xxx

member_device_id

Array of strings

负载均衡器中的后端服务器对应的弹性云服务器的ID。仅用于查询条件,不作为响应参数字段。

支持多值查询,查询条件格式:member_device_id=xxx&member_device_id=xxx

member_address

Array of strings

负载均衡器中的后端服务器对应的弹性云服务器的IP地址。仅用于查询条件,不作为响应参数字段。

支持多值查询,查询条件格式:member_address=xxx&member_address=xxx

enterprise_project_id

Array of strings

参数解释:资源所属的企业项目ID。

支持多值查询,查询条件格式:

enterprise_project_id=xxx&enterprise_project_id=xxx

约束限制

如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:loadbalancers:list权限。

如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。

取值范围:不涉及

默认取值:不涉及

ip_version

Array of integers

IP版本信息。

取值:4代表IPv4,6代表IPv6。

支持多值查询,查询条件格式:ip_version=xxx&ip_version=xxx

deletion_protection_enable

Boolean

是否开启删除保护,false 不开启,true 开启。

elb_virsubnet_type

Array of strings

下联面子网类型。

取值:

  • ipv4:ipv4。

  • dualstack:双栈。

支持多值查询,查询条件格式:

elb_virsubnet_type=ipv4&elb_virsubnet_type=dualstack

autoscaling

Array of strings

是否开启弹性扩缩容。示例如下:

"autoscaling": {

"enable": "true"

}

支持多值查询,查询条件格式:

autoscaling=enable=true&autoscaling=enable=false

protection_status

Array of strings

修改保护状态, 取值:

  • nonProtection: 不保护,默认值为nonProtection

  • consoleProtection: 控制台修改保护

global_eips

Array of strings

负载均衡器绑定的公网IP。示例如下:

{

"global_eips": [

{

"global_eip_id": "24000000-0000-0000-0000-100000000001",

"global_eip_address": "10.10.10.10",

"ip_version": 4

}

]

}

支持多值查询,查询条件格式:

  • global_eip_id作为查询条件:global_eips=global_eip_id=xxx&global_eips=global_eip_id=xxx

  • global_eip_address作为查询条件:global_eips=global_eip_address=xxx&global_eips=global_eip_address=xxx

  • ip_version作为查询条件:global_eips=ip_version=xxx&global_eips=ip_version=xxx

log_topic_id

String

LB实例绑定的logtank的topic id信息,支持多值查询,查询条件格式:log_topic_id=xxx&log_topic_id=xxx

log_group_id

String

LB实例绑定的logtank的group id信息,支持多值查询,查询条件格式:log_group_id=xxx&log_group_id=xxx

请求参数

表3 请求Header参数

参数

是否必选

参数类型

描述

X-Auth-Token

String

IAM鉴权Token

响应参数

状态码:200

表4 响应Body参数

参数

参数类型

描述

loadbalancers

Array of RecycleLoadBalancer objects

参数解释:回收站中的弹性负载均衡器实例列表。

取值范围:不涉及

page_info

PageInfo object

参数解释:分页信息。

request_id

String

参数解释:请求ID。

取值范围:由数字、小写字母和中划线(-)组成的字符串,自动生成。

表5 RecycleLoadBalancer

参数

参数类型

描述

id

String

参数解释:负载均衡器ID。

取值范围:不涉及

auto_terminate_time

String

参数解释:回收站elb的自动到期销毁时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z'

取值范围:不涉及

description

String

参数解释:负载均衡器描述信息。

取值范围:不涉及

provisioning_status

String

参数解释:负载均衡器的配置状态。

取值范围

  • RECYCLING:处于回收站用中。

admin_state_up

Boolean

参数解释:负载均衡器的启用状态。

取值范围

  • true :启用。

  • false:停用。

provider

String

参数解释:负载均衡器的生产者名称。固定为vlb。

取值范围:不涉及

pools

Array of PoolRef objects

参数解释:负载均衡器直接关联的后端服务器组的ID列表。

listeners

Array of ListenerRef objects

参数解释:负载均衡器关联的监听器的ID列表。

operating_status

String

参数解释:负载均衡器的操作状态。

取值范围

  • ONLINE:在线。

  • FROZEN:已冻结。

name

String

参数解释:负载均衡器的名称。

取值范围:不涉及

project_id

String

参数解释:负载均衡器所属的项目ID。

取值范围:不涉及

vip_subnet_cidr_id

String

参数解释:负载均衡器所在子网的IPv4子网ID,也称为该负载均衡器实例的前端子网。

取值范围:不涉及

vip_address

String

参数解释:负载均衡器的IPv4私网IP地址。

取值范围:不涉及

vip_port_id

String

参数解释:负载均衡器的IPv4对应的port ID。

取值范围:不涉及

tags

Array of Tag objects

参数解释:负载均衡的标签列表。

created_at

String

参数解释:负载均衡器的创建时间。

取值范围

格式:yyyy-MM-dd'T'HH:mm:ss'Z'

updated_at

String

参数解释:负载均衡器的更新时间。

取值范围

格式:yyyy-MM-dd'T'HH:mm:ss'Z'

guaranteed

Boolean

参数解释:是否独享型LB。

取值范围

  • false:共享型。

  • true:独享型。

vpc_id

String

参数解释:负载均衡器所在VPC ID。

取值范围:不涉及

eips

Array of EipInfo objects

参数解释:负载均衡器绑定的EIP。

注:该字段与publicips一致。

ipv6_vip_address

String

参数解释:双栈类型负载均衡器的IPv6地址。

取值范围:不涉及

ipv6_vip_virsubnet_id

String

参数解释:双栈类型负载均衡器所在子网的IPv6网络ID,也称为该负载均衡器实例的前端子网。

取值范围:不涉及

ipv6_vip_port_id

String

参数解释:双栈类型负载均衡器的IPv6对应的port ID。

取值范围:不涉及

availability_zone_list

Array of strings

参数解释:负载均衡器所在的可用区列表。

取值范围:不涉及

enterprise_project_id

String

参数解释:资源所属的企业项目ID。

取值范围

  • "0":表示资源属于default企业项目。

  • UUID格式的字符串,表示非默认企业项目。

billing_info

String

参数解释:资源账单信息。

取值范围

  • 空:按需计费。

l4_flavor_id

String

参数解释:网络型规格ID。

对于弹性扩缩容实例,表示上限规格。

取值范围:不涉及

l4_scale_flavor_id

String

参数解释:四层弹性Flavor ID。

取值范围:不涉及

不支持该字段,请勿使用。

l7_flavor_id

String

参数解释:应用型ID。

对于弹性扩缩容实例,表示上限规格ID。

取值范围:不涉及

l7_scale_flavor_id

String

参数解释:七层弹性Flavor ID。

取值范围:不涉及

不支持该字段,请勿使用。

publicips

Array of PublicIpInfo objects

参数解释:负载均衡器绑定的公网IP。只支持绑定一个公网IP。

注:该字段与eips一致。

global_eips

Array of GlobalEipInfo objects

参数解释:负载均衡器绑定的global eip。

elb_virsubnet_ids

Array of strings

参数解释:下联面子网的网络ID列表。

取值范围:不涉及

elb_virsubnet_type

String

参数解释:下联面子网类型。

取值范围

  • ipv4:ipv4

  • dualstack:双栈

ip_target_enable

Boolean

参数解释:是否启用IP类型后端转发。

开启IP类型后端转发后,后端服务器组不仅支持添加云上VPC内的服务器,还支持添加其他VPC、其他公有云、云下数据中心的服务器。

取值范围

  • true:开启。

  • false:不开启。

frozen_scene

String

参数解释:负载均衡器的冻结场景。

若负载均衡器有多个冻结场景,用逗号分隔。

取值范围

  • POLICE:公安冻结场景。

  • ILLEGAL:违规冻结场景。

  • VERIFY:客户未实名认证冻结场景。

  • PARTNER:合作伙伴冻结(合作伙伴冻结子客户资源)。

  • AREAR:欠费冻结场景。

ipv6_bandwidth

BandwidthRef object

参数解释:带宽对象ID。

deletion_protection_enable

Boolean

参数解释:是否开启删除保护。

取值范围

  • false:不开启。

  • true:开启。

autoscaling

AutoscalingRef object

参数解释:弹性扩缩容配置信息。负载均衡器开启弹性扩缩容后,可根据负载情况自动调整负载均衡器的规格。

说明:
该字段已经废弃,但仍然保留兼容性支持,建议不要使用该字段。如果传入该字段,创建的弹性实例将会有保底规格并产生对应保底规格的费用。

public_border_group

String

参数解释:LB所属AZ组。

取值范围:不涉及

charge_mode

String

参数解释:负载均衡器实例的计费模式。

取值范围

  • flavor:按规格计费

  • lcu:按使用量计费

  • 空值:若是共享型表示免费实例。若是独享型则与flavor模式一致,都是按规格计费。

waf_failure_action

String

参数解释:WAF故障时的流量处理策略。

取值范围:discard:丢弃,forward: 转发到后端。

protection_status

String

参数解释:修改保护状态。

取值范围

  • nonProtection: 不保护。

  • consoleProtection: 控制台修改保护。

protection_reason

String

参数解释:设置保护的原因。作为protection_status的转态设置的原因。

取值范围:除<和>外通用Unicode字符集字符,最大255个字符。

log_group_id

String

参数解释:LB所绑定的logtank对应的group id。

取值范围:不涉及

log_topic_id

String

参数解释:LB所绑定的logtank对应的topic id。

取值范围:不涉及

表6 PoolRef

参数

参数类型

描述

id

String

参数解释:后端服务器组ID。

取值范围:不涉及

表7 ListenerRef

参数

参数类型

描述

id

String

参数解释:监听器ID。

取值范围:不涉及

表8 Tag

参数

参数类型

描述

key

String

参数解释:标签键。

取值范围:不涉及

value

String

参数解释:标签值。

取值范围:不涉及

表9 EipInfo

参数

参数类型

描述

eip_id

String

参数解释:弹性IP的ID。

取值范围:不涉及

eip_address

String

参数解释:弹性IP的IP地址。

取值范围:不涉及

ip_version

Integer

参数解释:IP版本号。

取值范围

  • 4:表示IPv4地址。

  • 6:表示IPv6地址。

表10 PublicIpInfo

参数

参数类型

描述

publicip_id

String

参数解释:弹性公网EIP的ID。

取值范围:不涉及

publicip_address

String

参数解释:EIP的IP地址。

取值范围:不涉及

ip_version

Integer

参数解释:IP版本信息。

取值范围

  • 4:IPv4地址。

  • 6:IPv6地址。

表11 GlobalEipInfo

参数

参数类型

描述

global_eip_id

String

参数解释:global eip的ID。

取值范围:不涉及

global_eip_address

String

参数解释:global eip的ip地址。

取值范围:不涉及

ip_version

Integer

参数解释:IP版本信息。

取值范围

  • 4,表示IPv4。

  • 6,表示IPv6。

表12 BandwidthRef

参数

参数类型

描述

id

String

参数解释:共享带宽的ID。

约束限制:不涉及

取值范围:不涉及

默认取值:不涉及

表13 AutoscalingRef

参数

参数类型

描述

enable

Boolean

参数解释:当前负载均衡器是否开启弹性扩缩容。

取值范围

  • true:开启。

  • false:不开启。

min_l7_flavor_id

String

参数解释:弹性扩缩容的最小七层规格ID(规格类型L7_elastic)。

取值范围:不涉及

表14 PageInfo

参数

参数类型

描述

previous_marker

String

参数解释:分页查询结果中第一条记录的ID。通常用于配合page_reverse=true查询上一页。

取值范围:不涉及

next_marker

String

参数解释:分页查询结果中最后一条记录的ID。通常用于查询下一页。

取值范围:不涉及

current_count

Integer

参数解释:当前页返回记录数。

取值范围:不涉及

请求示例

分页查询负载均衡器列表

GET https://{ELB_Endpoint}/v3/b2782e6708b8475c993e6064bc456bf8/elb/recycle-bin/loadbalancers?limit=2&marker=87627cb6-9ff1-4580-984f-cc564fa9fc34

响应示例

状态码:200

操作正常返回。

{
  "request_id" : "46b7d911-cece-408c-a2cc-55c78ab025d8",
  "loadbalancers" : [ {
    "id" : "65672f7e-2024-4c39-9198-98249da479c5",
    "project_id" : "057ef081eb00d2732fd1c01a9be75e6f",
    "name" : "dxq_2021_07_26_11_12_37",
    "description" : "",
    "vip_port_id" : "b289f890-a6fa-4405-a9cc-fe62b8a3bed0",
    "vip_address" : "172.16.0.152",
    "admin_state_up" : true,
    "provisioning_status" : "RECYCLING",
    "operating_status" : "ONLINE",
    "listeners" : [ {
      "id" : "dc9572eb-a5b2-47b3-a982-44892d833892"
    } ],
    "pools" : [ {
      "id" : "dc6b01c4-f704-4427-a4c2-21cd5f58d177"
    } ],
    "tags" : [ ],
    "provider" : "vlb",
    "created_at" : "2021-07-26T03:12:37Z",
    "updated_at" : "2021-07-26T03:12:37Z",
    "vpc_id" : "6e0ee31f-7a46-4530-b32f-ce41f30959d4",
    "enterprise_project_id" : "0",
    "availability_zone_list" : [ "az1" ],
    "ipv6_vip_address" : "2001:db8:a583:4cb:d6b8:f8b4:4211:fe72",
    "ipv6_vip_virsubnet_id" : "0b9e3c5e-3ec8-46b3-bab9-80b1450e59ee",
    "ipv6_vip_port_id" : "5186bb47-24e5-4171-b795-62d22846db9b",
    "publicips" : [ ],
    "elb_virsubnet_ids" : [ "0b9e3c5e-3ec8-46b3-bab9-80b1450e59ee" ],
    "elb_virsubnet_type" : "dualstack",
    "ip_target_enable" : false,
    "autoscaling" : {
      "enable" : false,
      "min_l7_flavor_id" : ""
    },
    "frozen_scene" : null,
    "eips" : [ ],
    "guaranteed" : true,
    "billing_info" : null,
    "l4_flavor_id" : "aa06b26b-9ff9-43c6-92b9-41e0f746bca6",
    "l4_scale_flavor_id" : null,
    "l7_flavor_id" : "e2a5675c-a181-444e-b9a5-17b052dc7fb9",
    "l7_scale_flavor_id" : null,
    "vip_subnet_cidr_id" : "96e52038-7983-462f-8a96-415d8a280b13",
    "public_border_group" : "center",
    "log_topic_id" : null,
    "log_group_id" : null,
    "auto_terminate_time" : "2021-07-26T03:18:37Z"
  }, {
    "id" : "cce5318e-c79a-4f68-94a2-9fb285c6efbe",
    "project_id" : "057ef081eb00d2732fd1c01a9be75e6f",
    "name" : "elb-reset",
    "description" : "",
    "vip_port_id" : null,
    "vip_address" : null,
    "admin_state_up" : true,
    "provisioning_status" : "RECYCLING",
    "operating_status" : "ONLINE",
    "listeners" : [ {
      "id" : "0ae21c37-8b90-4e73-8a35-eedde6d2538c"
    } ],
    "pools" : [ {
      "id" : "904ecca6-8ebb-4974-9c5c-61d1d66fba17"
    } ],
    "tags" : [ ],
    "provider" : "vlb",
    "created_at" : "2021-07-26T02:46:31Z",
    "updated_at" : "2021-07-26T02:46:59Z",
    "vpc_id" : "59cb11ef-f185-49ba-92af-0539e8ff9734",
    "enterprise_project_id" : "0",
    "availability_zone_list" : [ "az1" ],
    "ipv6_vip_address" : null,
    "ipv6_vip_virsubnet_id" : null,
    "ipv6_vip_port_id" : null,
    "publicips" : [ {
      "publicip_id" : "0c07e04d-e2f9-41ad-b934-f58a65b6734d",
      "publicip_address" : "97.97.2.171",
      "ip_version" : 4
    } ],
    "elb_virsubnet_ids" : [ "7f817f9c-8731-4002-9e47-18cb8d431787" ],
    "elb_virsubnet_type" : "dualstack",
    "ip_target_enable" : false,
    "autoscaling" : {
      "enable" : false,
      "min_l7_flavor_id" : ""
    },
    "frozen_scene" : null,
    "eips" : [ {
      "eip_id" : "0c07e04d-e2f9-41ad-b934-f58a65b6734d",
      "eip_address" : "97.97.2.171",
      "ip_version" : 4
    } ],
    "guaranteed" : true,
    "billing_info" : null,
    "l4_flavor_id" : "636ba721-935a-4ca5-a685-8076ce0e4148",
    "l4_scale_flavor_id" : null,
    "l7_flavor_id" : null,
    "l7_scale_flavor_id" : null,
    "vip_subnet_cidr_id" : null,
    "public_border_group" : "center",
    "log_topic_id" : null,
    "log_group_id" : null,
    "auto_terminate_time" : "2021-07-26T03:18:37Z"
  } ],
  "page_info" : {
    "next_marker" : "cce5318e-c79a-4f68-94a2-9fb285c6efbe",
    "previous_marker" : "65672f7e-2024-4c39-9198-98249da479c5",
    "current_count" : 2
  }
}

SDK代码示例

SDK代码示例如下。

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
package com.huaweicloud.sdk.test;

import com.huaweicloud.sdk.core.auth.ICredential;
import com.huaweicloud.sdk.core.auth.BasicCredentials;
import com.huaweicloud.sdk.core.exception.ConnectionException;
import com.huaweicloud.sdk.core.exception.RequestTimeoutException;
import com.huaweicloud.sdk.core.exception.ServiceResponseException;
import com.huaweicloud.sdk.elb.v3.region.ElbRegion;
import com.huaweicloud.sdk.elb.v3.*;
import com.huaweicloud.sdk.elb.v3.model.*;


public class ListRecycleBinLoadBalancersSolution {

    public static void main(String[] args) {
        // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security.
        // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment
        String ak = System.getenv("CLOUD_SDK_AK");
        String sk = System.getenv("CLOUD_SDK_SK");
        String projectId = "{project_id}";

        ICredential auth = new BasicCredentials()
                .withProjectId(projectId)
                .withAk(ak)
                .withSk(sk);

        ElbClient client = ElbClient.newBuilder()
                .withCredential(auth)
                .withRegion(ElbRegion.valueOf("<YOUR REGION>"))
                .build();
        ListRecycleBinLoadBalancersRequest request = new ListRecycleBinLoadBalancersRequest();
        try {
            ListRecycleBinLoadBalancersResponse response = client.listRecycleBinLoadBalancers(request);
            System.out.println(response.toString());
        } catch (ConnectionException e) {
            e.printStackTrace();
        } catch (RequestTimeoutException e) {
            e.printStackTrace();
        } catch (ServiceResponseException e) {
            e.printStackTrace();
            System.out.println(e.getHttpStatusCode());
            System.out.println(e.getRequestId());
            System.out.println(e.getErrorCode());
            System.out.println(e.getErrorMsg());
        }
    }
}
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# coding: utf-8

import os
from huaweicloudsdkcore.auth.credentials import BasicCredentials
from huaweicloudsdkelb.v3.region.elb_region import ElbRegion
from huaweicloudsdkcore.exceptions import exceptions
from huaweicloudsdkelb.v3 import *

if __name__ == "__main__":
    # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security.
    # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment
    ak = os.environ["CLOUD_SDK_AK"]
    sk = os.environ["CLOUD_SDK_SK"]
    projectId = "{project_id}"

    credentials = BasicCredentials(ak, sk, projectId)

    client = ElbClient.new_builder() \
        .with_credentials(credentials) \
        .with_region(ElbRegion.value_of("<YOUR REGION>")) \
        .build()

    try:
        request = ListRecycleBinLoadBalancersRequest()
        response = client.list_recycle_bin_load_balancers(request)
        print(response)
    except exceptions.ClientRequestException as e:
        print(e.status_code)
        print(e.request_id)
        print(e.error_code)
        print(e.error_msg)
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
package main

import (
	"fmt"
	"github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic"
    elb "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/elb/v3"
	"github.com/huaweicloud/huaweicloud-sdk-go-v3/services/elb/v3/model"
    region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/elb/v3/region"
)

func main() {
    // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security.
    // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment
    ak := os.Getenv("CLOUD_SDK_AK")
    sk := os.Getenv("CLOUD_SDK_SK")
    projectId := "{project_id}"

    auth := basic.NewCredentialsBuilder().
        WithAk(ak).
        WithSk(sk).
        WithProjectId(projectId).
        Build()

    client := elb.NewElbClient(
        elb.ElbClientBuilder().
            WithRegion(region.ValueOf("<YOUR REGION>")).
            WithCredential(auth).
            Build())

    request := &model.ListRecycleBinLoadBalancersRequest{}
	response, err := client.ListRecycleBinLoadBalancers(request)
	if err == nil {
        fmt.Printf("%+v\n", response)
    } else {
        fmt.Println(err)
    }
}

更多编程语言的SDK代码示例,请参见API Explorer的代码示例页签,可生成自动对应的SDK代码示例。

状态码

状态码

描述

200

操作正常返回。

错误码

请参见错误码

相关文档