调用 ModifyNLBListenerAttributes 接口,修改监听器。
下表中的可选参数如不配置,则保持原有取值不变。
名称 | 类型 | 是否必选 | 示例值 | 说明 |
---|---|---|---|---|
Action | String | 是 | ModifyNLBListenerAttributes | 要执行的操作,取值为ModifyNLBListenerAttributes。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
ListenerId | String | 是 | lsn-2fek3rgsxhrsw5oxruwec**** | 监听器ID。您可以调用DescribeNLBListeners接口获取监听器ID。 |
ListenerName | String | 否 | mylistener | 监听器的名称。
|
ConnectionTimeout | Integer | 否 | 800 | 监听器的连接超时时间。
说明 该参数传入0时,系统自动处理为默认值,即TCP协议为900秒,UDP协议为20秒。 |
Enabled | String | 否 | true | 是否启用监听器。取值如下:
|
ServerGroupId | String | 否 | rsp-bp1o94dp5i6ea**** | 监听器关联的服务组ID。您可以调用DescribeNLBServerGroups接口获取服务器组ID。 |
Description | String | 否 | This is a listener. | 监听器的描述。
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2024092952539010225146063030**** | 请求ID。 |
GET /?Action=ModifyNLBListenerAttributes&Version=2020-04-01&ListenerId=lsn-2fek3rgsxhrsw5oxruwec****&ListenerName=test HTTP/1.1 Host: open.volcengineapi.com Region: cn-guangzhou Service: clb
{ "ResponseMetadata": { "RequestId": "2024092952539010225146063030****", "Action": "ModifyNLBListenerAttributes", "Version": "2020-04-01", "Service": "clb", "Region": "cn-guangzhou" }, "Result": { "RequestId": "2024092952539010225146063030****" } }
您可访问公共错误码,获取更多错误码信息。