共享带宽添加公网IP
描述
将多个IP加入到共享宽带中,IP需要绑定到设备中。
请求参数
参数名 | 参数类型 | 是否必填 | 参数说明 |
---|---|---|---|
Region | String | 是 | 机房标识,取值参见地域列表 |
Action | String | 是 | 操作方法:AddEipToCommonBandwidth |
Id | String | 是 | 共享宽带ID |
Eip.N | String | 是 | 公网IP,支持多个Eip.0=10.10.10.1&Eip.1=10.10.10.2 |
返回参数
名称 | 类型 | 说明 |
---|---|---|
Action | String | 执行的操作 |
TaskId | String | 请求标识 |
IpAddressList | Array | 由多个IP组成的集合 |
请求示例
https://api.chinac.com/v2/?Action=AddEipToCommonBandwidth
&Region=cn-wuxi
&Id=xxx
&Eip.0=xxx
&Eip.1=xxx
&<公共请求参数>
返回示例
{
"code": 10000,
"message": "",
"data": {
"TaskId": "bb112c20170506133720502",
"Action": "AddEipToCommonBandwidth",
"IpAddressList": ["30.30.16.10","30.30.16.11","30.30.16.12"]
}
}