tccli 3.0.1156.1__py2.py3-none-any.whl → 3.0.1158.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/ams/v20201229/api.json +14 -14
  3. tccli/services/ams/v20201229/examples.json +1 -1
  4. tccli/services/cam/v20190116/api.json +10 -0
  5. tccli/services/ccc/v20200210/api.json +3 -3
  6. tccli/services/cdwch/v20200915/api.json +27 -0
  7. tccli/services/cdwdoris/v20211228/api.json +27 -0
  8. tccli/services/cfw/v20190904/api.json +34 -0
  9. tccli/services/cls/v20201016/api.json +3 -3
  10. tccli/services/cls/v20201016/examples.json +1 -1
  11. tccli/services/cynosdb/v20190107/api.json +1 -1
  12. tccli/services/dbbrain/v20210527/api.json +10 -1
  13. tccli/services/dts/v20211206/api.json +9 -0
  14. tccli/services/ess/v20201111/api.json +32 -14
  15. tccli/services/ess/v20201111/examples.json +8 -2
  16. tccli/services/essbasic/v20210526/api.json +1 -1
  17. tccli/services/hunyuan/v20230901/api.json +1 -1
  18. tccli/services/mongodb/mongodb_client.py +326 -8
  19. tccli/services/mongodb/v20190725/api.json +551 -0
  20. tccli/services/mongodb/v20190725/examples.json +48 -0
  21. tccli/services/monitor/v20180724/api.json +8 -8
  22. tccli/services/mps/v20190612/api.json +2 -2
  23. tccli/services/mps/v20190612/examples.json +2 -2
  24. tccli/services/ocr/v20181119/api.json +27 -0
  25. tccli/services/redis/v20180412/api.json +3 -3
  26. tccli/services/tem/v20210701/api.json +21 -3
  27. tccli/services/tem/v20210701/examples.json +1 -7
  28. tccli/services/thpc/thpc_client.py +110 -4
  29. tccli/services/thpc/v20230321/api.json +170 -35
  30. tccli/services/thpc/v20230321/examples.json +17 -1
  31. tccli/services/tke/v20220501/api.json +10 -0
  32. tccli/services/trtc/v20190722/api.json +3 -3
  33. tccli/services/trtc/v20190722/examples.json +2 -2
  34. tccli/services/vclm/v20240523/api.json +9 -0
  35. tccli/services/vpc/v20170312/api.json +76 -16
  36. tccli/services/vpc/v20170312/examples.json +3 -3
  37. tccli/services/waf/v20180125/api.json +13 -13
  38. tccli/services/wedata/v20210820/api.json +55 -7
  39. tccli/services/wedata/v20210820/examples.json +6 -0
  40. {tccli-3.0.1156.1.dist-info → tccli-3.0.1158.1.dist-info}/METADATA +2 -2
  41. {tccli-3.0.1156.1.dist-info → tccli-3.0.1158.1.dist-info}/RECORD +44 -44
  42. {tccli-3.0.1156.1.dist-info → tccli-3.0.1158.1.dist-info}/WHEEL +0 -0
  43. {tccli-3.0.1156.1.dist-info → tccli-3.0.1158.1.dist-info}/entry_points.txt +0 -0
  44. {tccli-3.0.1156.1.dist-info → tccli-3.0.1158.1.dist-info}/license_files/LICENSE +0 -0
@@ -42,6 +42,13 @@
42
42
  "output": "CreateDBInstanceHourResponse",
43
43
  "status": "online"
44
44
  },
45
+ "CreateDBInstanceParamTpl": {
46
+ "document": "本接口(CreateDBInstanceParamTpl)用于创建云数据库MongoDB实例的参数模板\n**说明:CreateDBInstanceParamTpl API正在公测中,在此期间,该接口仅对公测用户开放**",
47
+ "input": "CreateDBInstanceParamTplRequest",
48
+ "name": "创建数据库参数模板",
49
+ "output": "CreateDBInstanceParamTplResponse",
50
+ "status": "online"
51
+ },
45
52
  "DeleteAccountUser": {
46
53
  "document": "本接口(DeleteAccountUser)用于删除实例的自定义账号。",
47
54
  "input": "DeleteAccountUserRequest",
@@ -112,6 +119,20 @@
112
119
  "output": "DescribeDBInstanceNodePropertyResponse",
113
120
  "status": "online"
114
121
  },
