Skip to content

Commit b48f92e

Browse files
add updates
1 parent a2a9c48 commit b48f92e

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

src/Lb/ChangeLog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# 更新历史 #
2-
API版本:0.6.5
2+
API版本:0.6.6
33

44
| 发布时间 | 版本号 | 更新 |说明|
55
|------------|-------|--------------------------------------------------------|---|
6-
| 2024-04-24 | 0.6.5 | *[将部分字段改为 internal](https://joyspace.jd.com/pages/MYA2ioGJTorbY01p1Ae0)* ||
6+
| 2024-04-24 | 0.6.5 | *修复部分字段引用错误* ||
7+
| 2024-04-24 | 0.6.5 | *修改部分字段* ||
78
| 2024-01-23 | 0.6.4 | *支持给高可用组设置默认权重* ||
89
| 2023-12-25 | 0.6.3 | *增加安全组查询绑定lb接口* ||
910
| 2022-10-24 | 0.6.0 | *1、支持个性化tls配置* ||

src/data/lb/v1/api-2.json.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627
'ipAddress' => [ 'type' => 'string', 'locationName' => 'ipAddress', ],
628628
],
629629
],
630-
'TargetUpdateSpec' => [
630+
'AgTargetUpdateSpec' => [
631631
'type' => 'structure',
632632
'members' => [
633633
'targetId' => [ 'type' => 'string', 'locationName' => 'targetId', ],
@@ -1189,6 +1189,14 @@
11891189
'ipAddress' => [ 'type' => 'string', 'locationName' => 'ipAddress', ],
11901190
],
11911191
],
1192+
'TargetUpdateSpec' => [
1193+
'type' => 'structure',
1194+
'members' => [
1195+
'targetId' => [ 'type' => 'string', 'locationName' => 'targetId', ],
1196+
'port' => [ 'type' => 'integer', 'locationName' => 'port', ],
1197+
'weight' => [ 'type' => 'integer', 'locationName' => 'weight', ],
1198+
],
1199+
],
11921200
'UpdateBackendSpec' => [
11931201
'type' => 'structure',
11941202
'members' => [
@@ -1353,7 +1361,7 @@
13531361
'UpdateAgTargetsRequestShape' => [
13541362
'type' => 'structure',
13551363
'members' => [
1356-
'targetUpdateSpecs' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetUpdateSpec', ], ],
1364+
'targetUpdateSpecs' => [ 'type' => 'list', 'member' => [ 'shape' => 'AgTargetUpdateSpec', ], ],
13571365
'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ],
13581366
'backendId' => [ 'type' => 'string', 'locationName' => 'backendId', ],
13591367
],

0 commit comments

Comments
 (0)