Modifies the name of a Classic Load Balancer (CLB) instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | SetLoadBalancerName |
The operation that you want to perform. Set the value to SetLoadBalancerName. |
LoadBalancerId | String | Yes | lb-bp1b6c719dfa08e****** |
The ID of the CLB instance. |
LoadBalancerName | String | Yes | abc1 |
The new name of the CLB instance. The name must be 2 to 128 characters in length, and can contain digits, periods (.), underscores (_), and hyphens (-). |
RegionId | String | Yes | cn-hangzhou |
The ID of the region where the CLB instance is deployed. You can call the DescribeRegions operation to query the most recent region list. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | CEF72CEB-54B6-4AE8-B225-F876FF7BA984 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=SetLoadBalancerName
&LoadBalancerId=lb-bp1b6c719dfa08e******
&LoadBalancerName=abc1
&<Common request parameters>
Sample success responses
XML
format
<SetLoadBalancerStatusResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BA984</RequestId>
</SetLoadBalancerStatusResponse>
JSON
format
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
Error codes
For a list of error codes, visit the API Error Center.