修改負載均衡器例項後端服務

更新時間:2018-07-24 11:40:38

修改後端資訊。

呼叫此介面後,配置不會立即生效。需要呼叫應用新負載均衡器配置介面讓配置生效

請求引數

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

操作方法

Region String

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

Id String

後端標識

Name String

新名稱

Enabled Boolean

是否啟用

Weight Integer

權重

Port Integer

返回引數

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

請求示例

http://api.chinac.com/?Action=ModifyLBBackendAttributes
&Region=cn-wuxi
&Id=lbb-asdads
&Name=adad
&<公共請求引數>

返回示例

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