122
+ "DescribeDBInstanceParamTpl": {
123
+ "document": "本接口(DescribeDBInstanceParamTpl )用于查询当前账号下所有MongoDB数据库参数模板\n**说明:DescribeDBInstanceParamTpl API正在公测中,在此期间,该接口仅对公测用户开放**",
124
+ "input": "DescribeDBInstanceParamTplRequest",
125
+ "name": "查询实例参数模板列表",
126
+ "output": "DescribeDBInstanceParamTplResponse",
127
+ "status": "online"
128
+ },
129
+ "DescribeDBInstanceParamTplDetail": {
130
+ "document": "本接口(DescribeDBInstanceParamTplDetail )用于查询MongoDB云数据库实例的参数模板详情。\n**说明:DescribeDBInstanceParamTplDetail API正在公测中,在此期间,该接口仅对公测用户开放**",
131
+ "input": "DescribeDBInstanceParamTplDetailRequest",
132
+ "name": "参数模板详情",
133
+ "output": "DescribeDBInstanceParamTplDetailResponse",
134
+ "status": "online"
135
+ },
115
136
  "DescribeDBInstances": {
116
137
  "document": "本接口(DescribeDBInstances)用于查询云数据库实例列表,支持通过项目ID、实例ID、实例状态等过滤条件来筛选主实例、灾备实例和只读实例信息列表。",
117
138
  "input": "DescribeDBInstancesRequest",
@@ -161,6 +182,13 @@
161
182
  "output": "DescribeTransparentDataEncryptionStatusResponse",
162
183
  "status": "online"
163
184
  },
185
+ "DropDBInstanceParamTpl": {
186
+ "document": "本接口(DropDBInstanceParamTpl )用于删除云数据库MongoDB实例的参数模板\n**说明:DropDBInstanceParamTpl API正在公测中,在此期间,该接口仅对公测用户开放**",
187
+ "input": "DropDBInstanceParamTplRequest",
188
+ "name": "删除参数模板",
189
+ "output": "DropDBInstanceParamTplResponse",
190
+ "status": "online"
191
+ },
164
192
  "EnableTransparentDataEncryption": {
165
193
  "document": "本接口(EnableTransparentDataEncryption)用于开启云数据库 MongoDB 的透明加密能力。",
166
194
  "input": "EnableTransparentDataEncryptionRequest",
@@ -224,6 +252,13 @@
224
252
  "output": "ModifyDBInstanceNetworkAddressResponse",
225
253
  "status": "online"
226
254
  },
255
+ "ModifyDBInstanceParamTpl": {
256
+ "document": "本接口(ModifyDBInstanceParamTpl )用于修改MongoDB云数据库实例的参数模板。\n**说明:ModifyDBInstanceParamTpl API正在公测中,在此期间,该接口仅对公测用户开放**",
257
+ "input": "ModifyDBInstanceParamTplRequest",
258
+ "name": "修改数据库参数模板",
259
+ "output": "ModifyDBInstanceParamTplResponse",
260
+ "status": "online"
261
+ },
227
262
  "ModifyDBInstanceSecurityGroup": {
228
263
  "document": "本接口(ModifyDBInstanceSecurityGroup)用于修改实例绑定的安全组",
229
264
  "input": "ModifyDBInstanceSecurityGroupRequest",
@@ -273,6 +308,13 @@
273
308
  "output": "ResetDBInstancePasswordResponse",
274
309
  "status": "online"
275
310
  },
311
+ "RestartNodes": {
312
+ "document": "本接口用于重启数据库节点。",
313
+ "input": "RestartNodesRequest",
314
+ "name": "重启数据库节点",
315
+ "output": "RestartNodesResponse",
316
+ "status": "online"
317
+ },
276
318
  "SetAccountUserPrivilege": {
277
319
  "document": "本接口(SetAccountUserPrivilege)用于设置实例的账号权限。",
278
320
  "input": "SetAccountUserPrivilegeRequest",
@@ -1125,6 +1167,15 @@
1125
1167
  "name": "HiddenZone",
1126
1168
  "required": false,
1127
1169
  "type": "string"
1170
+ },
1171
+ {
1172
+ "disabled": false,
1173
+ "document": "参数模板 ID。参数模板是一组 MongoDB 的参数并为预设置了参数值的集合,将一组有相同诉求的参数及值 存为模板,在创建实例时,可直接引用参数值到新实例。合理使用参数模板,可以提高MongoDB数据库的效率。模板列表从 DescribeDBInstanceParamTpl 接口获取,注意模板支持的版本。",
1174
+ "example": "tpl-0vswufxag",
1175
+ "member": "string",
1176
+ "name": "ParamTemplateId",
1177
+ "required": false,
1178
+ "type": "string"
1128
1179
  }
