国产乱子伦精品视频潮,日本丰满少妇bbb,妇乱子伦毛片视频,久久AV无码乱码A片无码天美,人妻丁字裤流出白浆

跳到主要內容

查詢后端服務

查詢后端信息。

請求參數?

參數名參數類型是否必填參數說明
ActionString操作方法:DescribeLBBackends
RegionString機房標識,取值參見地域列表
OffsetInteger記錄偏移量,不指定取 0
CountInteger記錄數量,不指定為全部
Id.NString標識
NameString名稱
EnabledBoolean是否啟用
ListenerIdString監聽器ID
LBIdString負載均衡器ID

返回參數?

名稱類型說明
ActionString執行的操作
TaskIdString請求標識
TotalCountInteger過濾條件下總共記錄數
LBBackendSetLBBackend list信息列表

LBBackend?

LBBackend 的(de)數據類型

名稱類型說明
IdString后端標識
NameString名稱
AddressStringIP 地址
PortInteger端口
EnabledBoolean是否啟用,默認為 true
ListenerIdString監聽器
PolicyIdString策略
WeightInteger權重
HealthCheckStatusString健康檢查狀態 ACTIVE DOWN UNKNOW
UserIdString所屬用戶ID

請求示例?

//api.cn-henji.com/v2/?Action=DescribeLBBackends
&Region=cn-wuxi
&<公(gong)共請求參數>

返回示例?

{
"code": 10000,
"message": "",
"data": {
"TaskId": "ouk11520170510150013402",
"Action": "DescribeLBBackends",
"TotalCount": 1,
"LBBackendSet": [{
"Id": "lbb-2g9ih3ihak33f",
"Uuid": null,
"Name": "bac144",
  "Address": "10.10.10.8",
"Description": null,
"Port": 22,
"Enabled": true,
"ListenerId": null,
"PolicyId": null,
"Weight": null,
 "HealthCheckStatus": "DOWN",
 "UserId&quot;: "18359229",
"IdLong": "lbb-2g9ih3ihak33f-2953350f-b566-425b-91ee-3df9995593d0"
}]
}
}