雲主機變更防火牆

更新時間:2017-09-05 08:59:43

描述

修改雲主機防火牆。

請求引數

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

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

Action String

操作方法

Id String

雲主機Id

FirewallId String

新防火牆Id,可透過查詢防火牆方法獲取

返回引數

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

請求示例

https://api.chinac.com/?Action=ChangeInstanceFirewall
&Region=cn-wuxi
&Id=xxx
&FirewallId=yyy
&<公共請求引數>

返回示例

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