StartLoadBalancerListener - 启动监听

调用StartLoadBalancerListener启动监听。

接口说明

  • API 调用频率:100 次/秒。
  • 单用户调用频率:10 次/秒。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
ListenerPortinteger

需要启动的监听端口。取值:1~65535

8080
LoadBalancerIdstring

负载均衡实例的 ID。

lb-5saivuir6b1mupxjfbhmk****
ListenerProtocolstring

负载均衡实例前端使用的协议。取值:

  • tcp

  • udp

  • http

  • https

说明 相同端口存在不同协议监听时,此字段必填。
tcp

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

请求 ID。

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

示例

正常返回示例

JSON格式

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}

错误码

HTTP status code错误码错误信息描述
400ens.interface.errorAn error occurred while call the API.-
400Invalid%sThe specified parameter %s is invalid.参数不正确
400Missing%sYou must specify the parameter %s.参数为必填
400LoadBalancerNotFoundThe input parameter loadBalancerId that is not found.负载均衡实例不存在
400IncorrectInstanceStatusThe current status of the resource does not support this operation.当前操作不被支持,磁盘正在重置中。
400ListenerNotFoundThe input parameter listener that is not found.-
400IncorrectListenerStatusThe current status of the resource does not support this operation.监听状态不正确。
400TooManyListenersMore than 1 listener is found, please be more specified.-
400NoPermissionPermission denied.没有足够的权限,请联系云账号管理员授予您相应权限。
400InvalidParameter.%sThe specified field %s invalid. Please check it again.-

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史