调用DescribeLoadBalancerListeners接口查询传统型负载均衡实例监听列表。
前提条件
- 您已经创建了传统型负载均衡实例。具体操作,请参见CreateLoadBalancer。
- 您已经为创建的传统型负载均衡实例配置了监听。具体操作,请参见:
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
RegionId | String | 否 | cn-hangzhou |
传统型负载均衡实例所在的地域ID。 您可以通过调用DescribeRegions接口获取地域ID。 说明 当您所选地域的Enpoint(服务地址)为slb.aliyuncs.com时,
RegionId 必填。
|
Action | String | 是 | DescribeLoadBalancerListeners |
系统规定参数。取值:DescribeLoadBalancerListeners。 |
NextToken | String | 否 | FFmyTO70tTpLG6I3FmYAXGKPd**** |
是否拥有下一次查询的令牌(Token)。取值:
|
MaxResults | Integer | 否 | 50 |
分批次查询时每次显示的条目数。 取值范围:1~100,入参为空时,默认值:20。 |
ListenerProtocol | String | 否 | http |
传统型负载均衡监听协议。取值:
|
LoadBalancerId.N | String | 否 | LoadBalancerId.1=lb-uf6so8u4g35prnvsw****,LoadBalancerId.2=lb-uf6s1l1kukqv4u5nt**** |
传统型负载均衡实例的ID列表,最多支持10个实例ID。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
NextToken | String | FFmyTO70tTpLG6I3FmYAXGKPd**** |
是否拥有下一次查询的令牌(Token)。取值:
|
RequestId | String | 365F4154-92F6-4AE4-92F8-7FF34B540710 |
请求ID。 |
TotalCount | Integer | 10 |
本次请求条件下的数据总量。 |
MaxResults | Integer | 50 |
分批次查询时每次显示的条目数。 |
Listeners | Array of Listener |
返回传统型负载均衡的监听列表。 说明 实例未配置监听时,不会返回该参数。
|
|
AclType | String | white |
访问控制类型。取值:
|
Status | String | running |
监听的状态。取值:
|
VServerGroupId | String | rsp-cige6j**** |
监听绑定的虚拟服务器组ID。 |
ListenerProtocol | String | http |
传统型负载均衡监听协议。 |
LoadBalancerId | String | lb-bp1b6c719dfa**** |
传统型负载均衡实例的ID。 |
ListenerPort | Integer | 80 |
监听端口。 |
AclId | String | nacl-a2do9e413e0spzasx**** |
访问控制策略组ID。 |
Scheduler | String | wrr |
调度算法。取值:
|
Bandwidth | Integer | -1 |
监听的带宽峰值。单位:Mbps。取值:
|
Description | String | test |
监听描述。 |
AclStatus | String | off |
是否开启访问控制功能。取值:
|
BackendServerPort | Integer | 80 |
后端服务器的端口。 说明
VServerGroupId 和MasterSlaveServerGroupId 均为空时,此参数有效。
|
HTTPListenerConfig | Object |
HTTP监听配置。 |
|
HealthCheckHttpVersion | String | HTTP 1.0 |
健康检查HTTP协议版本。 |
XForwardedFor_ClientSrcPort | String | on |
是否通过
|
Cookie | String | B490B5EBF6F3CD402E515D22BCDA**** |
服务器上配置的Cookie。 |
Gzip | String | on |
是否开启Gzip压缩。取值:
|
HealthCheckConnectPort | Integer | 8080 |
健康检查的端口。 说明 当HealthCheck值为on时该参数有效。
|
HealthCheckTimeout | Integer | 3 |
每次健康检查响应的最大超时间,单位:秒。 |
HealthCheckType | String | tcp |
健康检查协议。 |
CookieTimeout | Integer | 500 |
Cookie超时时间。单位:秒。 取值:1~86400。 |
HealthCheckDomain | String | www.example.com |
健康检查的域名。 |
UnhealthyThreshold | Integer | 4 |
健康检查连续失败多少次后,将后端服务器的健康检查状态由成功判定为失败。 取值范围:2~10。 |
XForwardedFor_SLBID | String | on |
是否通过
|
ForwardPort | Integer | 80 |
HTTP转发至HTTPS的监听端口。 说明 如果ListenerForward的值为off,该参数不显示。
|
HealthCheckHttpCode | String | http_2xx,http_3xx |
健康检查正常的HTTP状态码。 |
ListenerForward | String | on |
是否开启HTTP至HTTPS监听转发。取值:
|
XForwardedFor | String | on |
是否通过
|
IdleTimeout | Integer | 15 |
指定连接空闲超时时间。单位:秒。取值范围:1~60。 在超时时间内一直没有访问请求,负载均衡会暂时中断当前连接,直到一下次请求来临时重新建立连接。 |
RequestTimeout | Integer | 60 |
指定请求超时时间。单位:秒。取值范围:1~180。 在超时时间内后端服务器一直没有响应,负载均衡将放弃等待,给客户端返回 |
HealthCheckInterval | Integer | 5 |
健康检查的时间间隔,单位:秒。 |
XForwardedFor_SLBPORT | String | on |
是否通过
|
HealthCheckURI | String | /test/index.html |
健康检查的URI。 |
StickySessionType | String | insert |
Cookie的处理方式。取值:
|
HealthyThreshold | Integer | 4 |
健康检查连续成功多少次后,将后端服务器的健康检查状态由失败判定为成功。 取值范围:2~10。 |
XForwardedFor_proto | String | on |
是否通过
|
XForwardedFor_SLBIP | String | on |
是否通过
|
StickySession | String | on |
是否开启会话保持。取值:
|
HealthCheckMethod | String | get |
健康检查方式。取值:head或get。 |
HealthCheck | String | on |
是否开启健康检查。取值:
|
HTTPSListenerConfig | Object |
HTTPS监听配置。 |
|
XForwardedFor_ClientCertClientVerify | String | off |
是否通过
|
HealthCheckHttpVersion | String | HTTP 1.0 |
健康检查HTTP协议版本。 |
XForwardedFor_ClientSrcPort | String | off |
是否通过
|
Cookie | String | B490B5EBF6F3CD402E515D22BCDA**** |
服务器上配置的Cookie。 |
Gzip | String | on |
是否开启Gzip压缩。取值:
|
EnableHttp2 | String | off |
是否开启
|
CACertificateId | String | idkp-234-cn-test-0**** |
CA证书ID。 |
HealthCheckConnectPort | Integer | 8080 |
健康检查的端口。 |
HealthCheckTimeout | Integer | 3 |
每次健康检查响应的最大超时间。单位:秒。 |
HealthCheckType | String | tcp |
健康检查协议。 |
CookieTimeout | Integer | 500 |
Cookie超时时间。单位:秒。 取值:1~86400。 |
HealthCheckDomain | String | www.example.com |
健康检查的域名。 |
UnhealthyThreshold | Integer | 4 |
健康检查连续失败多少次后,将后端服务器的健康检查状态由成功判定为失败。 取值范围:2~10。 |
XForwardedFor_SLBID | String | on |
是否通过
|
XForwardedFor_ClientCertSubjectDN | String | off |
是否通过
|
HealthCheckHttpCode | String | http_2xx,http_3xx |
健康检查正常的HTTP状态码。 |
XForwardedFor_ClientCertFingerprint | String | off |
是否通过
|
XForwardedFor | String | on |
是否开启通过
|
RequestTimeout | Integer | 60 |
指定请求超时时间,单位:秒。取值范围:1~180。 在超时时间内后端服务器一直没有响应,负载均衡将放弃等待,给客户端返回 |
IdleTimeout | Integer | 15 |
指定连接空闲超时时间。单位:秒。取值范围:1~60。 在超时时间内一直没有访问请求,负载均衡会暂时中断当前连接,直到一下次请求来临时重新建立连接。 |
ServerCertificateId | String | idkp-123-cn-test-0**** |
服务器证书的ID。 |
HealthCheckInterval | Integer | 5 |
健康检查的时间间隔。单位:秒。 |
XForwardedFor_SLBPORT | String | off |
是否通过
|
HealthCheckURI | String | /test/index.html |
健康检查的URI。 |
StickySessionType | String | insert |
Cookie的处理方式。
|
XForwardedFor_ClientCertIssuerDN | String | off |
是否通过
|
HealthyThreshold | Integer | 4 |
健康检查连续成功多少次后,将后端服务器的健康检查状态由失败判定为成功。 取值范围:2~10。 |
XForwardedFor_proto | String | on |
是否通过
|
XForwardedFor_SLBIP | String | on |
是否通过
|
StickySession | String | on |
是否开启会话保持。取值:
|
HealthCheckMethod | String | get |
健康检查方式。 |
TLSCipherPolicy | String | tls_cipher_policy_1_0 |
安全策略包含HTTPS可选的TLS协议版本和配套的加密算法套件。
|
HealthCheck | String | on |
是否开启健康检查。取值:
|
TCPListenerConfig | Object |
TCP监听配置。 |
|
HealthCheckHttpCode | String | http_2xx,http_3xx |
健康检查正常的HTTP状态码。 |
ConnectionDrainTimeout | Integer | 300 |
设置连接优雅中断超时时间。单位:秒。 取值范围:10~900。 |
PersistenceTimeout | Integer | 0 |
是否开启了会话保持。单位:秒。 取值范围:0~3600。 取值为0时,表示未开启。 |
HealthCheckInterval | Integer | 5 |
健康检查的时间间隔,单位为秒。 |
HealthCheckURI | String | /test/index.html |
健康检查的URI。 |
HealthCheckConnectPort | Integer | 8080 |
健康检查使用的端口。 |
EstablishedTimeout | Integer | 500 |
连接超时时间。单位:秒。 |
HealthCheckType | String | tcp |
健康检查协议。 |
HealthCheckConnectTimeout | Integer | 100 |
健康检查超时时间。单位:秒。 取值范围:1~300。 |
MasterSlaveServerGroupId | String | rsp-0bfucw***** |
监听绑定的主备服务器组ID。 |
HealthyThreshold | Integer | 4 |
健康检查连续成功多少次后,将后端服务器的健康检查状态由失败判定为成功。 取值范围:2~10。 |
HealthCheckDomain | String | www.example.com |
健康检查的域名。 |
UnhealthyThreshold | Integer | 4 |
健康检查连续失败多少次后,将后端服务器的健康检查状态由成功判定为失败。 取值范围:2~10。 |
ConnectionDrain | String | off |
是否开启连接优雅中断。取值:
|
HealthCheckMethod | String | get |
健康检查方式。 |
HealthCheck | String | on |
是否开启健康检查。取值:
|
ProxyProtocolV2Enabled | String | false |
是否支持通过Proxy Protocol协议携带客户端源地址到后端服务器。取值:
|
UDPListenerConfig | Object |
UDP监听配置。 |
|
ConnectionDrainTimeout | Integer | 300 |
设置连接优雅中断超时时间。单位:秒。 取值范围:10~900。 |
HealthCheckInterval | Integer | 5 |
健康检查的时间间隔,单位为秒。 |
HealthCheckExp | String | ok |
UDP监听健康检查的响应串。 |
HealthCheckConnectPort | Integer | 8080 |
健康检查的端口。 |
HealthCheckConnectTimeout | Integer | 100 |
健康检查响应超时时间。 |
MasterSlaveServerGroupId | String | rsp-0bfucw**** |
绑定的主备服务器组ID。 |
HealthyThreshold | Integer | 4 |
健康检查阈值。 |
UnhealthyThreshold | Integer | 4 |
不健康检查阈值。 |
ConnectionDrain | String | off |
是否开启连接优雅中断。取值:
|
HealthCheckReq | String | hello |
UDP监听健康检查的请求串。 |
HealthCheck | String | on |
是否开启健康检查。取值:
|
ProxyProtocolV2Enabled | String | false |
是否支持通过Proxy Protocol协议携带客户端源地址到后端服务器。取值:
|
示例
请求示例
http(s)://[Endpoint]/?RegionId=cn-hangzhou
&Action=DescribeLoadBalancerListeners
&NextToken=FFmyTO70tTpLG6I3FmYAXGKPd****
&MaxResults=50
&ListenerProtocol=http
&LoadBalancerId=["LoadBalancerId.1=lb-uf6so8u4g35prnvsw****,LoadBalancerId.2=lb-uf6s1l1kukqv4u5nt****"]
&公共请求参数
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeLoadBalancerListenersResponse>
<NextToken>FFmyTO70tTpLG6I3FmYAXGKPd****</NextToken>
<RequestId>365F4154-92F6-4AE4-92F8-7FF34B540710</RequestId>
<TotalCount>10</TotalCount>
<MaxResults>50</MaxResults>
<Listeners>
<AclType>white</AclType>
<Status>running</Status>
<VServerGroupId>rsp-cige6j****</VServerGroupId>
<ListenerProtocol>http</ListenerProtocol>
<LoadBalancerId>lb-bp1b6c719dfa****</LoadBalancerId>
<ListenerPort>80</ListenerPort>
<AclId>nacl-a2do9e413e0spzasx****</AclId>
<Scheduler>wrr</Scheduler>
<Bandwidth>-1</Bandwidth>
<Description>test</Description>
<AclStatus>off</AclStatus>
<BackendServerPort>80</BackendServerPort>
<HTTPListenerConfig>
<HealthCheckHttpVersion>HTTP 1.0</HealthCheckHttpVersion>
<XForwardedFor_ClientSrcPort>on</XForwardedFor_ClientSrcPort>
<Cookie>B490B5EBF6F3CD402E515D22BCDA****</Cookie>
<Gzip>on</Gzip>
<HealthCheckConnectPort>8080</HealthCheckConnectPort>
<HealthCheckTimeout>3</HealthCheckTimeout>
<HealthCheckType>tcp</HealthCheckType>
<CookieTimeout>500</CookieTimeout>
<HealthCheckDomain>www.example.com</HealthCheckDomain>
<UnhealthyThreshold>4</UnhealthyThreshold>
<XForwardedFor_SLBID>on</XForwardedFor_SLBID>
<ForwardPort>80</ForwardPort>
<HealthCheckHttpCode>http_2xx,http_3xx</HealthCheckHttpCode>
<ListenerForward>on</ListenerForward>
<XForwardedFor>on</XForwardedFor>
<IdleTimeout>15</IdleTimeout>
<RequestTimeout>60</RequestTimeout>
<HealthCheckInterval>5</HealthCheckInterval>
<XForwardedFor_SLBPORT>on</XForwardedFor_SLBPORT>
<HealthCheckURI>/test/index.html</HealthCheckURI>
<StickySessionType>insert</StickySessionType>
<HealthyThreshold>4</HealthyThreshold>
<XForwardedFor_proto>on</XForwardedFor_proto>
<XForwardedFor_SLBIP>on</XForwardedFor_SLBIP>
<StickySession>on</StickySession>
<HealthCheckMethod>get</HealthCheckMethod>
<HealthCheck>on</HealthCheck>
</HTTPListenerConfig>
<HTTPSListenerConfig>
<XForwardedFor_ClientCertClientVerify>off</XForwardedFor_ClientCertClientVerify>
<HealthCheckHttpVersion>HTTP 1.0</HealthCheckHttpVersion>
<XForwardedFor_ClientSrcPort>off</XForwardedFor_ClientSrcPort>
<Cookie>B490B5EBF6F3CD402E515D22BCDA****</Cookie>
<Gzip>on</Gzip>
<EnableHttp2>off</EnableHttp2>
<CACertificateId>idkp-234-cn-test-0****</CACertificateId>
<HealthCheckConnectPort>8080</HealthCheckConnectPort>
<HealthCheckTimeout>3</HealthCheckTimeout>
<HealthCheckType>tcp</HealthCheckType>
<CookieTimeout>500</CookieTimeout>
<HealthCheckDomain>www.example.com</HealthCheckDomain>
<UnhealthyThreshold>4</UnhealthyThreshold>
<XForwardedFor_SLBID>on</XForwardedFor_SLBID>
<XForwardedFor_ClientCertSubjectDN>off</XForwardedFor_ClientCertSubjectDN>
<HealthCheckHttpCode>http_2xx,http_3xx</HealthCheckHttpCode>
<XForwardedFor_ClientCertFingerprint>off</XForwardedFor_ClientCertFingerprint>
<XForwardedFor>on</XForwardedFor>
<RequestTimeout>60</RequestTimeout>
<IdleTimeout>15</IdleTimeout>
<ServerCertificateId>idkp-123-cn-test-0****</ServerCertificateId>
<HealthCheckInterval>5</HealthCheckInterval>
<XForwardedFor_SLBPORT>off</XForwardedFor_SLBPORT>
<HealthCheckURI>/test/index.html</HealthCheckURI>
<StickySessionType>insert</StickySessionType>
<XForwardedFor_ClientCertIssuerDN>off</XForwardedFor_ClientCertIssuerDN>
<HealthyThreshold>4</HealthyThreshold>
<XForwardedFor_proto>on</XForwardedFor_proto>
<XForwardedFor_SLBIP>on</XForwardedFor_SLBIP>
<StickySession>on</StickySession>
<HealthCheckMethod>get</HealthCheckMethod>
<TLSCipherPolicy>tls_cipher_policy_1_0</TLSCipherPolicy>
<HealthCheck>on</HealthCheck>
</HTTPSListenerConfig>
<TCPListenerConfig>
<HealthCheckHttpCode>http_2xx,http_3xx</HealthCheckHttpCode>
<ConnectionDrainTimeout>300</ConnectionDrainTimeout>
<PersistenceTimeout>0</PersistenceTimeout>
<HealthCheckInterval>5</HealthCheckInterval>
<HealthCheckURI>/test/index.html</HealthCheckURI>
<HealthCheckConnectPort>8080</HealthCheckConnectPort>
<EstablishedTimeout>500</EstablishedTimeout>
<HealthCheckType>tcp</HealthCheckType>
<HealthCheckConnectTimeout>100</HealthCheckConnectTimeout>
<MasterSlaveServerGroupId>rsp-0bfucw*****</MasterSlaveServerGroupId>
<HealthyThreshold>4</HealthyThreshold>
<HealthCheckDomain>www.example.com</HealthCheckDomain>
<UnhealthyThreshold>4</UnhealthyThreshold>
<ConnectionDrain>off</ConnectionDrain>
<HealthCheckMethod>get</HealthCheckMethod>
<HealthCheck>on</HealthCheck>
<ProxyProtocolV2Enabled>false</ProxyProtocolV2Enabled>
</TCPListenerConfig>
<UDPListenerConfig>
<ConnectionDrainTimeout>300</ConnectionDrainTimeout>
<HealthCheckInterval>5</HealthCheckInterval>
<HealthCheckExp>ok</HealthCheckExp>
<HealthCheckConnectPort>8080</HealthCheckConnectPort>
<HealthCheckConnectTimeout>100</HealthCheckConnectTimeout>
<MasterSlaveServerGroupId>rsp-0bfucw****</MasterSlaveServerGroupId>
<HealthyThreshold>4</HealthyThreshold>
<UnhealthyThreshold>4</UnhealthyThreshold>
<ConnectionDrain>off</ConnectionDrain>
<HealthCheckReq>hello</HealthCheckReq>
<HealthCheck>on</HealthCheck>
<ProxyProtocolV2Enabled>false</ProxyProtocolV2Enabled>
</UDPListenerConfig>
</Listeners>
</DescribeLoadBalancerListenersResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"NextToken" : "FFmyTO70tTpLG6I3FmYAXGKPd****",
"RequestId" : "365F4154-92F6-4AE4-92F8-7FF34B540710",
"TotalCount" : 10,
"MaxResults" : 50,
"Listeners" : [ {
"AclType" : "white",
"Status" : "running",
"VServerGroupId" : "rsp-cige6j****",
"ListenerProtocol" : "http",
"LoadBalancerId" : "lb-bp1b6c719dfa****",
"ListenerPort" : 80,
"AclId" : "nacl-a2do9e413e0spzasx****",
"Scheduler" : "wrr",
"Bandwidth" : -1,
"Description" : "test",
"AclStatus" : "off",
"BackendServerPort" : 80,
"HTTPListenerConfig" : {
"HealthCheckHttpVersion" : "HTTP 1.0",
"XForwardedFor_ClientSrcPort" : "on",
"Cookie" : "B490B5EBF6F3CD402E515D22BCDA****",
"Gzip" : "on",
"HealthCheckConnectPort" : 8080,
"HealthCheckTimeout" : 3,
"HealthCheckType" : "tcp",
"CookieTimeout" : 500,
"HealthCheckDomain" : "www.example.com",
"UnhealthyThreshold" : 4,
"XForwardedFor_SLBID" : "on",
"ForwardPort" : 80,
"HealthCheckHttpCode" : "http_2xx,http_3xx",
"ListenerForward" : "on",
"XForwardedFor" : "on",
"IdleTimeout" : 15,
"RequestTimeout" : 60,
"HealthCheckInterval" : 5,
"XForwardedFor_SLBPORT" : "on",
"HealthCheckURI" : "/test/index.html",
"StickySessionType" : "insert",
"HealthyThreshold" : 4,
"XForwardedFor_proto" : "on",
"XForwardedFor_SLBIP" : "on",
"StickySession" : "on",
"HealthCheckMethod" : "get",
"HealthCheck" : "on"
},
"HTTPSListenerConfig" : {
"XForwardedFor_ClientCertClientVerify" : "off",
"HealthCheckHttpVersion" : "HTTP 1.0",
"XForwardedFor_ClientSrcPort" : "off",
"Cookie" : "B490B5EBF6F3CD402E515D22BCDA****",
"Gzip" : "on",
"EnableHttp2" : "off",
"CACertificateId" : "idkp-234-cn-test-0****",
"HealthCheckConnectPort" : 8080,
"HealthCheckTimeout" : 3,
"HealthCheckType" : "tcp",
"CookieTimeout" : 500,
"HealthCheckDomain" : "www.example.com",
"UnhealthyThreshold" : 4,
"XForwardedFor_SLBID" : "on",
"XForwardedFor_ClientCertSubjectDN" : "off",
"HealthCheckHttpCode" : "http_2xx,http_3xx",
"XForwardedFor_ClientCertFingerprint" : "off",
"XForwardedFor" : "on",
"RequestTimeout" : 60,
"IdleTimeout" : 15,
"ServerCertificateId" : "idkp-123-cn-test-0****",
"HealthCheckInterval" : 5,
"XForwardedFor_SLBPORT" : "off",
"HealthCheckURI" : "/test/index.html",
"StickySessionType" : "insert",
"XForwardedFor_ClientCertIssuerDN" : "off",
"HealthyThreshold" : 4,
"XForwardedFor_proto" : "on",
"XForwardedFor_SLBIP" : "on",
"StickySession" : "on",
"HealthCheckMethod" : "get",
"TLSCipherPolicy" : "tls_cipher_policy_1_0",
"HealthCheck" : "on"
},
"TCPListenerConfig" : {
"HealthCheckHttpCode" : "http_2xx,http_3xx",
"ConnectionDrainTimeout" : 300,
"PersistenceTimeout" : 0,
"HealthCheckInterval" : 5,
"HealthCheckURI" : "/test/index.html",
"HealthCheckConnectPort" : 8080,
"EstablishedTimeout" : 500,
"HealthCheckType" : "tcp",
"HealthCheckConnectTimeout" : 100,
"MasterSlaveServerGroupId" : "rsp-0bfucw*****",
"HealthyThreshold" : 4,
"HealthCheckDomain" : "www.example.com",
"UnhealthyThreshold" : 4,
"ConnectionDrain" : "off",
"HealthCheckMethod" : "get",
"HealthCheck" : "on",
"ProxyProtocolV2Enabled" : "false"
},
"UDPListenerConfig" : {
"ConnectionDrainTimeout" : 300,
"HealthCheckInterval" : 5,
"HealthCheckExp" : "ok",
"HealthCheckConnectPort" : 8080,
"HealthCheckConnectTimeout" : 100,
"MasterSlaveServerGroupId" : "rsp-0bfucw****",
"HealthyThreshold" : 4,
"UnhealthyThreshold" : 4,
"ConnectionDrain" : "off",
"HealthCheckReq" : "hello",
"HealthCheck" : "on",
"ProxyProtocolV2Enabled" : "false"
}
} ]
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IllegalParam.ListenerProtocol | The param of ListenerProtocol is illegal. | 指定的ListenerProtocol无效。请检查参数约束,并在修改后重试。 |
400 | IllegalParam.MaxResults | The param of MaxResults is illegal. | 指定的MaxResults无效。请检查参数约束,并在修改后重试。 |
400 | IllegalParam.NextToken | The param of NextToken is illegal. | 指定的NextToken无效。请检查参数约束,并在修改后重试。 |
400 | IllegalParamSize.LoadBalancerId | The param size of LoadBalancerId is illegal. | 指定的LoadBalancerId无效。请检查参数约束,并在修改后重试。 |
访问错误中心查看更多错误码。