RemoveListenerWhiteListItem
Description
call the RemoveListenerWhiteListItem to delete the IP in the listening whitelist.
Request Method
POST
Request Path
/apsara/route/Slb/RemoveListenerWhiteListItem
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
ListenerPort | BODY | integer | Yes | 80 | listening port. value:1~65535. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
LoadBalancerId | BODY | string | Yes | lb-bp1b6c719dfa08ex**** | ID of the load balancing instance. |
SourceItems | BODY | string | Yes | 192.168.0.1/24 | access control list. You can enter IP addresses or IP address segments (CIDR block). Separate multiple IP addresses or address segments with commas (,). Description If all IP's are deleted, the listener cannot be accessed. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | CEF72CEB-54B6-4AE8-B225-F876FF7BA984 | request ID. |
Example
Successful Response example
{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}