tccli 3.0.1246.1__py2.py3-none-any.whl → 3.0.1247.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/billing/v20180709/api.json +55 -1
- tccli/services/cam/v20190116/api.json +14 -14
- tccli/services/ccc/v20200210/api.json +61 -1
- tccli/services/cls/v20201016/api.json +3 -3
- tccli/services/dbbrain/v20210527/api.json +14 -5
- tccli/services/ecm/v20190719/api.json +17 -11
- tccli/services/ecm/v20190719/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +4 -4
- tccli/services/lcic/v20220817/api.json +110 -111
- tccli/services/lcic/v20220817/examples.json +40 -40
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +91 -0
- tccli/services/lkeap/v20240522/examples.json +9 -1
- tccli/services/mongodb/v20180408/api.json +153 -112
- tccli/services/mongodb/v20180408/examples.json +2 -2
- tccli/services/mongodb/v20190725/api.json +202 -167
- tccli/services/mongodb/v20190725/examples.json +8 -8
- tccli/services/ocr/v20181119/api.json +10 -10
- tccli/services/ocr/v20181119/examples.json +15 -15
- tccli/services/ssl/v20191205/api.json +1 -1
- tccli/services/tcb/v20180608/api.json +236 -219
- tccli/services/tcb/v20180608/examples.json +9 -9
- tccli/services/tcbr/v20220217/api.json +46 -13
- tccli/services/tcbr/v20220217/examples.json +2 -8
- tccli/services/tcr/v20190924/api.json +72 -68
- tccli/services/tcr/v20190924/examples.json +40 -40
- tccli/services/tdmq/tdmq_client.py +57 -4
- tccli/services/tdmq/v20200217/api.json +107 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +33 -33
- tccli/services/vdb/v20230616/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +38 -25
- tccli/services/vpc/v20170312/examples.json +6 -6
- {tccli-3.0.1246.1.dist-info → tccli-3.0.1247.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1246.1.dist-info → tccli-3.0.1247.1.dist-info}/RECORD +41 -41
- {tccli-3.0.1246.1.dist-info → tccli-3.0.1247.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1246.1.dist-info → tccli-3.0.1247.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1246.1.dist-info → tccli-3.0.1247.1.dist-info}/license_files/LICENSE +0 -0
@@ -15,7 +15,7 @@
|
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
17
|
"CreateDBInstanceHour": {
|
18
|
-
"document": "本接口(CreateDBInstanceHour)用于创建按量计费的MongoDB
|
18
|
+
"document": "本接口(CreateDBInstanceHour)用于创建按量计费的MongoDB云数据库实例,可通过传入实例规格、实例类型、MongoDB版本、购买时长和数量等信息创建云数据库实例。",
|
19
19
|
"input": "CreateDBInstanceHourRequest",
|
20
20
|
"name": "创建云数据库实例(按量计费)",
|
21
21
|
"output": "CreateDBInstanceHourResponse",
|
@@ -176,7 +176,7 @@
|
|
176
176
|
{
|
177
177
|
"disabled": false,
|
178
178
|
"document": "实例内存大小,单位:GB",
|
179
|
-
"example": "",
|
179
|
+
"example": "4",
|
180
180
|
"member": "uint64",
|
181
181
|
"name": "Memory",
|
182
182
|
"required": true,
|
@@ -185,7 +185,7 @@
|
|
185
185
|
{
|
186
186
|
"disabled": false,
|
187
187
|
"document": "实例硬盘大小,单位:GB",
|
188
|
-
"example": "",
|
188
|
+
"example": "250",
|
189
189
|
"member": "uint64",
|
190
190
|
"name": "Volume",
|
191
191
|
"required": true,
|
@@ -194,7 +194,7 @@
|
|
194
194
|
{
|
195
195
|
"disabled": false,
|
196
196
|
"document": "副本集个数,1为单副本集实例,大于1为分片集群实例,最大不超过10",
|
197
|
-
"example": "",
|
197
|
+
"example": "1",
|
198
198
|
"member": "uint64",
|
199
199
|
"name": "ReplicateSetNum",
|
200
200
|
"required": true,
|
@@ -203,7 +203,7 @@
|
|
203
203
|
{
|
204
204
|
"disabled": false,
|
205
205
|
"document": "每个副本集内从节点个数,目前只支持从节点数为2",
|
206
|
-
"example": "",
|
206
|
+
"example": "2",
|
207
207
|
"member": "uint64",
|
208
208
|
"name": "SecondaryNum",
|
209
209
|
"required": true,
|
@@ -212,7 +212,7 @@
|
|
212
212
|
{
|
213
213
|
"disabled": false,
|
214
214
|
"document": "MongoDB引擎版本,值包括MONGO_3_WT 、MONGO_3_ROCKS和MONGO_36_WT",
|
215
|
-
"example": "",
|
215
|
+
"example": "MONGO_3_WT",
|
216
216
|
"member": "string",
|
217
217
|
"name": "EngineVersion",
|
218
218
|
"required": true,
|
@@ -220,8 +220,8 @@
|
|
220
220
|
},
|
221
221
|
{
|
222
222
|
"disabled": false,
|
223
|
-
"document": "实例类型,
|
224
|
-
"example": "",
|
223
|
+
"document": "实例类型,HIO10G:高IO万兆。",
|
224
|
+
"example": "HIO10G",
|
225
225
|
"member": "string",
|
226
226
|
"name": "Machine",
|
227
227
|
"required": true,
|
@@ -230,7 +230,7 @@
|
|
230
230
|
{
|
231
231
|
"disabled": false,
|
232
232
|
"document": "实例数量,默认值为1, 最小值1,最大值为10",
|
233
|
-
"example": "",
|
233
|
+
"example": "1",
|
234
234
|
"member": "uint64",
|
235
235
|
"name": "GoodsNum",
|
236
236
|
"required": true,
|
@@ -239,7 +239,7 @@
|
|
239
239
|
{
|
240
240
|
"disabled": false,
|
241
241
|
"document": "可用区信息,格式如:ap-guangzhou-2",
|
242
|
-
"example": "",
|
242
|
+
"example": "ap-guangzhou-3",
|
243
243
|
"member": "string",
|
244
244
|
"name": "Zone",
|
245
245
|
"required": true,
|
@@ -247,8 +247,8 @@
|
|
247
247
|
},
|
248
248
|
{
|
249
249
|
"disabled": false,
|
250
|
-
"document": "
|
251
|
-
"example": "",
|
250
|
+
"document": "实例角色,默认传MASTER即可",
|
251
|
+
"example": "MASTER",
|
252
252
|
"member": "string",
|
253
253
|
"name": "InstanceRole",
|
254
254
|
"required": true,
|
@@ -257,7 +257,7 @@
|
|
257
257
|
{
|
258
258
|
"disabled": false,
|
259
259
|
"document": "实例类型,REPLSET-副本集,SHARD-分片集群",
|
260
|
-
"example": "",
|
260
|
+
"example": "REPLSET",
|
261
261
|
"member": "string",
|
262
262
|
"name": "InstanceType",
|
263
263
|
"required": true,
|
@@ -266,7 +266,7 @@
|
|
266
266
|
{
|
267
267
|
"disabled": false,
|
268
268
|
"document": "数据是否加密,当且仅当引擎版本为MONGO_3_ROCKS,可以选择加密",
|
269
|
-
"example": "",
|
269
|
+
"example": "1",
|
270
270
|
"member": "uint64",
|
271
271
|
"name": "Encrypt",
|
272
272
|
"required": false,
|
@@ -275,7 +275,7 @@
|
|
275
275
|
{
|
276
276
|
"disabled": false,
|
277
277
|
"document": "私有网络ID,如果不传则默认选择基础网络",
|
278
|
-
"example": "",
|
278
|
+
"example": "vpc-112****",
|
279
279
|
"member": "string",
|
280
280
|
"name": "VpcId",
|
281
281
|
"required": false,
|
@@ -284,7 +284,7 @@
|
|
284
284
|
{
|
285
285
|
"disabled": false,
|
286
286
|
"document": "私有网络下的子网ID,如果设置了 VpcId,则 SubnetId必填",
|
287
|
-
"example": "",
|
287
|
+
"example": "subnet-12asd****",
|
288
288
|
"member": "string",
|
289
289
|
"name": "SubnetId",
|
290
290
|
"required": false,
|
@@ -293,7 +293,7 @@
|
|
293
293
|
{
|
294
294
|
"disabled": false,
|
295
295
|
"document": "项目ID,不填为默认项目",
|
296
|
-
"example": "",
|
296
|
+
"example": "1118179",
|
297
297
|
"member": "int64",
|
298
298
|
"name": "ProjectId",
|
299
299
|
"required": false,
|
@@ -302,11 +302,29 @@
|
|
302
302
|
{
|
303
303
|
"disabled": false,
|
304
304
|
"document": "安全组参数",
|
305
|
-
"example": "",
|
305
|
+
"example": "sg-123a****",
|
306
306
|
"member": "string",
|
307
307
|
"name": "SecurityGroup",
|
308
308
|
"required": false,
|
309
309
|
"type": "list"
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"disabled": false,
|
313
|
+
"document": "私有网络ID,如果不传则默认选择基础网络",
|
314
|
+
"example": "vpc-112****",
|
315
|
+
"member": "string",
|
316
|
+
"name": "UniqVpcId",
|
317
|
+
"required": false,
|
318
|
+
"type": "string"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"disabled": false,
|
322
|
+
"document": "私有网络下的子网ID,如果设置了 VpcId,则 SubnetId必填",
|
323
|
+
"example": "subnet-12asd****",
|
324
|
+
"member": "string",
|
325
|
+
"name": "UniqSubnetId",
|
326
|
+
"required": false,
|
327
|
+
"type": "string"
|
310
328
|
}
|
311
329
|
],
|
312
330
|
"type": "object"
|
@@ -317,18 +335,20 @@
|
|
317
335
|
{
|
318
336
|
"disabled": false,
|
319
337
|
"document": "订单ID",
|
320
|
-
"example": "",
|
338
|
+
"example": "2019070916000000350241612094****",
|
321
339
|
"member": "string",
|
322
340
|
"name": "DealId",
|
341
|
+
"output_required": true,
|
323
342
|
"type": "string",
|
324
343
|
"value_allowed_null": false
|
325
344
|
},
|
326
345
|
{
|
327
346
|
"disabled": false,
|
328
347
|
"document": "创建的实例ID列表",
|
329
|
-
"example": "",
|
348
|
+
"example": "[\"cmgo-m26****\"]",
|
330
349
|
"member": "string",
|
331
350
|
"name": "InstanceIds",
|
351
|
+
"output_required": true,
|
332
352
|
"type": "list",
|
333
353
|
"value_allowed_null": false
|
334
354
|
},
|
@@ -525,23 +545,23 @@
|
|
525
545
|
"members": [
|
526
546
|
{
|
527
547
|
"disabled": false,
|
528
|
-
"document": "客户端连接信息,包括客户端IP和对应IP
|
548
|
+
"document": "客户端连接信息,包括客户端IP和对应IP的连接数量",
|
529
549
|
"example": "[{\"Count\":1,\"IP\":\"xx\"},{\"Count\":1,\"IP\":\"xx\"}]",
|
530
550
|
"member": "ClientConnection",
|
531
551
|
"name": "Clients",
|
532
|
-
"output_required":
|
552
|
+
"output_required": false,
|
533
553
|
"type": "list",
|
534
|
-
"value_allowed_null":
|
554
|
+
"value_allowed_null": false
|
535
555
|
},
|
536
556
|
{
|
537
557
|
"disabled": false,
|
538
|
-
"document": "
|
558
|
+
"document": "连接数总结",
|
539
559
|
"example": "10",
|
540
560
|
"member": "int64",
|
541
561
|
"name": "TotalCount",
|
542
|
-
"output_required":
|
562
|
+
"output_required": false,
|
543
563
|
"type": "int",
|
544
|
-
"value_allowed_null":
|
564
|
+
"value_allowed_null": false
|
545
565
|
},
|
546
566
|
{
|
547
567
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -1118,53 +1138,53 @@
|
|
1118
1138
|
},
|
1119
1139
|
{
|
1120
1140
|
"disabled": false,
|
1121
|
-
"document": "
|
1141
|
+
"document": "只读实例信息",
|
1122
1142
|
"example": "无",
|
1123
1143
|
"member": "MongoDBInstance",
|
1124
1144
|
"name": "ReadonlyInstances",
|
1125
|
-
"output_required":
|
1145
|
+
"output_required": false,
|
1126
1146
|
"type": "list",
|
1127
|
-
"value_allowed_null":
|
1147
|
+
"value_allowed_null": false
|
1128
1148
|
},
|
1129
1149
|
{
|
1130
1150
|
"disabled": false,
|
1131
|
-
"document": "
|
1151
|
+
"document": "灾备实例信息",
|
1132
1152
|
"example": "无",
|
1133
1153
|
"member": "MongoDBInstance",
|
1134
1154
|
"name": "StandbyInstances",
|
1135
|
-
"output_required":
|
1155
|
+
"output_required": false,
|
1136
1156
|
"type": "list",
|
1137
|
-
"value_allowed_null":
|
1157
|
+
"value_allowed_null": false
|
1138
1158
|
},
|
1139
1159
|
{
|
1140
1160
|
"disabled": false,
|
1141
|
-
"document": "
|
1161
|
+
"document": "临时实例信息",
|
1142
1162
|
"example": "无",
|
1143
1163
|
"member": "MongoDBInstance",
|
1144
1164
|
"name": "CloneInstances",
|
1145
|
-
"output_required":
|
1165
|
+
"output_required": false,
|
1146
1166
|
"type": "list",
|
1147
|
-
"value_allowed_null":
|
1167
|
+
"value_allowed_null": false
|
1148
1168
|
},
|
1149
1169
|
{
|
1150
1170
|
"disabled": false,
|
1151
|
-
"document": "
|
1171
|
+
"document": "关联实例信息,对于正式实例,该字段表示它的临时实例信息;对于临时实例,则表示它的正式实例信息;如果为只读/灾备实例,则表示他的主实例信息",
|
1152
1172
|
"example": "1",
|
1153
1173
|
"member": "MongoDBInstance",
|
1154
1174
|
"name": "RelatedInstance",
|
1155
|
-
"output_required":
|
1175
|
+
"output_required": false,
|
1156
1176
|
"type": "object",
|
1157
|
-
"value_allowed_null":
|
1177
|
+
"value_allowed_null": false
|
1158
1178
|
},
|
1159
1179
|
{
|
1160
1180
|
"disabled": false,
|
1161
|
-
"document": "
|
1181
|
+
"document": "实例标签信息集合",
|
1162
1182
|
"example": "无",
|
1163
1183
|
"member": "TagInfo",
|
1164
1184
|
"name": "Tags",
|
1165
|
-
"output_required":
|
1185
|
+
"output_required": false,
|
1166
1186
|
"type": "list",
|
1167
|
-
"value_allowed_null":
|
1187
|
+
"value_allowed_null": false
|
1168
1188
|
},
|
1169
1189
|
{
|
1170
1190
|
"disabled": false,
|
@@ -1219,7 +1239,7 @@
|
|
1219
1239
|
{
|
1220
1240
|
"disabled": false,
|
1221
1241
|
"document": "实例对应的物理实例ID,回档并替换过的实例有不同的InstanceId和RealInstanceId,从barad获取监控数据等场景下需要用物理id获取",
|
1222
|
-
"example": "
|
1242
|
+
"example": "cmgo-12adfw****",
|
1223
1243
|
"member": "string",
|
1224
1244
|
"name": "RealInstanceId",
|
1225
1245
|
"output_required": true,
|
@@ -1447,216 +1467,237 @@
|
|
1447
1467
|
"members": [
|
1448
1468
|
{
|
1449
1469
|
"disabled": false,
|
1450
|
-
"document": "
|
1451
|
-
"example": "",
|
1470
|
+
"document": "规格信息标识\n注意:此字段可能返回 null,表示取不到有效值。",
|
1471
|
+
"example": "mongo.HIO10G.128g\t",
|
1452
1472
|
"member": "string",
|
1453
1473
|
"name": "SpecCode",
|
1474
|
+
"output_required": false,
|
1454
1475
|
"required": true,
|
1455
1476
|
"type": "string",
|
1456
|
-
"value_allowed_null":
|
1477
|
+
"value_allowed_null": true
|
1457
1478
|
},
|
1458
1479
|
{
|
1459
1480
|
"disabled": false,
|
1460
|
-
"document": "规格有效标志,取值:0-停止售卖,1
|
1461
|
-
"example": "",
|
1481
|
+
"document": "规格有效标志,取值:0-停止售卖,1-开放售卖\n注意:此字段可能返回 null,表示取不到有效值。",
|
1482
|
+
"example": "1",
|
1462
1483
|
"member": "uint64",
|
1463
1484
|
"name": "Status",
|
1485
|
+
"output_required": false,
|
1464
1486
|
"required": true,
|
1465
1487
|
"type": "int",
|
1466
|
-
"value_allowed_null":
|
1488
|
+
"value_allowed_null": true
|
1467
1489
|
},
|
1468
1490
|
{
|
1469
1491
|
"disabled": false,
|
1470
|
-
"document": "机器类型,取值:0-HIO,4-HIO10G",
|
1471
|
-
"example": "",
|
1492
|
+
"document": "机器类型,取值:0-HIO,4-HIO10G\n注意:此字段可能返回 null,表示取不到有效值。",
|
1493
|
+
"example": "4",
|
1472
1494
|
"member": "string",
|
1473
1495
|
"name": "MachineType",
|
1496
|
+
"output_required": false,
|
1474
1497
|
"required": true,
|
1475
1498
|
"type": "string",
|
1476
|
-
"value_allowed_null":
|
1499
|
+
"value_allowed_null": true
|
1477
1500
|
},
|
1478
1501
|
{
|
1479
1502
|
"disabled": false,
|
1480
|
-
"document": "cpu
|
1481
|
-
"example": "",
|
1503
|
+
"document": "cpu核心数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1504
|
+
"example": "2",
|
1482
1505
|
"member": "uint64",
|
1483
1506
|
"name": "Cpu",
|
1507
|
+
"output_required": false,
|
1484
1508
|
"required": true,
|
1485
1509
|
"type": "int",
|
1486
|
-
"value_allowed_null":
|
1510
|
+
"value_allowed_null": true
|
1487
1511
|
},
|
1488
1512
|
{
|
1489
1513
|
"disabled": false,
|
1490
|
-
"document": "内存规格,单位为MB",
|
1491
|
-
"example": "",
|
1514
|
+
"document": "内存规格,单位为MB\n注意:此字段可能返回 null,表示取不到有效值。",
|
1515
|
+
"example": "4096",
|
1492
1516
|
"member": "uint64",
|
1493
1517
|
"name": "Memory",
|
1518
|
+
"output_required": false,
|
1494
1519
|
"required": true,
|
1495
1520
|
"type": "int",
|
1496
|
-
"value_allowed_null":
|
1521
|
+
"value_allowed_null": true
|
1497
1522
|
},
|
1498
1523
|
{
|
1499
1524
|
"disabled": false,
|
1500
|
-
"document": "默认磁盘规格,单位MB",
|
1501
|
-
"example": "",
|
1525
|
+
"document": "默认磁盘规格,单位MB\n注意:此字段可能返回 null,表示取不到有效值。",
|
1526
|
+
"example": "3072000",
|
1502
1527
|
"member": "uint64",
|
1503
1528
|
"name": "DefaultStorage",
|
1529
|
+
"output_required": false,
|
1504
1530
|
"required": true,
|
1505
1531
|
"type": "int",
|
1506
|
-
"value_allowed_null":
|
1532
|
+
"value_allowed_null": true
|
1507
1533
|
},
|
1508
1534
|
{
|
1509
1535
|
"disabled": false,
|
1510
|
-
"document": "最大磁盘规格,单位MB",
|
1511
|
-
"example": "",
|
1536
|
+
"document": "最大磁盘规格,单位MB\n注意:此字段可能返回 null,表示取不到有效值。",
|
1537
|
+
"example": "5120000\t",
|
1512
1538
|
"member": "uint64",
|
1513
1539
|
"name": "MaxStorage",
|
1540
|
+
"output_required": false,
|
1514
1541
|
"required": true,
|
1515
1542
|
"type": "int",
|
1516
|
-
"value_allowed_null":
|
1543
|
+
"value_allowed_null": true
|
1517
1544
|
},
|
1518
1545
|
{
|
1519
1546
|
"disabled": false,
|
1520
|
-
"document": "最小磁盘规格,单位MB",
|
1521
|
-
"example": "",
|
1547
|
+
"document": "最小磁盘规格,单位MB\n注意:此字段可能返回 null,表示取不到有效值。",
|
1548
|
+
"example": "1536000",
|
1522
1549
|
"member": "uint64",
|
1523
1550
|
"name": "MinStorage",
|
1551
|
+
"output_required": false,
|
1524
1552
|
"required": true,
|
1525
1553
|
"type": "int",
|
1526
|
-
"value_allowed_null":
|
1554
|
+
"value_allowed_null": true
|
1527
1555
|
},
|
1528
1556
|
{
|
1529
1557
|
"disabled": false,
|
1530
|
-
"document": "可承载qps
|
1531
|
-
"example": "",
|
1558
|
+
"document": "可承载qps信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1559
|
+
"example": "36000",
|
1532
1560
|
"member": "uint64",
|
1533
1561
|
"name": "Qps",
|
1562
|
+
"output_required": false,
|
1534
1563
|
"required": true,
|
1535
1564
|
"type": "int",
|
1536
|
-
"value_allowed_null":
|
1565
|
+
"value_allowed_null": true
|
1537
1566
|
},
|
1538
1567
|
{
|
1539
1568
|
"disabled": false,
|
1540
|
-
"document": "
|
1541
|
-
"example": "",
|
1569
|
+
"document": "连接数限制\n注意:此字段可能返回 null,表示取不到有效值。",
|
1570
|
+
"example": "20000",
|
1542
1571
|
"member": "uint64",
|
1543
1572
|
"name": "Conns",
|
1573
|
+
"output_required": false,
|
1544
1574
|
"required": true,
|
1545
1575
|
"type": "int",
|
1546
|
-
"value_allowed_null":
|
1576
|
+
"value_allowed_null": true
|
1547
1577
|
},
|
1548
1578
|
{
|
1549
1579
|
"disabled": false,
|
1550
|
-
"document": "实例mongodb
|
1551
|
-
"example": "",
|
1580
|
+
"document": "实例mongodb版本信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1581
|
+
"example": "MONGO_40_WT\t",
|
1552
1582
|
"member": "string",
|
1553
1583
|
"name": "MongoVersionCode",
|
1584
|
+
"output_required": false,
|
1554
1585
|
"required": true,
|
1555
1586
|
"type": "string",
|
1556
|
-
"value_allowed_null":
|
1587
|
+
"value_allowed_null": true
|
1557
1588
|
},
|
1558
1589
|
{
|
1559
1590
|
"disabled": false,
|
1560
|
-
"document": "实例mongodb
|
1561
|
-
"example": "",
|
1591
|
+
"document": "实例mongodb版本号\n注意:此字段可能返回 null,表示取不到有效值。",
|
1592
|
+
"example": "9",
|
1562
1593
|
"member": "uint64",
|
1563
1594
|
"name": "MongoVersionValue",
|
1595
|
+
"output_required": false,
|
1564
1596
|
"required": true,
|
1565
1597
|
"type": "int",
|
1566
|
-
"value_allowed_null":
|
1598
|
+
"value_allowed_null": true
|
1567
1599
|
},
|
1568
1600
|
{
|
1569
1601
|
"disabled": false,
|
1570
|
-
"document": "实例mongodb
|
1571
|
-
"example": "",
|
1602
|
+
"document": "实例mongodb版本号(短)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1603
|
+
"example": "4.0",
|
1572
1604
|
"member": "string",
|
1573
1605
|
"name": "Version",
|
1606
|
+
"output_required": false,
|
1574
1607
|
"required": true,
|
1575
1608
|
"type": "string",
|
1576
|
-
"value_allowed_null":
|
1609
|
+
"value_allowed_null": true
|
1577
1610
|
},
|
1578
1611
|
{
|
1579
1612
|
"disabled": false,
|
1580
|
-
"document": "
|
1581
|
-
"example": "",
|
1613
|
+
"document": "存储引擎\n注意:此字段可能返回 null,表示取不到有效值。",
|
1614
|
+
"example": "WiredTiger",
|
1582
1615
|
"member": "string",
|
1583
1616
|
"name": "EngineName",
|
1617
|
+
"output_required": false,
|
1584
1618
|
"required": true,
|
1585
1619
|
"type": "string",
|
1586
|
-
"value_allowed_null":
|
1620
|
+
"value_allowed_null": true
|
1587
1621
|
},
|
1588
1622
|
{
|
1589
1623
|
"disabled": false,
|
1590
|
-
"document": "集群类型,取值:1-分片集群,0
|
1591
|
-
"example": "",
|
1624
|
+
"document": "集群类型,取值:1-分片集群,0-副本集集群\n注意:此字段可能返回 null,表示取不到有效值。",
|
1625
|
+
"example": "1",
|
1592
1626
|
"member": "uint64",
|
1593
1627
|
"name": "ClusterType",
|
1628
|
+
"output_required": false,
|
1594
1629
|
"required": true,
|
1595
1630
|
"type": "int",
|
1596
|
-
"value_allowed_null":
|
1631
|
+
"value_allowed_null": true
|
1597
1632
|
},
|
1598
1633
|
{
|
1599
1634
|
"disabled": false,
|
1600
|
-
"document": "
|
1601
|
-
"example": "",
|
1635
|
+
"document": "最小副本集从节点数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1636
|
+
"example": "3",
|
1602
1637
|
"member": "uint64",
|
1603
1638
|
"name": "MinNodeNum",
|
1639
|
+
"output_required": false,
|
1604
1640
|
"required": true,
|
1605
1641
|
"type": "int",
|
1606
|
-
"value_allowed_null":
|
1642
|
+
"value_allowed_null": true
|
1607
1643
|
},
|
1608
1644
|
{
|
1609
1645
|
"disabled": false,
|
1610
|
-
"document": "
|
1611
|
-
"example": "",
|
1646
|
+
"document": "最大副本集从节点数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1647
|
+
"example": "7",
|
1612
1648
|
"member": "uint64",
|
1613
1649
|
"name": "MaxNodeNum",
|
1650
|
+
"output_required": false,
|
1614
1651
|
"required": true,
|
1615
1652
|
"type": "int",
|
1616
|
-
"value_allowed_null":
|
1653
|
+
"value_allowed_null": true
|
1617
1654
|
},
|
1618
1655
|
{
|
1619
1656
|
"disabled": false,
|
1620
|
-
"document": "
|
1621
|
-
"example": "",
|
1657
|
+
"document": "最小分片数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1658
|
+
"example": "2",
|
1622
1659
|
"member": "uint64",
|
1623
1660
|
"name": "MinReplicateSetNum",
|
1661
|
+
"output_required": false,
|
1624
1662
|
"required": true,
|
1625
1663
|
"type": "int",
|
1626
|
-
"value_allowed_null":
|
1664
|
+
"value_allowed_null": true
|
1627
1665
|
},
|
1628
1666
|
{
|
1629
1667
|
"disabled": false,
|
1630
|
-
"document": "
|
1631
|
-
"example": "",
|
1668
|
+
"document": "最大分片数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1669
|
+
"example": "20",
|
1632
1670
|
"member": "uint64",
|
1633
1671
|
"name": "MaxReplicateSetNum",
|
1672
|
+
"output_required": false,
|
1634
1673
|
"required": true,
|
1635
1674
|
"type": "int",
|
1636
|
-
"value_allowed_null":
|
1675
|
+
"value_allowed_null": true
|
1637
1676
|
},
|
1638
1677
|
{
|
1639
1678
|
"disabled": false,
|
1640
|
-
"document": "
|
1641
|
-
"example": "",
|
1679
|
+
"document": "最小分片从节点数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1680
|
+
"example": "3",
|
1642
1681
|
"member": "uint64",
|
1643
1682
|
"name": "MinReplicateSetNodeNum",
|
1683
|
+
"output_required": false,
|
1644
1684
|
"required": true,
|
1645
1685
|
"type": "int",
|
1646
|
-
"value_allowed_null":
|
1686
|
+
"value_allowed_null": true
|
1647
1687
|
},
|
1648
1688
|
{
|
1649
1689
|
"disabled": false,
|
1650
|
-
"document": "
|
1651
|
-
"example": "",
|
1690
|
+
"document": "最大分片从节点数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1691
|
+
"example": "7",
|
1652
1692
|
"member": "uint64",
|
1653
1693
|
"name": "MaxReplicateSetNodeNum",
|
1694
|
+
"output_required": false,
|
1654
1695
|
"required": true,
|
1655
1696
|
"type": "int",
|
1656
|
-
"value_allowed_null":
|
1697
|
+
"value_allowed_null": true
|
1657
1698
|
}
|
1658
1699
|
],
|
1659
|
-
"usage": "
|
1700
|
+
"usage": "both"
|
1660
1701
|
},
|
1661
1702
|
"SpecificationInfo": {
|
1662
1703
|
"document": "实例规格信息",
|
@@ -1664,30 +1705,30 @@
|
|
1664
1705
|
{
|
1665
1706
|
"disabled": false,
|
1666
1707
|
"document": "地域信息",
|
1667
|
-
"example": "",
|
1708
|
+
"example": "ap-guangzhou",
|
1668
1709
|
"member": "string",
|
1669
1710
|
"name": "Region",
|
1670
|
-
"
|
1711
|
+
"output_required": true,
|
1671
1712
|
"type": "string",
|
1672
1713
|
"value_allowed_null": false
|
1673
1714
|
},
|
1674
1715
|
{
|
1675
1716
|
"disabled": false,
|
1676
1717
|
"document": "可用区信息",
|
1677
|
-
"example": "",
|
1718
|
+
"example": "ap-guangzhou-2",
|
1678
1719
|
"member": "string",
|
1679
1720
|
"name": "Zone",
|
1680
|
-
"
|
1721
|
+
"output_required": true,
|
1681
1722
|
"type": "string",
|
1682
1723
|
"value_allowed_null": false
|
1683
1724
|
},
|
1684
1725
|
{
|
1685
1726
|
"disabled": false,
|
1686
1727
|
"document": "售卖规格信息",
|
1687
|
-
"example": "",
|
1728
|
+
"example": "详见结构",
|
1688
1729
|
"member": "SpecItem",
|
1689
1730
|
"name": "SpecItems",
|
1690
|
-
"
|
1731
|
+
"output_required": true,
|
1691
1732
|
"type": "list",
|
1692
1733
|
"value_allowed_null": false
|
1693
1734
|
}
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"CreateDBInstanceHour": [
|
20
20
|
{
|
21
21
|
"document": "客户需要通过API创建按量计费的云数据库实例",
|
22
|
-
"input": "https://mongodb.tencentcloudapi.com/?Action=CreateDBInstanceHour\
|
22
|
+
"input": "https://mongodb.tencentcloudapi.com/?Action=CreateDBInstanceHour\n&Memory=4\n&Volume=250\n&ReplicateSetNum=1\n&SecondaryNum=2\n&EngineVersion=MONGO_3_WT\n&Machine=TGIO\n&GoodsNum=1\n&Zone=ap-guangzhou-3\n&InstanceRole=MASTER\n&InstanceType=REPLSET\n&<公共请求参数>",
|
23
23
|
"output": "{\n \"Response\": {\n \"RequestId\": \"eaf9b19d-5ad4-4ca2-9fc4-a319aeb9181f\",\n \"DealId\": \"20190709160000003502416120946732\",\n \"InstanceIds\": [\n \"cmgo-m26c6jsf\"\n ]\n }\n}",
|
24
24
|
"title": "创建云数据库实例(按量计费)"
|
25
25
|
}
|
@@ -28,7 +28,7 @@
|
|
28
28
|
{
|
29
29
|
"document": "",
|
30
30
|
"input": "https://mongodb.tencentcloudapi.com/?Action=DescribeClientConnections\n&InstanceId=cmgo-eqmoaxxx\n&<公共请求参数>",
|
31
|
-
"output": "{\n \"Response\": {\n \"Clients\": [\n {\n \"IP\": \"
|
31
|
+
"output": "{\n \"Response\": {\n \"Clients\": [\n {\n \"IP\": \"10.0.0.1\",\n \"Count\": 1\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"59b477da-6473-4ea8-85b3-7f4473744981\"\n }\n}",
|
32
32
|
"title": "查询云数据库实例的客户端连接情况"
|
33
33
|
}
|
34
34
|
],
|