刪除公網IP

更新時間:2017-09-11 09:41:01

描述

刪除使用者的公網IP

請求引數

引數名引數型別是否必填引數說明
Action String

操作方法

Region String

機房標識,取值參見地域列表

Eip.N String

公網IP地址,支援批次,N為自然數,格式:&Eip.0=xxx0&Eip.1=xxx1

返回引數

名稱 型別 說明
Action String 執行的操作
TaskId String 請求標識

請求示例

https://vpc-cn-wuxi1.chinac.com/?Action=ReleaseEips
&Region=cn-wuxi1
&Eip.0=172.16.24.50
&<公共請求引數>

返回示例

{
    "code": 10000,
    "message": "",
    "data": {
        "TaskId": "bb112c20170506133720502",
        "Action": "DeleteFirewallRules"
    }
}
*
*
*