lb.api.qcloud.com
Action
field for this API is ModifyLoadBalancerAttributes
.Parameter | Required | Type | Description |
loadBalancerId | Yes | String | |
loadBalancerName | No | String | Name of the CLB instance, which can contain 1-50 characters, including letters, Chinese, numbers, hyphen (-) or underscore (_). |
domainPrefix | No | String | Domain name prefix. The domain name of a CLB instance consists of the user-defined domain name prefix and the domain suffix in the configuration file to ensure the uniqueness.Rule: 1-20 characters including lowercase letters, numbers, or hyphen (-). This field cannot be specified for private network CLB instances. |
Parameter | Type | Description |
code | Int | |
message | String | API-related module error message description. |
codeDesc | String | Error code. For a successful operation, "Success" is returned. For a failed operation, a message describing the failure is returned. |
requestId | Int | Request task ID. The API provides an asynchronous task. You can use this parameter to query the execution result of the task via the DescribeLoadBalancersTaskResult API. |
https://lb.api.qcloud.com/v2/index.php?Action=ModifyLoadBalancerAttributes&loadBalancerId=lb-abcdefgh&loadBalancerName=my-lb-name
{"code" : 0,"message" : "","codeDesc": "Success","requestId" : 1234}
本页内容是否解决了您的问题?