修改負載均衡器例項轉發策略

更新時間:2018-07-18 19:03:37

更新負載均衡策略資訊

請求引數

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

操作方法

Region String

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

Id String

策略 ID

Description String

描述

Operator String

條件:all,any

Priority Integer

優先順序,不指定不修改,指定0表示追加。

Enabled String

是否啟用

Name String

新名稱

返回引數

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

請求示例

http://api.chinac.com/?Action=ModifyLBPolicyAttributes
&Id=lbl-adaddd
&Name=ssddd
&<公共請求引數>

返回示例

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