Adds IP addresses to an Anti-DDoS Origin instance.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
IpList | string | Yes | The IP addresses that you want to add to the Anti-DDoS Origin instance. This parameter is a string that consists of JSON arrays. Each element in a JSON array is a JSON struct that includes the following field:
| [{"ip":"1.XX.XX.1"},{"ip":"2.XX.XX.2"}] |
InstanceId | string | Yes | The ID of the Anti-DDoS Origin instance. Note
You can call the DescribeInstanceList operation to query the IDs of all Anti-DDoS Origin instances.
| ddosbgp-cn-npk1z7t9**** |
RegionId | string | No | The ID of the region where the Anti-DDoS Origin instance resides. Note
You can call the DescribeRegions operation to query the most recent region list.
| cn-hangzhou |
ResourceGroupId | string | No | The ID of the resource group to which the Anti-DDoS Origin instance belongs in Resource Management. This parameter is empty by default, which indicates that the Anti-DDoS Origin instance belongs to the default resource group. For information about resource groups, see Create a resource group. | rg-acfm2pz25js**** |
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
Examples
Sample success responses
JSON
format
{
"RequestId": "C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|