1129
1180
  ],
1130
1181
  "type": "object"
@@ -1161,6 +1212,88 @@
1161
1212
  ],
1162
1213
  "type": "object"
1163
1214
  },
1215
+ "CreateDBInstanceParamTplRequest": {
1216
+ "document": "CreateDBInstanceParamTpl请求参数结构体",
1217
+ "members": [
1218
+ {
1219
+ "disabled": false,
1220
+ "document": "参数模板名称。",
1221
+ "example": "高性能模板",
1222
+ "member": "string",
1223
+ "name": "TplName",
1224
+ "required": true,
1225
+ "type": "string"
1226
+ },
1227
+ {
1228
+ "disabled": false,
1229
+ "document": "版本号,该参数模板支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。参数与版本对应关系是:MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。当MirrorTplId为空时,该字段必填。",
1230
+ "example": "MONGO_42_WT",
1231
+ "member": "string",
1232
+ "name": "MongoVersion",
1233
+ "required": false,
1234
+ "type": "string"
1235
+ },
1236
+ {
1237
+ "disabled": false,
1238
+ "document": "实例类型,REPLSET-副本集,SHARD-分片集群,STANDALONE-单节点\n当MirrorTplId为空时,该字段必填。",
1239
+ "example": "SHARD",
1240
+ "member": "string",
1241
+ "name": "ClusterType",
1242
+ "required": false,
1243
+ "type": "string"
1244
+ },
1245
+ {
1246
+ "disabled": false,
1247
+ "document": "模板描述信息。",
1248
+ "example": "用于压测场景",
1249
+ "member": "string",
1250
+ "name": "TplDesc",
1251
+ "required": false,
1252
+ "type": "string"
1253
+ },
1254
+ {
1255
+ "disabled": false,
1256
+ "document": "模板参数,若为空,则以系统默认模板作为新版本参数。",
1257
+ "example": "无",
1258
+ "member": "ParamType",
1259
+ "name": "Params",
1260
+ "required": false,
1261
+ "type": "list"
1262
+ },
1263
+ {
1264
+ "disabled": false,
1265
+ "document": "镜像模板ID,若该字段不为空,则以该模板为镜像,克隆出一个新的模板。注意:MirrorTplId不为空时,MongoVersion及ClusterType将以MirrorTpl模板的版本及实例类型为准。",
1266
+ "example": "tpl-sdah144hg",
1267
+ "member": "string",
1268
+ "name": "MirrorTplId",
1269
+ "required": false,
1270
+ "type": "string"
1271
+ }
1272
+ ],
1273
+ "type": "object"
1274
+ },
1275
+ "CreateDBInstanceParamTplResponse": {
1276
+ "document": "CreateDBInstanceParamTpl返回参数结构体",
1277
+ "members": [
1278
+ {
1279
+ "disabled": false,
1280
+ "document": "模板ID",
1281
+ "example": "tpl-sdah144hg",
1282
+ "member": "string",
1283
+ "name": "TplId",
1284
+ "output_required": true,
1285
+ "type": "string",
1286
+ "value_allowed_null": false
1287
+ },
1288
+ {
1289
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1290
+ "member": "string",
1291
+ "name": "RequestId",
1292
+ "type": "string"
1293
+ }
1294
+ ],
1295
+ "type": "object"
1296
+ },
1164
1297
  "CreateDBInstanceRequest": {
1165
1298
  "document": "CreateDBInstance请求参数结构体",
1166
1299
  "members": [
@@ -1424,6 +1557,15 @@
1424
1557
  "name": "HiddenZone",
1425
1558
  "required": false,
1426
1559
  "type": "string"
1560
+ },
1561
+ {
1562
+ "disabled": false,
1563
+ "document": "参数模板 ID。参数模板是一组 MongoDB 的参数并为预设置了参数值的集合,将一组有相同诉求的参数及值 存为模板,在创建实例时,可直接引用参数值到新实例。合理使用参数模板,可以提高MongoDB数据库的效率。模板列表从 DescribeDBInstanceParamTpl 接口获取,注意模板支持的版本及实例类型。",
1564
+ "example": "tpl-0vswufxag",
1565
+ "member": "string",
1566
+ "name": "ParamTemplateId",
1567
+ "required": false,
1568
+ "type": "string"
1427
1569
  }
1428
1570
  ],
