tencent cloud

网关负载均衡

动态与公告
产品动态
产品简介
产品概述
使用场景
产品优势
技术原理
产品功能对比
使用限制
购买指南
计费概述
计费项
购买方式
欠费说明
快速入门
操作指南
网关负载均衡实例
网关负载均衡监听器
目标组
健康检查
监控告警
实践教程
轻松实现第三方虚拟设备与 GWLB 的适配
产品高可用说明
运维指南
压力测试常见问题
API 文档
History
Introduction
API Category
Making API Requests
Target Group APIs
GWLB APIs
Other APIs
Data Types
Error Codes
常见问题
计费相关
网关负载均衡配置相关
健康检查异常排查
服务等级协议
网关负载均衡政策
GWLB 隐私政策
GWLB 数据处理和安全协议
联系我们
词汇表
文档网关负载均衡API 文档GWLB APIsModifyGatewayLoadBalancerAttribute

ModifyGatewayLoadBalancerAttribute

聚焦模式
字号
最后更新时间: 2025-11-13 21:02:17

1. API Description

Domain name for API request: gwlb.intl.tencentcloudapi.com.

This API is used to modify the attributes of a CLB instance. It supports modifying the name and bandwidth cap of the CLB instance.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: ModifyGatewayLoadBalancerAttribute.
Version Yes String Common Params. The value used for this API: 2024-09-06.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
LoadBalancerId Yes String Unique GWLB ID.
LoadBalancerName No String GWLB instance name. It supports input of 1 to 60 characters.

3. Output Parameters

Parameter Name Type Description
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Modifying the Name of a GWLB Instance

This example shows you how to modify the name of a GWLB instance.

Input Example

POST / HTTP/1.1
Host: gwlb.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyGatewayLoadBalancerAttribute
<common request parameters>

{
    "LoadBalancerId": "gwlb-6efswuxa",
    "LoadBalancerName": "newlbname"
}

Output Example

{
    "Response": {
        "RequestId": "78a40898-8210-44c7-8bc6-f83e50878d12"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
InvalidParameter.FormatError InvalidParameter.FormatError
InvalidParameterValue Invalid parameter value.
InvalidParameterValue.Duplicate The same value exists.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