Removes specific IP addresses from an Anti-DDoS Origin Enterprise instance.
The Anti-DDoS Origin Enterprise instance no longer protects the IP addresses that are removed.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteIp |
The operation that you want to perform. Set the value to DeleteIp. |
InstanceId | String | Yes | ddosbgp-cn-npk1z7t9**** |
The ID of the Anti-DDoS Origin Enterprise instance. Note You can call the DescribeInstanceList operation to query the IDs of all Anti-DDoS Origin Enterprise instances.
|
IpList | String | Yes | [{"ip":"1.XX.XX.1"},{"ip":"2.XX.XX.2"}] |
The list of IP addresses that you want to remove from the Anti-DDoS Origin Enterprise instance. This parameter is a string consisting of JSON arrays. Each element in a JSON array is a JSON struct that includes the following field:
|
ResourceGroupId | String | No | rg-acfm2pz25js**** |
The ID of the resource group to which the Anti-DDoS Origin Enterprise instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group. For more information about resource groups, see Create a resource group. |
RegionId | String | No | cn-hangzhou |
The region ID of the Anti-DDoS Origin Enterprise instance. Note You can call the DescribeRegions operation to query all regions supported by Anti-DDoS Origin.
|
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=DeleteIp
&InstanceId=ddosbgp-cn-npk1z7t9****
&IpList=[{"ip":"1.XX.XX.1"},{"ip":"2.XX.XX.2"}]
&<Common request parameters>
Sample success responses
XML
format
<DeleteIpResponse>
<RequestId>C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E</RequestId>
</DeleteIpResponse>
JSON
format
{
"RequestId":"4C467B38-3910-447D-87BC-AC049166F216"
}
Error codes
For a list of error codes, visit the API Error Center.