1429
1571
  "type": "object"
@@ -2367,6 +2509,196 @@
2367
2509
  ],
2368
2510
  "type": "object"
2369
2511
  },
2512
+ "DescribeDBInstanceParamTplDetailRequest": {
2513
+ "document": "DescribeDBInstanceParamTplDetail请求参数结构体",
2514
+ "members": [
2515
+ {
2516
+ "disabled": false,
2517
+ "document": "参数模板 ID。",
2518
+ "example": "tpl-sdvj2jh4k",
2519
+ "member": "string",
2520
+ "name": "TplId",
2521
+ "required": true,
2522
+ "type": "string"
2523
+ },
2524
+ {
2525
+ "disabled": false,
2526
+ "document": "参数名称,传入该值,则只会获取该字段的参数详情。为空时,返回全部参数。",
2527
+ "example": "operationProfiling.mode",
2528
+ "member": "string",
2529
+ "name": "ParamName",
2530
+ "required": false,
2531
+ "type": "string"
2532
+ }
2533
+ ],
2534
+ "type": "object"
2535
+ },
2536
+ "DescribeDBInstanceParamTplDetailResponse": {
2537
+ "document": "DescribeDBInstanceParamTplDetail返回参数结构体",
2538
+ "members": [
2539
+ {
2540
+ "disabled": false,
2541
+ "document": "枚举类参数详情列表。\n注意:此字段可能返回 null,表示取不到有效值。",
2542
+ "example": "无",
2543
+ "member": "InstanceEnumParam",
2544
+ "name": "InstanceEnumParams",
2545
+ "output_required": true,
2546
+ "type": "list",
2547
+ "value_allowed_null": true
2548
+ },
2549
+ {
2550
+ "disabled": false,
2551
+ "document": "整形参数详情列表。\n注意:此字段可能返回 null,表示取不到有效值。",
2552
+ "example": "无",
2553
+ "member": "InstanceIntegerParam",
2554
+ "name": "InstanceIntegerParams",
2555
+ "output_required": true,
2556
+ "type": "list",
2557
+ "value_allowed_null": true
2558
+ },
2559
+ {
2560
+ "disabled": false,
2561
+ "document": "文本参数详情列表。\n注意:此字段可能返回 null,表示取不到有效值。",
2562
+ "example": "无",
2563
+ "member": "InstanceTextParam",
2564
+ "name": "InstanceTextParams",
2565
+ "output_required": true,
2566
+ "type": "list",
2567
+ "value_allowed_null": true
2568
+ },
2569
+ {
2570
+ "disabled": false,
2571
+ "document": "多值参数详情列表。\n注意:此字段可能返回 null,表示取不到有效值。",
2572
+ "example": "无",
2573
+ "member": "InstanceMultiParam",
2574
+ "name": "InstanceMultiParams",
2575
+ "output_required": true,
2576
+ "type": "list",
2577
+ "value_allowed_null": true
2578
+ },
2579
+ {
2580
+ "disabled": false,
2581
+ "document": "参数总个数。\n注意:此字段可能返回 null,表示取不到有效值。",
2582
+ "example": "无",
2583
+ "member": "int64",
2584
+ "name": "TotalCount",
2585
+ "output_required": true,
2586
+ "type": "int",
2587
+ "value_allowed_null": true
2588
+ },
2589
+ {
2590
+ "disabled": false,
2591
+ "document": "模板适配实例版本。\n注意:此字段可能返回 null,表示取不到有效值。",
2592
+ "example": "MONGO_50_WT",
2593
+ "member": "string",
2594
+ "name": "MongoVersion",
2595
+ "output_required": true,
2596
+ "type": "string",
2597
+ "value_allowed_null": true
2598
+ },
2599
+ {
2600
+ "disabled": false,
2601
+ "document": "模板适配集群类型,副本集或分片。。\n注意:此字段可能返回 null,表示取不到有效值。",
2602
+ "example": "SHARD",
2603
+ "member": "string",
2604
+ "name": "ClusterType",
2605
+ "output_required": true,
2606
+ "type": "string",
2607
+ "value_allowed_null": true
2608
+ },
2609
+ {
2610
+ "disabled": false,
2611
+ "document": "参数模板名称。\n注意:此字段可能返回 null,表示取不到有效值。",
2612
+ "example": "test",
2613
+ "member": "string",
2614
+ "name": "TplName",
2615
+ "output_required": true,
2616
+ "type": "string",
2617
+ "value_allowed_null": true
2618
+ },
2619
+ {
2620
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2621
+ "member": "string",
2622
+ "name": "RequestId",
2623
+ "type": "string"
2624
+ }
2625
+ ],
2626
+ "type": "object"
2627
+ },
2628
+ "DescribeDBInstanceParamTplRequest": {
2629
+ "document": "DescribeDBInstanceParamTpl请求参数结构体",
2630
+ "members": [
2631
+ {
2632
+ "disabled": false,
2633
+ "document": "参数模板 ID 查询条件。",
2634
+ "example": "[\"tpl-sdjf143qu\"]",
2635
+ "member": "string",
2636
+ "name": "TplIds",
2637
+ "required": false,
2638
+ "type": "list"
2639
+ },
2640
+ {
2641
+ "disabled": false,
2642
+ "document": "模板名称,查询条件。",
2643
+ "example": "[\"test\"]",
2644
+ "member": "string",
2645
+ "name": "TplNames",
2646
+ "required": false,
2647
+ "type": "list"
2648
+ },
2649
+ {
2650
+ "disabled": false,
2651
+ "document": "根据版本号插叙参数模板,具体支持的售卖版本请参照查询云数据库的售卖规格(DescribeSpecInfo)返回结果。参数与版本对应关系是:MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。",
2652
+ "example": "[\"MONGO_42_WT\"]",
2653
+ "member": "string",
2654
+ "name": "MongoVersion",
2655
+ "required": false,
2656
+ "type": "list"
2657
+ },
2658
+ {
2659
+ "disabled": false,
2660
+ "document": "根据模板类型查询参数模板,支持DEFAULT(默认模板)和CUSTOMIZE(自定义模板)两种。",
2661
+ "example": "CUSTOMIZE",
2662
+ "member": "string",
2663
+ "name": "TplType",
2664
+ "required": false,
2665
+ "type": "string"
2666
+ }
2667
+ ],
2668
+ "type": "object"
2669
+ },
2670
+ "DescribeDBInstanceParamTplResponse": {
2671
+ "document": "DescribeDBInstanceParamTpl返回参数结构体",
2672
+ "members": [
2673
+ {
2674
+ "disabled": false,
2675
+ "document": "参数模板列表信息。\n注意:此字段可能返回 null,表示取不到有效值。",
2676
+ "example": "无",
2677
+ "member": "ParamTpl",
2678
+ "name": "ParamTpls",
2679
+ "output_required": true,
2680
+ "type": "list",
2681
+ "value_allowed_null": true
2682
+ },
2683
+ {
2684
+ "disabled": false,
2685
+ "document": "参数模板总数。\n注意:此字段可能返回 null,表示取不到有效值。",
2686
+ "example": "无",
2687
+ "member": "uint64",
2688
+ "name": "TotalCount",
2689
+ "output_required": true,
2690
+ "type": "int",
2691
+ "value_allowed_null": true
2692
+ },
2693
+ {
2694
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2695
+ "member": "string",
2696
+ "name": "RequestId",
2697
+ "type": "string"
2698
+ }
2699
+ ],
2700
+ "type": "object"
2701
+ },
2370
2702
  "DescribeDBInstancesRequest": {
2371
2703
  "document": "DescribeDBInstances请求参数结构体",
2372
2704
  "members": [
@@ -2928,6 +3260,33 @@
2928
3260
  ],
2929
3261
  "type": "object"
2930
3262
  },
