Domain name for API request: dayu.tencentcloudapi.com.
This API is used to bind an IP to an Anti-DDoS Pro instance, which supports both single IP instances and multi-IP instances. It should be noted that this API is async; therefore, if a binding/unbinding operation is in progress, new binding/unbinding operations cannot be initiated.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: CreateBoundIP. |
Version | Yes | String | Common parameter. The value used for this API: 2018-07-09. |
Region | No | String | Common parameter. This parameter is not required for this API. |
Business | Yes | String | Anti-DDoS service type. bgp : Anti-DDoS Pro (Single IP); bgp-multip : Anti-DDoS Pro (Multi-IP) |
Id | Yes | String | Anti-DDoS instance ID |
BoundDevList.N | No | Array of BoundIpInfo | Array of IPs to be bound to the Anti-DDoS instance. For Anti-DDoS Pro Single IP instance, this array can contain only one IP. If there are no IPs to bind, it can be empty; however, either BoundDevList or UnBoundDevList must not be empty; |
UnBoundDevList.N | No | Array of BoundIpInfo | Array of IPs to be unbound from Anti-DDoS instance. For Anti-DDoS Pro Single IP instance, this array can contain only one IP; if there are no IPs to unbind, it can be empty; however, either BoundDevList or UnBoundDevList must not be empty; |
CopyPolicy | No | String | [Disused] |
Parameter Name | Type | Description |
---|---|---|
Success | SuccessCode | Success code |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://dayu.tencentcloudapi.com/?Action=CreateBoundIP
&Business=bgp
&Id=bgp-000000xe
&BoundDevList.0.Ip=1.1.1.1
&BoundDevList.0.BizType=public
&BoundDevList.0.DeviceType=cvm
&BoundDevList.0.InstanceId=ins-f2f9ssbo
&CopyPolicy=yes
&<Common request parameters>
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397",
"Success": {
"Code": "Success",
"Message": "Success"
}
}
}
This tool allows online call, signature authentication, SDK code generation and quick search of APIs to greatly improve the efficiency of using TencentCloud APIs.
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
ResourceInUse | The resource is occupied. |
Was this page helpful?