共享带宽移出公网IP
描述
将绑定设备上的IP移出共享宽带
请求参数
| 参数名 | 参数类型 | 是否必填 | 参数说明 |
|---|---|---|---|
| Region | String | 是 | 机房标识,取值参见地域列表 |
| Action | String | 是 | 操作方法:RemoveEipFromCommonBandwidth |
| Id | String | 是 | 共享宽带ID |
| Eip | String | 是 | 移出的公网IP |
返回参数
| 名称 | 类型 | 说明 |
|---|---|---|
| Action | String | 执行的操作 |
| TaskId | String | 请求标识 |
请求示例
https://api.chinac.com/v2/?Action=RemoveEipFromCommonBandwidth
&Region=cn-wuxi
&Id=xxx
&Eip=xxx
&<公共请求参数>
返回示例
{
"code": 10000,
"message": "",
"data": {
"TaskId": "bb112c20170506133720502",
"Action": "RemoveEipFromCommonBandwidth"
}
}