3263
+ "DropDBInstanceParamTplRequest": {
3264
+ "document": "DropDBInstanceParamTpl请求参数结构体",
3265
+ "members": [
3266
+ {
3267
+ "disabled": false,
3268
+ "document": "参数模板 ID。",
3269
+ "example": "tpl-djtuhy1d",
3270
+ "member": "string",
3271
+ "name": "TplId",
3272
+ "required": true,
3273
+ "type": "string"
3274
+ }
3275
+ ],
3276
+ "type": "object"
3277
+ },
3278
+ "DropDBInstanceParamTplResponse": {
3279
+ "document": "DropDBInstanceParamTpl返回参数结构体",
3280
+ "members": [
3281
+ {
3282
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3283
+ "member": "string",
3284
+ "name": "RequestId",
3285
+ "type": "string"
3286
+ }
3287
+ ],
3288
+ "type": "object"
3289
+ },
2931
3290
  "EnableTransparentDataEncryptionRequest": {
2932
3291
  "document": "EnableTransparentDataEncryption请求参数结构体",
2933
3292
  "members": [
@@ -4547,6 +4906,60 @@
4547
4906
  ],
4548
4907
  "type": "object"
4549
4908
  },
4909
+ "ModifyDBInstanceParamTplRequest": {
4910
+ "document": "ModifyDBInstanceParamTpl请求参数结构体",
4911
+ "members": [
4912
+ {
4913
+ "disabled": false,
4914
+ "document": "待修改的参数模板 ID,示例:tpl-jglr91vew。",
4915
+ "example": "tpl-sdh134udi",
4916
+ "member": "string",
4917
+ "name": "TplId",
4918
+ "required": true,
4919
+ "type": "string"
4920
+ },
4921
+ {
4922
+ "disabled": false,
4923
+ "document": "待修改参数模板名称,为空时,保持原有名称。",
4924
+ "example": "压测模板",
4925
+ "member": "string",
4926
+ "name": "TplName",
4927
+ "required": false,
4928
+ "type": "string"
4929
+ },
4930
+ {
4931
+ "disabled": false,
4932
+ "document": "待修改参数模板描述,为空时,保持原有描述。",
4933
+ "example": "用于压测",
4934
+ "member": "string",
4935
+ "name": "TplDesc",
4936
+ "required": false,
4937
+ "type": "string"
4938
+ },
4939
+ {
4940
+ "disabled": false,
4941
+ "document": "待修改参数名及参数值,为空时,各参数保持原有值,支持单条或批量修改。",
4942
+ "example": "无",
4943
+ "member": "ParamType",
4944
+ "name": "Params",
4945
+ "required": false,
4946
+ "type": "list"
4947
+ }
4948
+ ],
4949
+ "type": "object"
4950
+ },
4951
+ "ModifyDBInstanceParamTplResponse": {
4952
+ "document": "ModifyDBInstanceParamTpl返回参数结构体",
4953
+ "members": [
4954
+ {
4955
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4956
+ "member": "string",
4957
+ "name": "RequestId",
4958
+ "type": "string"
4959
+ }
4960
+ ],
4961
+ "type": "object"
4962
+ },
4550
4963
  "ModifyDBInstanceSecurityGroupRequest": {
4551
4964
  "document": "ModifyDBInstanceSecurityGroup请求参数结构体",
4552
4965
  "members": [
@@ -5031,6 +5444,98 @@
5031
5444
  ],
5032
5445
  "usage": "in"
5033
5446
  },
