获取负载均衡绑定的标签 接口功能介绍 获取负载均衡绑定的标签 接口约束 无 URI GET /v4/elb/listlabels 路径参数 无 Query参数 参数 是否必填 参数类型 说明 示例 下级对象 regionID 是 String 区域ID 81f7728662dd11ec810800155d307d5b elbID 是 String 负载均衡 ID lbxxxx pageNo 否 Integer 列表的页码,默认值为 1, 推荐使用该字段, pageNumber 后续会废弃 1 pageSize 否 Integer 分页查询时每页的行数,最大值为 50,默认值为 10。 10 请求参数 请求头header参数 无 请求体body参数 无 响应参数 参数 参数类型 说明 示例 下级对象 statusCode Integer 返回状态码(800为成功,900为失败) 800 message String statusCode为900时的错误信息; statusCode为800时为success, 英文 success description String statusCode为900时的错误信息; statusCode为800时为成功, 中文 成功 errorCode String statusCode为900时为业务细分错误码,三段式:product.module.code; statusCode为800时为SUCCESS SUCCESS totalCount Integer 列表条目数 20 currentCount Integer 分页查询时每页的行数。 4 totalPage Integer 总页数 5 returnObj Array of Objects 返回结果 见下表 returnObj error String statusCode为900时为业务细分错误码,三段式:product.module.code; statusCode为800时为SUCCESS 表 returnObj 参数 参数类型 说明 示例 下级对象 results Array of Objects 绑定的标签列表 见下表 results 表 results 参数 参数类型 说明 示例 下级对象 labelID String 标签 id aaaa labelKey String 标签名 test labelValue String 标签值 test