Skip to main content

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

NameLocationTypeRequiredSample valueDescription
ListenerPortBODYintegerYes80listening port. value:1~65535.
regionIdBODYstringYesNo sample value for this parameter.region id
LoadBalancerIdBODYstringYeslb-bp1b6c719dfa08ex****ID of the load balancing instance.
SourceItemsBODYstringYes192.168.0.1/24access 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.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringCEF72CEB-54B6-4AE8-B225-F876FF7BA984request ID.

Example

Successful Response example

{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FF7BA984"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}