5447
+ "ParamTpl": {
5448
+ "document": "数据库参数模板",
5449
+ "members": [
5450
+ {
5451
+ "disabled": false,
5452
+ "document": "参数模板名称",
5453
+ "example": "压测参数模板",
5454
+ "member": "string",
5455
+ "name": "TplName",
5456
+ "required": true,
5457
+ "type": "string",
5458
+ "value_allowed_null": false
5459
+ },
5460
+ {
5461
+ "disabled": false,
5462
+ "document": "参数模板ID",
5463
+ "example": "tpl-adh42hg1y",
5464
+ "member": "string",
5465
+ "name": "TplId",
5466
+ "required": true,
5467
+ "type": "string",
5468
+ "value_allowed_null": false
5469
+ },
5470
+ {
5471
+ "disabled": false,
5472
+ "document": "适用数据库版本",
5473
+ "example": "MONGO_42_WT",
5474
+ "member": "string",
5475
+ "name": "MongoVersion",
5476
+ "required": true,
5477
+ "type": "string",
5478
+ "value_allowed_null": false
5479
+ },
5480
+ {
5481
+ "disabled": false,
5482
+ "document": "适用数据库类型",
5483
+ "example": "SHARD",
5484
+ "member": "string",
5485
+ "name": "ClusterType",
5486
+ "required": true,
5487
+ "type": "string",
5488
+ "value_allowed_null": false
5489
+ },
5490
+ {
5491
+ "disabled": false,
5492
+ "document": "参数模板描述",
5493
+ "example": "用于压测",
5494
+ "member": "string",
5495
+ "name": "TplDesc",
5496
+ "required": true,
5497
+ "type": "string",
5498
+ "value_allowed_null": false
5499
+ },
5500
+ {
5501
+ "disabled": false,
5502
+ "document": "模板类型,包括DEFAULT(默认模板)及CUSTOMIZE(定制模板)两种类型",
5503
+ "example": "DEFAULT",
5504
+ "member": "string",
5505
+ "name": "TplType",
5506
+ "required": true,
5507
+ "type": "string",
5508
+ "value_allowed_null": false
5509
+ }
5510
+ ],
5511
+ "usage": "out"
5512
+ },
5513
+ "ParamType": {
5514
+ "document": "数据库参数",
5515
+ "members": [
5516
+ {
5517
+ "disabled": false,
5518
+ "document": "参数",
5519
+ "example": "balance.window",
5520
+ "member": "string",
5521
+ "name": "Key",
5522
+ "required": true,
5523
+ "type": "string",
5524
+ "value_allowed_null": false
5525
+ },
5526
+ {
5527
+ "disabled": false,
5528
+ "document": "参数值",
5529
+ "example": "1|2",
5530
+ "member": "string",
5531
+ "name": "Value",
5532
+ "required": true,
5533
+ "type": "string",
5534
+ "value_allowed_null": false
5535
+ }
5536
+ ],
5537
+ "usage": "both"
5538
+ },
5034
5539
  "RemoveNodeList": {
5035
5540
  "document": "修改实例节点详情",
5036
5541
  "members": [
@@ -5223,6 +5728,52 @@
5223
5728
  ],
5224
5729
  "type": "object"
5225
5730
  },
