All Products
Search
Document Center

Anti-DDoS:AddIp

Last Updated:Oct 17, 2024

Adds IP addresses to an Anti-DDoS Origin instance.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
IpListstringYes

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: required. The IP address that you want to add. Data type: string.

    **

    Note The IP address must be the IP address of an asset that belongs to the current Alibaba Cloud account.

[{"ip":"1.XX.XX.1"},{"ip":"2.XX.XX.2"}]
InstanceIdstringYes

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****
RegionIdstringNo

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
ResourceGroupIdstringNo

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

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E

Examples

Sample success responses

JSONformat

{
  "RequestId": "C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history