5731
+ "RestartNodesRequest": {
5732
+ "document": "RestartNodes请求参数结构体",
5733
+ "members": [
5734
+ {
5735
+ "disabled": false,
5736
+ "document": "实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同。",
5737
+ "example": "cmgo-p8vnipr5",
5738
+ "member": "string",
5739
+ "name": "InstanceId",
5740
+ "required": true,
5741
+ "type": "string"
5742
+ },
5743
+ {
5744
+ "disabled": false,
5745
+ "document": "节点Id。",
5746
+ "example": "[\"cmgo-6heje4jp_0-node-slave0\",\"cmgo-6heje4jp_1-node-slave0\"]",
5747
+ "member": "string",
5748
+ "name": "NodeIds",
5749
+ "required": true,
5750
+ "type": "list"
5751
+ }
5752
+ ],
5753
+ "type": "object"
5754
+ },
5755
+ "RestartNodesResponse": {
5756
+ "document": "RestartNodes返回参数结构体",
5757
+ "members": [
5758
+ {
5759
+ "disabled": false,
5760
+ "document": "流程Id。",
5761
+ "example": "2313431",
5762
+ "member": "int64",
5763
+ "name": "FlowId",
5764
+ "required": true,
5765
+ "type": "int",
5766
+ "value_allowed_null": false
5767
+ },
5768
+ {
5769
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5770
+ "member": "string",
5771
+ "name": "RequestId",
5772
+ "type": "string"
5773
+ }
5774
+ ],
5775
+ "type": "object"
5776
+ },
5226
5777
  "SecurityGroup": {
5227
5778
  "document": "安全组信息",
5228
5779
  "members": [