tccli 3.0.1398.1__py2.py3-none-any.whl → 3.0.1400.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.
- tccli/__init__.py +1 -1
- tccli/services/ai3d/v20250513/api.json +19 -1
- tccli/services/apm/v20210622/api.json +1 -1
- tccli/services/ccc/v20200210/api.json +33 -0
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +76 -14
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdwdoris/v20211228/api.json +31 -11
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +66 -0
- tccli/services/cls/v20201016/api.json +3 -3
- tccli/services/dbbrain/dbbrain_client.py +114 -61
- tccli/services/dbbrain/v20191016/api.json +63 -61
- tccli/services/dbbrain/v20210527/api.json +324 -163
- tccli/services/dbbrain/v20210527/examples.json +11 -3
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +54 -54
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/emr/v20190103/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +118 -3
- tccli/services/essbasic/v20210526/api.json +117 -2
- tccli/services/hai/v20230812/api.json +2 -2
- tccli/services/ioa/v20220601/api.json +11 -0
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lke/v20231130/api.json +234 -71
- tccli/services/lke/v20231130/examples.json +23 -23
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/lkeap/v20240522/examples.json +6 -0
- tccli/services/mongodb/v20190725/api.json +323 -314
- tccli/services/mongodb/v20190725/examples.json +17 -17
- tccli/services/monitor/v20180724/api.json +5 -4
- tccli/services/monitor/v20180724/examples.json +8 -2
- tccli/services/mps/v20190612/api.json +33 -2
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/postgres/v20170312/api.json +24 -14
- tccli/services/redis/v20180412/api.json +13 -13
- tccli/services/rum/v20210622/api.json +4 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/teo/teo_client.py +166 -7
- tccli/services/teo/v20220901/api.json +341 -0
- tccli/services/teo/v20220901/examples.json +27 -3
- tccli/services/tke/v20180525/api.json +6 -6
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +20 -1
- {tccli-3.0.1398.1.dist-info → tccli-3.0.1400.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1398.1.dist-info → tccli-3.0.1400.1.dist-info}/RECORD +50 -50
- {tccli-3.0.1398.1.dist-info → tccli-3.0.1400.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1398.1.dist-info → tccli-3.0.1400.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1398.1.dist-info → tccli-3.0.1400.1.dist-info}/license_files/LICENSE +0 -0
@@ -29,7 +29,7 @@
|
|
29
29
|
"status": "online"
|
30
30
|
},
|
31
31
|
"CreateDBInstance": {
|
32
|
-
"document": "本接口(CreateDBInstance)用于创建包年包月的MongoDB
|
32
|
+
"document": "本接口(CreateDBInstance)用于创建包年包月的MongoDB云数据库实例。接口支持的售卖规格,可通过接口查询 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/35767) 获取。",
|
33
33
|
"input": "CreateDBInstanceRequest",
|
34
34
|
"name": "创建云数据库实例(包年包月)",
|
35
35
|
"output": "CreateDBInstanceResponse",
|
@@ -71,7 +71,7 @@
|
|
71
71
|
"status": "online"
|
72
72
|
},
|
73
73
|
"DescribeBackupDownloadTask": {
|
74
|
-
"document": "
|
74
|
+
"document": "本接口(DescribeBackupDownloadTask)用于查询备份下载任务信息。",
|
75
75
|
"input": "DescribeBackupDownloadTaskRequest",
|
76
76
|
"name": "查询备份下载任务信息",
|
77
77
|
"output": "DescribeBackupDownloadTaskResponse",
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"DescribeDBInstanceNamespace": {
|
116
116
|
"document": "本接口(DescribeDBInstanceNamespace)用于查询数据库的表信息。",
|
117
117
|
"input": "DescribeDBInstanceNamespaceRequest",
|
118
|
-
"name": "
|
118
|
+
"name": "查询实例的库表",
|
119
119
|
"output": "DescribeDBInstanceNamespaceResponse",
|
120
120
|
"status": "online"
|
121
121
|
},
|
@@ -143,7 +143,7 @@
|
|
143
143
|
"DescribeDBInstanceURL": {
|
144
144
|
"document": "本接口(DescribeDBInstanceURL)用于获取指定实例的 URI 形式的连接串访问地址示例。",
|
145
145
|
"input": "DescribeDBInstanceURLRequest",
|
146
|
-
"name": "获取实例连接的URI
|
146
|
+
"name": "获取实例连接的URI",
|
147
147
|
"output": "DescribeDBInstanceURLResponse",
|
148
148
|
"status": "online"
|
149
149
|
},
|
@@ -155,7 +155,7 @@
|
|
155
155
|
"status": "online"
|
156
156
|
},
|
157
157
|
"DescribeDetailedSlowLogs": {
|
158
|
-
"document": "
|
158
|
+
"document": "本接口(DescribeDetailedSlowLogs)用于查询实例慢日志详情。",
|
159
159
|
"input": "DescribeDetailedSlowLogsRequest",
|
160
160
|
"name": "查询实例慢日志详情",
|
161
161
|
"output": "DescribeDetailedSlowLogsResponse",
|
@@ -190,7 +190,7 @@
|
|
190
190
|
"status": "online"
|
191
191
|
},
|
192
192
|
"DescribeSpecInfo": {
|
193
|
-
"document": "
|
193
|
+
"document": "本接口(DescribeSpecInfo)用于查询实例的售卖规格。",
|
194
194
|
"input": "DescribeSpecInfoRequest",
|
195
195
|
"name": "查询云数据库的售卖规格",
|
196
196
|
"output": "DescribeSpecInfoResponse",
|
@@ -253,14 +253,14 @@
|
|
253
253
|
"status": "online"
|
254
254
|
},
|
255
255
|
"IsolateDBInstance": {
|
256
|
-
"document": "
|
256
|
+
"document": "本接口(IsolateDBInstance)用于隔离 MongoDB 云数据库按量计费实例。隔离后实例保留在回收站中,不能再写入数据。隔离一定时间后,实例会彻底删除,回收站保存时间请参考按量计费的服务条款。已删除的按量计费实例无法恢复,请谨慎操作。",
|
257
257
|
"input": "IsolateDBInstanceRequest",
|
258
258
|
"name": "隔离云数据库实例",
|
259
259
|
"output": "IsolateDBInstanceResponse",
|
260
260
|
"status": "online"
|
261
261
|
},
|
262
262
|
"KillOps": {
|
263
|
-
"document": "
|
263
|
+
"document": "本接口(KillOps)用于终止 MongoDB 云数据库实例上执行的特定操作。",
|
264
264
|
"input": "KillOpsRequest",
|
265
265
|
"name": "终止数据库实例特定操作",
|
266
266
|
"output": "KillOpsResponse",
|
@@ -288,7 +288,7 @@
|
|
288
288
|
"status": "online"
|
289
289
|
},
|
290
290
|
"ModifyDBInstanceSpec": {
|
291
|
-
"document": "本接口(ModifyDBInstanceSpec)用于调整MongoDB云数据库实例配置。接口支持的售卖规格,可从查询云数据库的售卖规格(DescribeSpecInfo)获取。",
|
291
|
+
"document": "本接口(ModifyDBInstanceSpec)用于调整MongoDB云数据库实例配置。接口支持的售卖规格,可从查询云数据库的售卖规格([DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567))获取。",
|
292
292
|
"input": "ModifyDBInstanceSpecRequest",
|
293
293
|
"name": "调整云数据库实例配置",
|
294
294
|
"output": "ModifyDBInstanceSpecResponse",
|
@@ -330,7 +330,7 @@
|
|
330
330
|
"status": "online"
|
331
331
|
},
|
332
332
|
"RestartNodes": {
|
333
|
-
"document": "
|
333
|
+
"document": "本接口(RestartNodes)用于批量重启数据库节点。",
|
334
334
|
"input": "RestartNodesRequest",
|
335
335
|
"name": "重启数据库节点",
|
336
336
|
"output": "RestartNodesResponse",
|
@@ -380,7 +380,7 @@
|
|
380
380
|
},
|
381
381
|
"objects": {
|
382
382
|
"AddNodeList": {
|
383
|
-
"document": "
|
383
|
+
"document": "修改实例节点详情。",
|
384
384
|
"members": [
|
385
385
|
{
|
386
386
|
"disabled": false,
|
@@ -393,7 +393,7 @@
|
|
393
393
|
},
|
394
394
|
{
|
395
395
|
"disabled": false,
|
396
|
-
"document": "
|
396
|
+
"document": "节点所对应的可用区。当前支持的可用区,请参见[地域和可用区](https://cloud.tencent.com/document/product/240/3637)。\n- 单可用区,所有节点在同一可用区。\n- 多可用区:当前标准规格是三可用区分布,主从节点不在同一可用区,需注意配置新增节点对应的可用区,且新增后必须满足任意2个可用区节点数大于第3个可用区原则。",
|
397
397
|
"example": "ap-guangzhou-2",
|
398
398
|
"member": "string",
|
399
399
|
"name": "Zone",
|
@@ -482,7 +482,7 @@
|
|
482
482
|
"members": [
|
483
483
|
{
|
484
484
|
"disabled": false,
|
485
|
-
"document": "
|
485
|
+
"document": "任务创建时间。",
|
486
486
|
"example": "2021-01-02 15:04:05",
|
487
487
|
"member": "string",
|
488
488
|
"name": "CreateTime",
|
@@ -492,7 +492,7 @@
|
|
492
492
|
},
|
493
493
|
{
|
494
494
|
"disabled": false,
|
495
|
-
"document": "
|
495
|
+
"document": "备份文件名。",
|
496
496
|
"example": "cmgo-74sj****_2021-03-24 15:40",
|
497
497
|
"member": "string",
|
498
498
|
"name": "BackupName",
|
@@ -502,7 +502,7 @@
|
|
502
502
|
},
|
503
503
|
{
|
504
504
|
"disabled": false,
|
505
|
-
"document": "
|
505
|
+
"document": "分片名称。",
|
506
506
|
"example": "cmgo-74sj****_0",
|
507
507
|
"member": "string",
|
508
508
|
"name": "ReplicaSetId",
|
@@ -512,7 +512,7 @@
|
|
512
512
|
},
|
513
513
|
{
|
514
514
|
"disabled": false,
|
515
|
-
"document": "
|
515
|
+
"document": "备份数据大小,单位:字节。",
|
516
516
|
"example": "102400",
|
517
517
|
"member": "int64",
|
518
518
|
"name": "BackupSize",
|
@@ -522,7 +522,7 @@
|
|
522
522
|
},
|
523
523
|
{
|
524
524
|
"disabled": false,
|
525
|
-
"document": "
|
525
|
+
"document": "任务状态。\n- 0:等待执行。\n- 1:正在下载。\n- 2:下载完成。\n- 3:下载失败。\n- 4:等待重试。",
|
526
526
|
"example": "0",
|
527
527
|
"member": "int64",
|
528
528
|
"name": "Status",
|
@@ -532,7 +532,7 @@
|
|
532
532
|
},
|
533
533
|
{
|
534
534
|
"disabled": false,
|
535
|
-
"document": "
|
535
|
+
"document": "任务进度百分比。",
|
536
536
|
"example": "20",
|
537
537
|
"member": "int64",
|
538
538
|
"name": "Percent",
|
@@ -542,7 +542,7 @@
|
|
542
542
|
},
|
543
543
|
{
|
544
544
|
"disabled": false,
|
545
|
-
"document": "
|
545
|
+
"document": "耗时,单位为秒。",
|
546
546
|
"example": "60",
|
547
547
|
"member": "int64",
|
548
548
|
"name": "TimeSpend",
|
@@ -552,7 +552,7 @@
|
|
552
552
|
},
|
553
553
|
{
|
554
554
|
"disabled": false,
|
555
|
-
"document": "
|
555
|
+
"document": "备份数据下载链接。",
|
556
556
|
"example": "http://cmgo-****.b.c/d.tar?e",
|
557
557
|
"member": "string",
|
558
558
|
"name": "Url",
|
@@ -562,7 +562,7 @@
|
|
562
562
|
},
|
563
563
|
{
|
564
564
|
"disabled": false,
|
565
|
-
"document": "
|
565
|
+
"document": "备份方式。\n- 0:逻辑备份。\n- 1:物理备份。\n- 3:快照备份。\n**说明**:\n1. 通用版实例支持逻辑备份与物理备份。云盘版实例支持物理备份与快照备份,暂不支持逻辑备份。\n2. 实例开通存储加密,则备份方式不能为物理备份。",
|
566
566
|
"example": "1",
|
567
567
|
"member": "int64",
|
568
568
|
"name": "BackupMethod",
|
@@ -572,7 +572,7 @@
|
|
572
572
|
},
|
573
573
|
{
|
574
574
|
"disabled": false,
|
575
|
-
"document": "
|
575
|
+
"document": "发起备份时指定的备注信息。",
|
576
576
|
"example": "我的备份",
|
577
577
|
"member": "string",
|
578
578
|
"name": "BackupDesc",
|
@@ -604,25 +604,25 @@
|
|
604
604
|
"usage": "out"
|
605
605
|
},
|
606
606
|
"BackupDownloadTaskStatus": {
|
607
|
-
"document": "
|
607
|
+
"document": "创建备份下载任务结果。",
|
608
608
|
"members": [
|
609
609
|
{
|
610
610
|
"disabled": false,
|
611
|
-
"document": "
|
611
|
+
"document": "分片名。",
|
612
612
|
"example": "cmgo-74sjf5mt_0",
|
613
613
|
"member": "string",
|
614
614
|
"name": "ReplicaSetId",
|
615
|
-
"
|
615
|
+
"output_required": true,
|
616
616
|
"type": "string",
|
617
617
|
"value_allowed_null": false
|
618
618
|
},
|
619
619
|
{
|
620
620
|
"disabled": false,
|
621
|
-
"document": "
|
621
|
+
"document": "任务当前状态。\n- 0:等待执行。\n- 1:正在下载。\n- 2:下载完成。\n- 3:下载失败。\n- 4:等待重试。",
|
622
622
|
"example": "0",
|
623
623
|
"member": "int64",
|
624
624
|
"name": "Status",
|
625
|
-
"
|
625
|
+
"output_required": true,
|
626
626
|
"type": "int",
|
627
627
|
"value_allowed_null": false
|
628
628
|
}
|
@@ -630,7 +630,7 @@
|
|
630
630
|
"usage": "out"
|
631
631
|
},
|
632
632
|
"BackupInfo": {
|
633
|
-
"document": "
|
633
|
+
"document": "备份信息。",
|
634
634
|
"members": [
|
635
635
|
{
|
636
636
|
"disabled": false,
|
@@ -644,7 +644,7 @@
|
|
644
644
|
},
|
645
645
|
{
|
646
646
|
"disabled": false,
|
647
|
-
"document": "
|
647
|
+
"document": "备份方式。\n- 0:自动备份。\n- 1:手动备份。",
|
648
648
|
"example": "0",
|
649
649
|
"member": "uint64",
|
650
650
|
"name": "BackupType",
|
@@ -654,7 +654,7 @@
|
|
654
654
|
},
|
655
655
|
{
|
656
656
|
"disabled": false,
|
657
|
-
"document": "
|
657
|
+
"document": "备份文件名称。",
|
658
658
|
"example": "cmgo-ca2n****_2021-12-13 02:02",
|
659
659
|
"member": "string",
|
660
660
|
"name": "BackupName",
|
@@ -664,7 +664,7 @@
|
|
664
664
|
},
|
665
665
|
{
|
666
666
|
"disabled": false,
|
667
|
-
"document": "
|
667
|
+
"document": "备份任务备注信息。",
|
668
668
|
"example": "系统后台每日定时自动备份",
|
669
669
|
"member": "string",
|
670
670
|
"name": "BackupDesc",
|
@@ -674,7 +674,7 @@
|
|
674
674
|
},
|
675
675
|
{
|
676
676
|
"disabled": false,
|
677
|
-
"document": "
|
677
|
+
"document": "备份文件大小,单位:KB。",
|
678
678
|
"example": "326594030",
|
679
679
|
"member": "uint64",
|
680
680
|
"name": "BackupSize",
|
@@ -684,7 +684,7 @@
|
|
684
684
|
},
|
685
685
|
{
|
686
686
|
"disabled": false,
|
687
|
-
"document": "
|
687
|
+
"document": "备份开始时间。",
|
688
688
|
"example": "2021-12-13 02:02:51",
|
689
689
|
"member": "string",
|
690
690
|
"name": "StartTime",
|
@@ -694,7 +694,7 @@
|
|
694
694
|
},
|
695
695
|
{
|
696
696
|
"disabled": false,
|
697
|
-
"document": "
|
697
|
+
"document": "备份结束时间。",
|
698
698
|
"example": "2021-12-13 03:02:51",
|
699
699
|
"member": "string",
|
700
700
|
"name": "EndTime",
|
@@ -704,7 +704,7 @@
|
|
704
704
|
},
|
705
705
|
{
|
706
706
|
"disabled": false,
|
707
|
-
"document": "
|
707
|
+
"document": "备份状态。\n- 1:备份中。\n- 2:备份成功。",
|
708
708
|
"example": "2",
|
709
709
|
"member": "uint64",
|
710
710
|
"name": "Status",
|
@@ -714,7 +714,7 @@
|
|
714
714
|
},
|
715
715
|
{
|
716
716
|
"disabled": false,
|
717
|
-
"document": "
|
717
|
+
"document": "备份方式。\n- 0:逻辑备份。\n- 1:物理备份。\n- 3:快照备份。\n**说明:**\n- 通用版实例支持逻辑备份与物理备份。云盘版实例支持物理备份与快照备份,暂不支持逻辑备份。\n- 实例开通存储加密,则备份方式不能为物理备份。",
|
718
718
|
"example": "0",
|
719
719
|
"member": "uint64",
|
720
720
|
"name": "BackupMethod",
|
@@ -724,7 +724,7 @@
|
|
724
724
|
},
|
725
725
|
{
|
726
726
|
"disabled": false,
|
727
|
-
"document": "备份记录
|
727
|
+
"document": "备份记录 ID。",
|
728
728
|
"example": "6997433",
|
729
729
|
"member": "int64",
|
730
730
|
"name": "BackId",
|
@@ -734,7 +734,7 @@
|
|
734
734
|
},
|
735
735
|
{
|
736
736
|
"disabled": false,
|
737
|
-
"document": "
|
737
|
+
"document": "备份删除时间。",
|
738
738
|
"example": "2099-01-01 00:00:00",
|
739
739
|
"member": "string",
|
740
740
|
"name": "DeleteTime",
|
@@ -744,13 +744,23 @@
|
|
744
744
|
},
|
745
745
|
{
|
746
746
|
"disabled": false,
|
747
|
-
"document": "
|
747
|
+
"document": "异地备份地域。",
|
748
748
|
"example": "ap-guangzhou",
|
749
749
|
"member": "string",
|
750
750
|
"name": "BackupRegion",
|
751
751
|
"output_required": false,
|
752
752
|
"type": "string",
|
753
753
|
"value_allowed_null": false
|
754
|
+
},
|
755
|
+
{
|
756
|
+
"disabled": false,
|
757
|
+
"document": "备份支持的回档时间。",
|
758
|
+
"example": "2021-12-13 03:02:51",
|
759
|
+
"member": "string",
|
760
|
+
"name": "RestoreTime",
|
761
|
+
"output_required": false,
|
762
|
+
"type": "string",
|
763
|
+
"value_allowed_null": false
|
754
764
|
}
|
755
765
|
],
|
756
766
|
"usage": "out"
|
@@ -887,7 +897,7 @@
|
|
887
897
|
},
|
888
898
|
{
|
889
899
|
"disabled": false,
|
890
|
-
"document": "设置备份方式。\n- 0:逻辑备份。\n- 1
|
900
|
+
"document": "设置备份方式。\n- 0:逻辑备份。\n- 1:物理备份。\n- 3:快照备份。\n**说明**:\n1. 通用版实例支持逻辑备份与物理备份。云盘版实例支持物理备份与快照备份,暂不支持逻辑备份。\n2. 实例开通存储加密,则备份方式不能为物理备份。",
|
891
901
|
"example": "0",
|
892
902
|
"member": "int64",
|
893
903
|
"name": "BackupMethod",
|
@@ -933,7 +943,7 @@
|
|
933
943
|
"members": [
|
934
944
|
{
|
935
945
|
"disabled": false,
|
936
|
-
"document": "实例ID
|
946
|
+
"document": "实例ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
937
947
|
"example": "cmgo-f555zzzz",
|
938
948
|
"member": "string",
|
939
949
|
"name": "InstanceId",
|
@@ -942,7 +952,7 @@
|
|
942
952
|
},
|
943
953
|
{
|
944
954
|
"disabled": false,
|
945
|
-
"document": "
|
955
|
+
"document": "要下载的备份文件名。请通过 [DescribeDBBackups](https://cloud.tencent.com/document/product/240/38574) 接口获取。",
|
946
956
|
"example": "cmgo-74sjf5mt_2021-03-24 15:40",
|
947
957
|
"member": "string",
|
948
958
|
"name": "BackupName",
|
@@ -951,7 +961,7 @@
|
|
951
961
|
},
|
952
962
|
{
|
953
963
|
"disabled": false,
|
954
|
-
"document": "
|
964
|
+
"document": "指定要下载的副本集节点 ID 或分片集群的分片节点 ID 列表。\n- 如副本集实例 ID 为 cmgo-p8vnipr5,示例:BackupSets.0=cmgo-p8vnipr5_0,可下载全量数据。\n- 如分片集群实例 ID 为 cmgo-p8vnipr5,示例:BackupSets.0=cmgo-p8vnipr5_0&BackupSets.1=cmgo-p8vnipr5_1,即下载分片0和分片1的数据。分片集群如需全量下载,请按示例方式传入全部分片名称。",
|
955
965
|
"example": "无",
|
956
966
|
"member": "ReplicaSetInfo",
|
957
967
|
"name": "BackupSets",
|
@@ -966,7 +976,7 @@
|
|
966
976
|
"members": [
|
967
977
|
{
|
968
978
|
"disabled": false,
|
969
|
-
"document": "
|
979
|
+
"document": "下载任务状态。",
|
970
980
|
"example": "无",
|
971
981
|
"member": "BackupDownloadTaskStatus",
|
972
982
|
"name": "Tasks",
|
@@ -1024,7 +1034,7 @@
|
|
1024
1034
|
},
|
1025
1035
|
{
|
1026
1036
|
"disabled": false,
|
1027
|
-
"document": "指版本信息。具体支持的版本信息 ,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n-
|
1037
|
+
"document": "指版本信息。具体支持的版本信息 ,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。\n- MONGO_70_WT:MongoDB 7.0 WiredTiger存储引擎版本。",
|
1028
1038
|
"example": "MONGO_44_WT",
|
1029
1039
|
"member": "string",
|
1030
1040
|
"name": "MongoVersion",
|
@@ -1042,7 +1052,7 @@
|
|
1042
1052
|
},
|
1043
1053
|
{
|
1044
1054
|
"disabled": false,
|
1045
|
-
"document": "实例数量,最小值1,最大值为
|
1055
|
+
"document": "实例数量,最小值1,最大值为30。",
|
1046
1056
|
"example": "1",
|
1047
1057
|
"member": "uint64",
|
1048
1058
|
"name": "GoodsNum",
|
@@ -1069,7 +1079,7 @@
|
|
1069
1079
|
},
|
1070
1080
|
{
|
1071
1081
|
"disabled": false,
|
1072
|
-
"document": "私有网络ID
|
1082
|
+
"document": "私有网络ID。\n- 仅支持配置私有网络,必须选择一个与实例同一地域的私有网络。请登录[私有网络控制台](https://console.cloud.tencent.com/vpc)获取可使用的私有网络 ID。\n- 实例创建成功之后,支持更换私有网络。具体操作,请参见[更换网络](https://cloud.tencent.com/document/product/239/30910)。",
|
1073
1083
|
"example": "vpc-k515****",
|
1074
1084
|
"member": "string",
|
1075
1085
|
"name": "VpcId",
|
@@ -1078,7 +1088,7 @@
|
|
1078
1088
|
},
|
1079
1089
|
{
|
1080
1090
|
"disabled": false,
|
1081
|
-
"document": "私有网络VPC
|
1091
|
+
"document": "私有网络 VPC 的子网 ID。\n- 必须在已选的私有网络内指定一个子网。请登录[私有网络控制台](https://console.cloud.tencent.com/vpc)获取可使用的子网 ID。\n- 实例创建成功之后,支持更换私有网络及子网。具体操作,请参见[更换网络](https://cloud.tencent.com/document/product/239/30910)。",
|
1082
1092
|
"example": "subnet-60dr****",
|
1083
1093
|
"member": "string",
|
1084
1094
|
"name": "SubnetId",
|
@@ -1114,7 +1124,7 @@
|
|
1114
1124
|
},
|
1115
1125
|
{
|
1116
1126
|
"disabled": false,
|
1117
|
-
"document": "
|
1127
|
+
"document": "实例类型。\n- 1:正式实例。\n- 3:只读实例。\n- 4:灾备实例。\n- 5:克隆实例。注意:克隆实例 RestoreTime 为必填项。",
|
1118
1128
|
"example": "1",
|
1119
1129
|
"member": "int64",
|
1120
1130
|
"name": "Clone",
|
@@ -1123,7 +1133,7 @@
|
|
1123
1133
|
},
|
1124
1134
|
{
|
1125
1135
|
"disabled": false,
|
1126
|
-
"document": "父实例 ID
|
1136
|
+
"document": "父实例 ID。\n- 当参数**Clone**为3或者4时,即实例为只读或灾备实例时,该参数必须配置。\n- 请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制父实例 ID。",
|
1127
1137
|
"example": "cmgo-nh1o****",
|
1128
1138
|
"member": "string",
|
1129
1139
|
"name": "Father",
|
@@ -1132,8 +1142,8 @@
|
|
1132
1142
|
},
|
1133
1143
|
{
|
1134
1144
|
"disabled": false,
|
1135
|
-
"document": "安全组 ID。",
|
1136
|
-
"example": "sg-
|
1145
|
+
"document": "安全组 ID。 请登录[安全组控制台](https://console.cloud.tencent.com/vpc/security-group)页面获取与数据库实例同地域的安全组 ID。",
|
1146
|
+
"example": "[\"sg-1s3c****\"]",
|
1137
1147
|
"member": "string",
|
1138
1148
|
"name": "SecurityGroup",
|
1139
1149
|
"required": false,
|
@@ -1150,8 +1160,8 @@
|
|
1150
1160
|
},
|
1151
1161
|
{
|
1152
1162
|
"disabled": false,
|
1153
|
-
"document": "实例名称。仅支持长度为
|
1154
|
-
"example": "
|
1163
|
+
"document": "实例名称。仅支持长度为128个字符的中文、英文、数字、下划线\\_、分隔符\\-。批量购买数据库实例时,支持通过自定义命名模式串与数字后缀自动升序功能,高效设置实例名称。\n- 基础模式:前缀+自动升序编号(默认从1开始),**lnstanceName**仅需自定义实例名称前缀,例如设置为:cmgo,设置购买数量为5,则购买后,实例名称依次分别为cmgo1、cmgo2、cmgo3、cmgo4、cmgo5。\n- 自定义起始序号模式:前缀+{R:x}(x为自定义起始序号)。**InstanceName**需填写“前缀{R:x}”,例如:cmgo{R:3},设置购买数量为5,则实例名称为cmgo3、cmgo4、cmgo5、cmgo6、cmgo7。\n- 复合模式串:前缀1{R:x}+前缀2{R:y}+ ⋯+固定后缀,x与y分别为每一段前缀的起始序号。**instanceName**需填写复合模式串,例如:cmgo{R:10}\\_node{R:12}\\_db,设置批量购买数量为5,则实例名称为 cmgo10\\_node12\\_db, cmgo11\\_node13\\_db, cmgo12\\_node14\\_db, cmgo13\\_node15\\_db, cluster14\\_node16\\_db. ",
|
1164
|
+
"example": "testInstance_{R:3}",
|
1155
1165
|
"member": "string",
|
1156
1166
|
"name": "InstanceName",
|
1157
1167
|
"required": false,
|
@@ -1159,7 +1169,7 @@
|
|
1159
1169
|
},
|
1160
1170
|
{
|
1161
1171
|
"disabled": false,
|
1162
|
-
"document": "若多可用区部署云数据库实例,指定多可用区列表。\n- 多可用区部署实例,参数 **Zone** 指定实例主可用区信息;**AvailabilityZoneList** 指定所有可用区信息,包含主可用区。输入格式如:[ap-guangzhou-2,ap-guangzhou-3,ap-guangzhou-4]。\n- 通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 可获取云数据库不同地域规划的可用区信息,以便指定有效的可用区。\n- 多可用区部署节点只能部署在3个不同可用区。不支持将集群的大多数节点部署在同一个可用区。例如:3节点集群不支持2
|
1172
|
+
"document": "若多可用区部署云数据库实例,指定多可用区列表。\n- 多可用区部署实例,参数 **Zone** 指定实例主可用区信息;**AvailabilityZoneList** 指定所有可用区信息,包含主可用区。输入格式如:[ap-guangzhou-2,ap-guangzhou-3,ap-guangzhou-4]。\n- 通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 可获取云数据库不同地域规划的可用区信息,以便指定有效的可用区。\n- 多可用区部署节点只能部署在3个不同可用区。不支持将集群的大多数节点部署在同一个可用区。例如:3节点集群不支持2个节点部署在同一个区。",
|
1163
1173
|
"example": "[\"ap-guangzhou-2\",\"ap-guangzhou-3\",\"ap-guangzhou-4\"]",
|
1164
1174
|
"member": "string",
|
1165
1175
|
"name": "AvailabilityZoneList",
|
@@ -1168,7 +1178,7 @@
|
|
1168
1178
|
},
|
1169
1179
|
{
|
1170
1180
|
"disabled": false,
|
1171
|
-
"document": "Mongos CPU 核数,支持1、2、4、8、16
|
1181
|
+
"document": "Mongos CPU 核数,支持1、2、4、8、16。购买分片集群时,必须填写。",
|
1172
1182
|
"example": "1",
|
1173
1183
|
"member": "uint64",
|
1174
1184
|
"name": "MongosCpu",
|
@@ -1177,7 +1187,7 @@
|
|
1177
1187
|
},
|
1178
1188
|
{
|
1179
1189
|
"disabled": false,
|
1180
|
-
"document": "Mongos 内存大小。\n- 购买分片集群时,必须填写。\n- 单位:GB,支持1核2GB、2核4GB、4核8GB、8核16GB、16核32GB
|
1190
|
+
"document": "Mongos 内存大小。\n- 购买分片集群时,必须填写。\n- 单位:GB,支持1核2GB、2核4GB、4核8GB、8核16GB、16核32GB。",
|
1181
1191
|
"example": "2",
|
1182
1192
|
"member": "uint64",
|
1183
1193
|
"name": "MongosMemory",
|
@@ -1222,7 +1232,7 @@
|
|
1222
1232
|
},
|
1223
1233
|
{
|
1224
1234
|
"disabled": false,
|
1225
|
-
"document": "参数模板 ID
|
1235
|
+
"document": "参数模板 ID。\n- 参数模板是预置了特定参数值的集合,可用于快速配置新的 MongoDB 实例。合理使用参数模板,能有效提升数据库的部署效率与运行性能。\n- 参数模板 ID 可通过 [DescribeDBInstanceParamTpl ](https://cloud.tencent.com/document/product/240/109155)接口获取。请选择与实例版本与架构所对应的参数模板 ID。",
|
1226
1236
|
"example": "tpl-0vswu****",
|
1227
1237
|
"member": "string",
|
1228
1238
|
"name": "ParamTemplateId",
|
@@ -1278,7 +1288,7 @@
|
|
1278
1288
|
},
|
1279
1289
|
{
|
1280
1290
|
"disabled": false,
|
1281
|
-
"document": "
|
1291
|
+
"document": "参数模板版本号。当**MirrorTplId**为空时,该字段必填。参数模板支持的售卖版本,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/35767) 获取。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。\n- MONGO_70_WT:MongoDB 7.0 WiredTiger存储引擎版本。",
|
1282
1292
|
"example": "MONGO_42_WT",
|
1283
1293
|
"member": "string",
|
1284
1294
|
"name": "MongoVersion",
|
@@ -1287,7 +1297,7 @@
|
|
1287
1297
|
},
|
1288
1298
|
{
|
1289
1299
|
"disabled": false,
|
1290
|
-
"document": "
|
1300
|
+
"document": "实例类型。当 MirrorTplId 为空值时,该参数必填。\n- REPLSET:副本集实例。\n- SHARD:分片实例。\n- STANDALONE:单节点实例。",
|
1291
1301
|
"example": "SHARD",
|
1292
1302
|
"member": "string",
|
1293
1303
|
"name": "ClusterType",
|
@@ -1305,7 +1315,7 @@
|
|
1305
1315
|
},
|
1306
1316
|
{
|
1307
1317
|
"disabled": false,
|
1308
|
-
"document": "
|
1318
|
+
"document": "模板参数,若不配置该参数,则以系统默认模板作为新版本参数。",
|
1309
1319
|
"example": "无",
|
1310
1320
|
"member": "ParamType",
|
1311
1321
|
"name": "Params",
|
@@ -1314,8 +1324,8 @@
|
|
1314
1324
|
},
|
1315
1325
|
{
|
1316
1326
|
"disabled": false,
|
1317
|
-
"document": "镜像模板ID
|
1318
|
-
"example": "tpl-
|
1327
|
+
"document": "镜像模板 ID。若指定镜像模板,则以该模板为镜像,克隆出一个新的模板。\n**注意**:MirrorTplId 不为空值时,MongoVersion 及 ClusterType 将以 MirrorTpl 模板的版本及实例类型为准。",
|
1328
|
+
"example": "tpl-sdah1****",
|
1319
1329
|
"member": "string",
|
1320
1330
|
"name": "MirrorTplId",
|
1321
1331
|
"required": false,
|
@@ -1378,7 +1388,7 @@
|
|
1378
1388
|
},
|
1379
1389
|
{
|
1380
1390
|
"disabled": false,
|
1381
|
-
"document": "指版本信息。具体支持的版本信息 ,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n-
|
1391
|
+
"document": "指版本信息。具体支持的版本信息 ,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。\n- MONGO_70_WT:MongoDB 7.0 WiredTiger存储引擎版本。",
|
1382
1392
|
"example": "MONGO_44_WT",
|
1383
1393
|
"member": "string",
|
1384
1394
|
"name": "MongoVersion",
|
@@ -1387,7 +1397,7 @@
|
|
1387
1397
|
},
|
1388
1398
|
{
|
1389
1399
|
"disabled": false,
|
1390
|
-
"document": "实例数量, 最小值1,最大值为
|
1400
|
+
"document": "实例数量, 最小值1,最大值为30。",
|
1391
1401
|
"example": "1",
|
1392
1402
|
"member": "uint64",
|
1393
1403
|
"name": "GoodsNum",
|
@@ -1405,7 +1415,7 @@
|
|
1405
1415
|
},
|
1406
1416
|
{
|
1407
1417
|
"disabled": false,
|
1408
|
-
"document": "指定购买实例的购买时长。取值可选:[1,2,3,4,5,6,7,8,9,10,11,12,24,36]
|
1418
|
+
"document": "指定购买实例的购买时长。取值可选:[1,2,3,4,5,6,7,8,9,10,11,12,24,36];单位:月。",
|
1409
1419
|
"example": "1",
|
1410
1420
|
"member": "uint64",
|
1411
1421
|
"name": "Period",
|
@@ -1450,7 +1460,7 @@
|
|
1450
1460
|
},
|
1451
1461
|
{
|
1452
1462
|
"disabled": false,
|
1453
|
-
"document": "私有网络ID
|
1463
|
+
"document": "私有网络 ID。\n- 仅支持配置私有网络,必须选择一个与实例同一地域的私有网络。请登录[私有网络控制台](https://console.cloud.tencent.com/vpc)获取可使用的私有网络 ID。\n- 实例创建成功之后,支持更换私有网络。具体操作,请参见[更换网络](https://cloud.tencent.com/document/product/239/30910)。",
|
1454
1464
|
"example": "vpc-0akb****",
|
1455
1465
|
"member": "string",
|
1456
1466
|
"name": "VpcId",
|
@@ -1459,7 +1469,7 @@
|
|
1459
1469
|
},
|
1460
1470
|
{
|
1461
1471
|
"disabled": false,
|
1462
|
-
"document": "私有网络VPC
|
1472
|
+
"document": "私有网络 VPC 的子网 ID。\n- 必须在已选的私有网络内指定一个子网。请登录[私有网络控制台](https://console.cloud.tencent.com/vpc)获取可使用的子网 ID。\n- 实例创建成功之后,支持更换私有网络及子网。具体操作,请参见[更换网络](https://cloud.tencent.com/document/product/239/30910)。",
|
1463
1473
|
"example": "subnet-fyrt****",
|
1464
1474
|
"member": "string",
|
1465
1475
|
"name": "SubnetId",
|
@@ -1504,7 +1514,7 @@
|
|
1504
1514
|
},
|
1505
1515
|
{
|
1506
1516
|
"disabled": false,
|
1507
|
-
"document": "
|
1517
|
+
"document": "实例类型。\n- 1:正式实例。\n- 3:只读实例。\n- 4:灾备实例。\n- 5:克隆实例。注意:克隆实例 RestoreTime 为必填项。",
|
1508
1518
|
"example": "1",
|
1509
1519
|
"member": "int64",
|
1510
1520
|
"name": "Clone",
|
@@ -1513,7 +1523,7 @@
|
|
1513
1523
|
},
|
1514
1524
|
{
|
1515
1525
|
"disabled": false,
|
1516
|
-
"document": "父实例 ID
|
1526
|
+
"document": "父实例 ID。\n- 当参数**Clone**为3或者4时,即实例为只读或灾备实例时,该参数必须配置。\n- 请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制父实例 ID。",
|
1517
1527
|
"example": "cmgo-nh1o****",
|
1518
1528
|
"member": "string",
|
1519
1529
|
"name": "Father",
|
@@ -1522,8 +1532,8 @@
|
|
1522
1532
|
},
|
1523
1533
|
{
|
1524
1534
|
"disabled": false,
|
1525
|
-
"document": "安全组 ID。 ",
|
1526
|
-
"example": "sg-di48
|
1535
|
+
"document": "安全组 ID。 请登录[安全组控制台](https://console.cloud.tencent.com/vpc/security-group)页面获取与数据库实例同地域的安全组 ID。",
|
1536
|
+
"example": "[\"sg-di48****\"]",
|
1527
1537
|
"member": "string",
|
1528
1538
|
"name": "SecurityGroup",
|
1529
1539
|
"required": false,
|
@@ -1540,8 +1550,8 @@
|
|
1540
1550
|
},
|
1541
1551
|
{
|
1542
1552
|
"disabled": false,
|
1543
|
-
"document": "实例名称。仅支持长度为
|
1544
|
-
"example": "
|
1553
|
+
"document": "实例名称。仅支持长度为128个字符的中文、英文、数字、下划线\\_、分隔符\\-。批量购买数据库实例时,支持通过自定义命名模式串与数字后缀自动升序功能,高效设置实例名称。\n- 基础模式:前缀+自动升序编号(默认从1开始),**lnstanceName**仅需自定义实例名称前缀,例如设置为:cmgo,设置购买数量为5,则购买后,实例名称依次分别为cmgo1、cmgo2、cmgo3、cmgo4、cmgo5。\n- 自定义起始序号模式:前缀+{R:x}(x为自定义起始序号)。**InstanceName**需填写“前缀{R:x}”,例如:cmgo{R:3},设置购买数量为5,则实例名称为cmgo3、cmgo4、cmgo5、cmgo6、cmgo7。\n- 复合模式串:前缀1{R:x}+前缀2{R:y}+ ⋯+固定后缀,x与y分别为每一段前缀的起始序号。**instanceName**需填写复合模式串,例如:cmgo{R:10}\\_node{R:12}\\_db,设置批量购买数量为5,则实例名称为 cmgo10\\_node12\\_db, cmgo11\\_node13\\_db, cmgo12\\_node14\\_db, cmgo13\\_node15\\_db, cluster14\\_node16\\_db. ",
|
1554
|
+
"example": "myInstance_{R:3}",
|
1545
1555
|
"member": "string",
|
1546
1556
|
"name": "InstanceName",
|
1547
1557
|
"required": false,
|
@@ -1612,7 +1622,7 @@
|
|
1612
1622
|
},
|
1613
1623
|
{
|
1614
1624
|
"disabled": false,
|
1615
|
-
"document": "参数模板 ID
|
1625
|
+
"document": "参数模板 ID。\n- 参数模板是预置了特定参数值的集合,可用于快速配置新的 MongoDB 实例。合理使用参数模板,能有效提升数据库的部署效率与运行性能。\n- 参数模板 ID 可通过 [DescribeDBInstanceParamTpl ](https://cloud.tencent.com/document/product/240/109155)接口获取。请选择与实例版本与架构所对应的参数模板 ID。",
|
1616
1626
|
"example": "tpl-0vswu****",
|
1617
1627
|
"member": "string",
|
1618
1628
|
"name": "ParamTemplateId",
|
@@ -1660,7 +1670,7 @@
|
|
1660
1670
|
{
|
1661
1671
|
"disabled": false,
|
1662
1672
|
"document": "操作序号。",
|
1663
|
-
"example": "
|
1673
|
+
"example": "1804858933",
|
1664
1674
|
"member": "int64",
|
1665
1675
|
"name": "OpId",
|
1666
1676
|
"output_required": true,
|
@@ -1689,7 +1699,7 @@
|
|
1689
1699
|
},
|
1690
1700
|
{
|
1691
1701
|
"disabled": false,
|
1692
|
-
"document": "
|
1702
|
+
"document": "操作类型。\n- none:特殊状态,空闲连接或内部任务等。\n- update:更新数据。\n- insert:插入操作。\n- query:查询操作。\n- command:命令操作。\n- getmore:获取更多数据。\n- remove:删除操作。\n- killcursors:释放查询游标的操作。",
|
1693
1703
|
"example": "update",
|
1694
1704
|
"member": "string",
|
1695
1705
|
"name": "Op",
|
@@ -1729,7 +1739,7 @@
|
|
1729
1739
|
},
|
1730
1740
|
{
|
1731
1741
|
"disabled": false,
|
1732
|
-
"document": "
|
1742
|
+
"document": "节点角色。\n- primary:主节点。\n- secondary:从节点。",
|
1733
1743
|
"example": "Secondary",
|
1734
1744
|
"member": "string",
|
1735
1745
|
"name": "State",
|
@@ -1740,7 +1750,7 @@
|
|
1740
1750
|
{
|
1741
1751
|
"disabled": false,
|
1742
1752
|
"document": "操作已执行时间(ms)。",
|
1743
|
-
"example": "
|
1753
|
+
"example": "30353723",
|
1744
1754
|
"member": "uint64",
|
1745
1755
|
"name": "MicrosecsRunning",
|
1746
1756
|
"output_required": true,
|
@@ -1984,7 +1994,7 @@
|
|
1984
1994
|
"members": [
|
1985
1995
|
{
|
1986
1996
|
"disabled": false,
|
1987
|
-
"document": "实例ID
|
1997
|
+
"document": "实例ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
1988
1998
|
"example": "cmgo-74sjf5mt",
|
1989
1999
|
"member": "string",
|
1990
2000
|
"name": "InstanceId",
|
@@ -1993,7 +2003,7 @@
|
|
1993
2003
|
},
|
1994
2004
|
{
|
1995
2005
|
"disabled": false,
|
1996
|
-
"document": "
|
2006
|
+
"document": "指定备份文件名,用于过滤指定文件的下载任务。请通过接口 [DescribeDBBackups](https://cloud.tencent.com/document/product/240/38574) 获取备份文件名。",
|
1997
2007
|
"example": "cmgo-74sjf5mt_2021-03-24 15:40",
|
1998
2008
|
"member": "string",
|
1999
2009
|
"name": "BackupName",
|
@@ -2002,7 +2012,7 @@
|
|
2002
2012
|
},
|
2003
2013
|
{
|
2004
2014
|
"disabled": false,
|
2005
|
-
"document": "指定查询时间范围内的任务,StartTime
|
2015
|
+
"document": "指定查询时间范围内的任务,StartTime 指定开始时间。若不指定开始时间,则默认不限制开始时间。",
|
2006
2016
|
"example": "2021-01-02 15:04:05",
|
2007
2017
|
"member": "string",
|
2008
2018
|
"name": "StartTime",
|
@@ -2011,7 +2021,7 @@
|
|
2011
2021
|
},
|
2012
2022
|
{
|
2013
2023
|
"disabled": false,
|
2014
|
-
"document": "指定查询时间范围内的任务,EndTime
|
2024
|
+
"document": "指定查询时间范围内的任务,EndTime 指定截止时间。若不指定截止时间,则默认不限制截止时间。",
|
2015
2025
|
"example": "2021-01-02 15:04:05",
|
2016
2026
|
"member": "string",
|
2017
2027
|
"name": "EndTime",
|
@@ -2020,7 +2030,7 @@
|
|
2020
2030
|
},
|
2021
2031
|
{
|
2022
2032
|
"disabled": false,
|
2023
|
-
"document": "此次查询返回的条数,取值范围为1-100,默认为20",
|
2033
|
+
"document": "此次查询返回的条数,取值范围为1-100,默认为20。",
|
2024
2034
|
"example": "10",
|
2025
2035
|
"member": "int64",
|
2026
2036
|
"name": "Limit",
|
@@ -2029,7 +2039,7 @@
|
|
2029
2039
|
},
|
2030
2040
|
{
|
2031
2041
|
"disabled": false,
|
2032
|
-
"document": "指定此次查询返回的页数,默认为0",
|
2042
|
+
"document": "指定此次查询返回的页数,默认为0。",
|
2033
2043
|
"example": "0",
|
2034
2044
|
"member": "int64",
|
2035
2045
|
"name": "Offset",
|
@@ -2038,7 +2048,7 @@
|
|
2038
2048
|
},
|
2039
2049
|
{
|
2040
2050
|
"disabled": false,
|
2041
|
-
"document": "
|
2051
|
+
"document": "排序字段。\n- createTime:按照备份下载任务的创建时间排序。默认为 createTime。\n- finishTime:按照备份下载任务的完成时间排序。",
|
2042
2052
|
"example": "finishTime",
|
2043
2053
|
"member": "string",
|
2044
2054
|
"name": "OrderBy",
|
@@ -2047,7 +2057,7 @@
|
|
2047
2057
|
},
|
2048
2058
|
{
|
2049
2059
|
"disabled": false,
|
2050
|
-
"document": "
|
2060
|
+
"document": "排序方式。\n- asc:升序排列。\n- desc:降序排列。默认为 desc。",
|
2051
2061
|
"example": "desc",
|
2052
2062
|
"member": "string",
|
2053
2063
|
"name": "OrderByType",
|
@@ -2056,7 +2066,7 @@
|
|
2056
2066
|
},
|
2057
2067
|
{
|
2058
2068
|
"disabled": false,
|
2059
|
-
"document": "
|
2069
|
+
"document": "指定任务状态,用于过滤下载任务。若不配置该参数,则返回所有状态类型的任务。\n- 0:等待执行。\n- 1:正在下载。\n- 2:下载完成。\n- 3:下载失败。\n- 4:等待重试。",
|
2060
2070
|
"example": "[2]",
|
2061
2071
|
"member": "int64",
|
2062
2072
|
"name": "Status",
|
@@ -2071,21 +2081,21 @@
|
|
2071
2081
|
"members": [
|
2072
2082
|
{
|
2073
2083
|
"disabled": false,
|
2074
|
-
"document": "
|
2084
|
+
"document": "满足查询条件的所有条数。",
|
2075
2085
|
"example": "12",
|
2076
2086
|
"member": "int64",
|
2077
2087
|
"name": "TotalCount",
|
2078
|
-
"
|
2088
|
+
"output_required": true,
|
2079
2089
|
"type": "int",
|
2080
2090
|
"value_allowed_null": false
|
2081
2091
|
},
|
2082
2092
|
{
|
2083
2093
|
"disabled": false,
|
2084
|
-
"document": "
|
2094
|
+
"document": "下载任务列表。",
|
2085
2095
|
"example": "无",
|
2086
2096
|
"member": "BackupDownloadTask",
|
2087
2097
|
"name": "Tasks",
|
2088
|
-
"
|
2098
|
+
"output_required": true,
|
2089
2099
|
"type": "list",
|
2090
2100
|
"value_allowed_null": false
|
2091
2101
|
},
|
@@ -2223,7 +2233,7 @@
|
|
2223
2233
|
"members": [
|
2224
2234
|
{
|
2225
2235
|
"disabled": false,
|
2226
|
-
"document": "指定要查询的实例 ID
|
2236
|
+
"document": "指定要查询的实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
2227
2237
|
"example": "cmgo-p8vn****",
|
2228
2238
|
"member": "string",
|
2229
2239
|
"name": "InstanceId",
|
@@ -2250,7 +2260,7 @@
|
|
2250
2260
|
},
|
2251
2261
|
{
|
2252
2262
|
"disabled": false,
|
2253
|
-
"document": "
|
2263
|
+
"document": "设置查询筛选条件为操作任务类型。取值包括:\n- none:特殊状态,空闲连接或内部任务等。\n- update:更新数据。\n- insert:插入操作。\n- query:查询操作。\n- command:命令操作。\n- getmore:获取更多数据。\n- remove:删除操作。\n- killcursors:释放查询游标的操作。",
|
2254
2264
|
"example": "update",
|
2255
2265
|
"member": "string",
|
2256
2266
|
"name": "Op",
|
@@ -2277,7 +2287,7 @@
|
|
2277
2287
|
},
|
2278
2288
|
{
|
2279
2289
|
"disabled": false,
|
2280
|
-
"document": "单次请求返回的数量,默认值为100,取值范围为[0,100]",
|
2290
|
+
"document": "单次请求返回的数量,默认值为100,取值范围为[0,100]。",
|
2281
2291
|
"example": "10",
|
2282
2292
|
"member": "uint64",
|
2283
2293
|
"name": "Limit",
|
@@ -2286,7 +2296,7 @@
|
|
2286
2296
|
},
|
2287
2297
|
{
|
2288
2298
|
"disabled": false,
|
2289
|
-
"document": "偏移量,默认值为0,取值范围为[0,10000]",
|
2299
|
+
"document": "偏移量,默认值为0,取值范围为[0,10000]。",
|
2290
2300
|
"example": "1",
|
2291
2301
|
"member": "uint64",
|
2292
2302
|
"name": "Offset",
|
@@ -2295,7 +2305,7 @@
|
|
2295
2305
|
},
|
2296
2306
|
{
|
2297
2307
|
"disabled": false,
|
2298
|
-
"document": "
|
2308
|
+
"document": "返回结果集排序的字段,目前支持按照 MicrosecsRunning(操作任务已执行的时间)排序。",
|
2299
2309
|
"example": "MicrosecsRunning",
|
2300
2310
|
"member": "string",
|
2301
2311
|
"name": "OrderBy",
|
@@ -2304,7 +2314,7 @@
|
|
2304
2314
|
},
|
2305
2315
|
{
|
2306
2316
|
"disabled": false,
|
2307
|
-
"document": "
|
2317
|
+
"document": "返回结果集排序方式。\n- ASC:升序。默认为 ASC,按照升序排序。\n- DESC:降序。",
|
2308
2318
|
"example": "ASC",
|
2309
2319
|
"member": "string",
|
2310
2320
|
"name": "OrderByType",
|
@@ -2351,7 +2361,7 @@
|
|
2351
2361
|
"members": [
|
2352
2362
|
{
|
2353
2363
|
"disabled": false,
|
2354
|
-
"document": "实例ID
|
2364
|
+
"document": "实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
2355
2365
|
"example": "cmgo-f555zzzz",
|
2356
2366
|
"member": "string",
|
2357
2367
|
"name": "InstanceId",
|
@@ -2360,7 +2370,7 @@
|
|
2360
2370
|
},
|
2361
2371
|
{
|
2362
2372
|
"disabled": false,
|
2363
|
-
"document": "
|
2373
|
+
"document": "备份方式。\n- 0:逻辑备份。\n- 1:物理备份。\n- 3:快照备份。\n**说明**:\n1. 通用版实例支持逻辑备份与物理备份。云盘版实例支持物理备份与快照备份,暂不支持逻辑备份。\n2. 实例开通存储加密,则备份方式不能为物理备份。",
|
2364
2374
|
"example": "1",
|
2365
2375
|
"member": "int64",
|
2366
2376
|
"name": "BackupMethod",
|
@@ -2393,7 +2403,7 @@
|
|
2393
2403
|
"members": [
|
2394
2404
|
{
|
2395
2405
|
"disabled": false,
|
2396
|
-
"document": "
|
2406
|
+
"document": "备份列表。",
|
2397
2407
|
"example": "无",
|
2398
2408
|
"member": "BackupInfo",
|
2399
2409
|
"name": "BackupList",
|
@@ -2403,7 +2413,7 @@
|
|
2403
2413
|
},
|
2404
2414
|
{
|
2405
2415
|
"disabled": false,
|
2406
|
-
"document": "
|
2416
|
+
"document": "备份总数。",
|
2407
2417
|
"example": "0",
|
2408
2418
|
"member": "uint64",
|
2409
2419
|
"name": "TotalCount",
|
@@ -2425,7 +2435,7 @@
|
|
2425
2435
|
"members": [
|
2426
2436
|
{
|
2427
2437
|
"disabled": false,
|
2428
|
-
"document": "订单ID
|
2438
|
+
"document": "订单 ID。\n- 按量计费实例,请通过 [CreateDBInstanceHour](https://cloud.tencent.com/document/product/240/38570) 接口输出的参数**DealId**获取。。\n- 包年包月计费实例,请通过 [CreateDBInstance](https://cloud.tencent.com/document/product/240/38571) 接口输出的参数**DealId**获取。",
|
2429
2439
|
"example": "20200420111635",
|
2430
2440
|
"member": "string",
|
2431
2441
|
"name": "DealId",
|
@@ -2440,7 +2450,7 @@
|
|
2440
2450
|
"members": [
|
2441
2451
|
{
|
2442
2452
|
"disabled": false,
|
2443
|
-
"document": "
|
2453
|
+
"document": "订单状态。\n- 1:未支付。\n- 2:已支付。\n- 3:发货中。\n- 4:发货成功。\n- 5:发货失败。\n- 6:退款。\n- 7:订单关闭。\n- 8:超时未支付关闭。",
|
2444
2454
|
"example": "4",
|
2445
2455
|
"member": "int64",
|
2446
2456
|
"name": "Status",
|
@@ -2450,7 +2460,7 @@
|
|
2450
2460
|
},
|
2451
2461
|
{
|
2452
2462
|
"disabled": false,
|
2453
|
-
"document": "
|
2463
|
+
"document": "订单原价。单位:元。",
|
2454
2464
|
"example": "1116.67",
|
2455
2465
|
"member": "float",
|
2456
2466
|
"name": "OriginalPrice",
|
@@ -2460,7 +2470,7 @@
|
|
2460
2470
|
},
|
2461
2471
|
{
|
2462
2472
|
"disabled": false,
|
2463
|
-
"document": "
|
2473
|
+
"document": "订单折扣价格。单位:元。",
|
2464
2474
|
"example": "759.33",
|
2465
2475
|
"member": "float",
|
2466
2476
|
"name": "DiscountPrice",
|
@@ -2470,7 +2480,7 @@
|
|
2470
2480
|
},
|
2471
2481
|
{
|
2472
2482
|
"disabled": false,
|
2473
|
-
"document": "
|
2483
|
+
"document": "订单操作行为。\n- purchase:新购。\n- renew:续费。\n- upgrade:升配.\n- downgrade:降配.\n- refund:退货退款。",
|
2474
2484
|
"example": "purchase",
|
2475
2485
|
"member": "string",
|
2476
2486
|
"name": "Action",
|
@@ -2480,7 +2490,7 @@
|
|
2480
2490
|
},
|
2481
2491
|
{
|
2482
2492
|
"disabled": false,
|
2483
|
-
"document": "
|
2493
|
+
"document": "当前订单的实例 ID。",
|
2484
2494
|
"example": "cmgo-******",
|
2485
2495
|
"member": "string",
|
2486
2496
|
"name": "InstanceId",
|
@@ -2527,7 +2537,7 @@
|
|
2527
2537
|
{
|
2528
2538
|
"disabled": false,
|
2529
2539
|
"document": "查询实例的数据库列表。若未使用 DbName 指定具体查询的数据库,则仅返回查询实例所有的数据库列表,而不返回 Collections 集合信息。",
|
2530
|
-
"example": "[
|
2540
|
+
"example": "[\"db-a\",\"b-b\"]",
|
2531
2541
|
"member": "string",
|
2532
2542
|
"name": "Databases",
|
2533
2543
|
"output_required": false,
|
@@ -2537,7 +2547,7 @@
|
|
2537
2547
|
{
|
2538
2548
|
"disabled": false,
|
2539
2549
|
"document": "查询的集合信息。指定 DbName 时,则仅返回该数据库下的集合列表。",
|
2540
|
-
"example": "[
|
2550
|
+
"example": "[\"col-1\",\"col-2\"]",
|
2541
2551
|
"member": "string",
|
2542
2552
|
"name": "Collections",
|
2543
2553
|
"output_required": false,
|
@@ -2558,7 +2568,7 @@
|
|
2558
2568
|
"members": [
|
2559
2569
|
{
|
2560
2570
|
"disabled": false,
|
2561
|
-
"document": "实例ID
|
2571
|
+
"document": "实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
2562
2572
|
"example": "cmgo-p8vnipr5",
|
2563
2573
|
"member": "string",
|
2564
2574
|
"name": "InstanceId",
|
@@ -2567,7 +2577,7 @@
|
|
2567
2577
|
},
|
2568
2578
|
{
|
2569
2579
|
"disabled": false,
|
2570
|
-
"document": "节点ID。",
|
2580
|
+
"document": "节点 ID。请登录 [MongoDB 控制台的节点管理](https://console.cloud.tencent.com/mongodb)复制节点 ID。",
|
2571
2581
|
"example": "[\"cmgo-6heje4jp_0-node-slave0\",\"cmgo-6heje4jp_1-node-slave0\"]",
|
2572
2582
|
"member": "string",
|
2573
2583
|
"name": "NodeIds",
|
@@ -2576,8 +2586,8 @@
|
|
2576
2586
|
},
|
2577
2587
|
{
|
2578
2588
|
"disabled": false,
|
2579
|
-
"document": "节点角色。可选值包括:\n
|
2580
|
-
"example": "PRIMARY",
|
2589
|
+
"document": "节点角色。可选值包括:\n- PRIMARY:主节点。\n- SECONDARY:从节点。\n- READONLY:只读节点。\n- ARBITER:仲裁节点。",
|
2590
|
+
"example": "[\"PRIMARY\"]",
|
2581
2591
|
"member": "string",
|
2582
2592
|
"name": "Roles",
|
2583
2593
|
"required": false,
|
@@ -2585,7 +2595,7 @@
|
|
2585
2595
|
},
|
2586
2596
|
{
|
2587
2597
|
"disabled": false,
|
2588
|
-
"document": "该参数指定节点是否为Hidden节点,默认为false。",
|
2598
|
+
"document": "该参数指定节点是否为 Hidden 节点,默认为 false。",
|
2589
2599
|
"example": "false",
|
2590
2600
|
"member": "bool",
|
2591
2601
|
"name": "OnlyHidden",
|
@@ -2603,7 +2613,7 @@
|
|
2603
2613
|
},
|
2604
2614
|
{
|
2605
2615
|
"disabled": false,
|
2606
|
-
"document": "该参数指定节点投票权。\n
|
2616
|
+
"document": "该参数指定节点投票权。\n- 1:具有投票权。\n- 0:无投票权。",
|
2607
2617
|
"example": "1",
|
2608
2618
|
"member": "int64",
|
2609
2619
|
"name": "Votes",
|
@@ -2659,7 +2669,7 @@
|
|
2659
2669
|
"members": [
|
2660
2670
|
{
|
2661
2671
|
"disabled": false,
|
2662
|
-
"document": "参数模板 ID。",
|
2672
|
+
"document": "参数模板 ID。请通过接口 [DescribeDBInstanceParamTpl](https://cloud.tencent.com/document/product/240/109155) 获取模板 ID。",
|
2663
2673
|
"example": "tpl-sdvj2jh4k",
|
2664
2674
|
"member": "string",
|
2665
2675
|
"name": "TplId",
|
@@ -2724,7 +2734,7 @@
|
|
2724
2734
|
{
|
2725
2735
|
"disabled": false,
|
2726
2736
|
"document": "参数总个数。",
|
2727
|
-
"example": "
|
2737
|
+
"example": "1",
|
2728
2738
|
"member": "int64",
|
2729
2739
|
"name": "TotalCount",
|
2730
2740
|
"output_required": false,
|
@@ -2733,7 +2743,7 @@
|
|
2733
2743
|
},
|
2734
2744
|
{
|
2735
2745
|
"disabled": false,
|
2736
|
-
"document": "
|
2746
|
+
"document": "模板适配的实例版本。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。\n- MONGO_70_WT:MongoDB 7.0 WiredTiger存储引擎版本。",
|
2737
2747
|
"example": "MONGO_50_WT",
|
2738
2748
|
"member": "string",
|
2739
2749
|
"name": "MongoVersion",
|
@@ -2743,7 +2753,7 @@
|
|
2743
2753
|
},
|
2744
2754
|
{
|
2745
2755
|
"disabled": false,
|
2746
|
-
"document": "
|
2756
|
+
"document": "模板适配集群类型。\n- REPLSET:副本集实例。\n- SHARD:分片实例。\n- STANDALONE:单节点实例。",
|
2747
2757
|
"example": "SHARD",
|
2748
2758
|
"member": "string",
|
2749
2759
|
"name": "ClusterType",
|
@@ -2775,8 +2785,8 @@
|
|
2775
2785
|
"members": [
|
2776
2786
|
{
|
2777
2787
|
"disabled": false,
|
2778
|
-
"document": "参数模板 ID
|
2779
|
-
"example": "[\"tpl-
|
2788
|
+
"document": "参数模板 ID。请通过接口 [DescribeDBInstanceParamTpl](https://cloud.tencent.com/document/product/240/109155) 获取模板 ID。",
|
2789
|
+
"example": "[\"tpl-sdjf1****\"]",
|
2780
2790
|
"member": "string",
|
2781
2791
|
"name": "TplIds",
|
2782
2792
|
"required": false,
|
@@ -2784,8 +2794,8 @@
|
|
2784
2794
|
},
|
2785
2795
|
{
|
2786
2796
|
"disabled": false,
|
2787
|
-
"document": "
|
2788
|
-
"example": "[\"test\"]",
|
2797
|
+
"document": "指定查询的模板名称。",
|
2798
|
+
"example": "[\"tpl-test\"]",
|
2789
2799
|
"member": "string",
|
2790
2800
|
"name": "TplNames",
|
2791
2801
|
"required": false,
|
@@ -2793,7 +2803,7 @@
|
|
2793
2803
|
},
|
2794
2804
|
{
|
2795
2805
|
"disabled": false,
|
2796
|
-
"document": "
|
2806
|
+
"document": "指定所需查询的参数模板的数据库版本号。具体支持的版本信息,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。\n- MONGO_70_WT:MongoDB 7.0 WiredTiger存储引擎版本。",
|
2797
2807
|
"example": "[\"MONGO_42_WT\"]",
|
2798
2808
|
"member": "string",
|
2799
2809
|
"name": "MongoVersion",
|
@@ -2802,7 +2812,7 @@
|
|
2802
2812
|
},
|
2803
2813
|
{
|
2804
2814
|
"disabled": false,
|
2805
|
-
"document": "
|
2815
|
+
"document": "指定查询的模板类型。\n- DEFAULT:系统默认模板。\n- CUSTOMIZE:自定义模板。",
|
2806
2816
|
"example": "CUSTOMIZE",
|
2807
2817
|
"member": "string",
|
2808
2818
|
"name": "TplType",
|
@@ -2886,8 +2896,8 @@
|
|
2886
2896
|
"members": [
|
2887
2897
|
{
|
2888
2898
|
"disabled": false,
|
2889
|
-
"document": "实例 ID
|
2890
|
-
"example": "cmgo-hcscymcl",
|
2899
|
+
"document": "实例 ID 列表。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
2900
|
+
"example": "[\"cmgo-hcscymcl\"]",
|
2891
2901
|
"member": "string",
|
2892
2902
|
"name": "InstanceIds",
|
2893
2903
|
"required": false,
|
@@ -2895,7 +2905,7 @@
|
|
2895
2905
|
},
|
2896
2906
|
{
|
2897
2907
|
"disabled": false,
|
2898
|
-
"document": "
|
2908
|
+
"document": "指定查询的实例类型。取值范围如下:\n- 0:所有实例。\n- 1:正式实例。\n- 2:临时实例\n- 3:只读实例。\n- -1:查询同时包括正式实例、只读实例与灾备实例。",
|
2899
2909
|
"example": "0",
|
2900
2910
|
"member": "int64",
|
2901
2911
|
"name": "InstanceType",
|
@@ -2904,7 +2914,7 @@
|
|
2904
2914
|
},
|
2905
2915
|
{
|
2906
2916
|
"disabled": false,
|
2907
|
-
"document": "
|
2917
|
+
"document": "指定所查询实例的集群类型,取值范围如下:\n- 0:副本集实例。\n- 1:分片实例。\n- -1:副本集与分片实例。",
|
2908
2918
|
"example": "0",
|
2909
2919
|
"member": "int64",
|
2910
2920
|
"name": "ClusterType",
|
@@ -2913,8 +2923,8 @@
|
|
2913
2923
|
},
|
2914
2924
|
{
|
2915
2925
|
"disabled": false,
|
2916
|
-
"document": "
|
2917
|
-
"example": "2",
|
2926
|
+
"document": "指定所查询实例的当前状态,取值范围如下所示:\n- 0:待初始化。\n- 1:流程处理中,例如:变更规格、参数修改等。\n- 2:实例正常运行中。\n- -2:已隔离(包年包月)。\n- -3:已隔离(按量计费)。",
|
2927
|
+
"example": "[2]",
|
2918
2928
|
"member": "int64",
|
2919
2929
|
"name": "Status",
|
2920
2930
|
"required": false,
|
@@ -2940,7 +2950,7 @@
|
|
2940
2950
|
},
|
2941
2951
|
{
|
2942
2952
|
"disabled": false,
|
2943
|
-
"document": "
|
2953
|
+
"document": "指定所查询实例的付费类型。\n- 0:查询按量计费实例。\n- 1:查询包年包月实例。\n- -1:查询按量计费与包年包月实例。",
|
2944
2954
|
"example": "1",
|
2945
2955
|
"member": "int64",
|
2946
2956
|
"name": "PayMode",
|
@@ -2949,7 +2959,7 @@
|
|
2949
2959
|
},
|
2950
2960
|
{
|
2951
2961
|
"disabled": false,
|
2952
|
-
"document": "单次请求返回的数量。默认值为20,取值范围为
|
2962
|
+
"document": "单次请求返回的数量。默认值为20,取值范围为(1,100]。",
|
2953
2963
|
"example": "10",
|
2954
2964
|
"member": "uint64",
|
2955
2965
|
"name": "Limit",
|
@@ -3050,8 +3060,8 @@
|
|
3050
3060
|
"members": [
|
3051
3061
|
{
|
3052
3062
|
"disabled": false,
|
3053
|
-
"document": "实例
|
3054
|
-
"example": "cmgo-
|
3063
|
+
"document": "实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
3064
|
+
"example": "cmgo-r3p8****",
|
3055
3065
|
"member": "string",
|
3056
3066
|
"name": "InstanceId",
|
3057
3067
|
"required": true,
|
@@ -3059,7 +3069,7 @@
|
|
3059
3069
|
},
|
3060
3070
|
{
|
3061
3071
|
"disabled": false,
|
3062
|
-
"document": "
|
3072
|
+
"document": "指定查询慢日志的开始时间。- 格式:yyyy-mm-dd hh:mm:ss,如:2019-06-01 10:00:00。- 查询起止时间间隔不能超过24小时,只允许查询最近7天内慢日志。",
|
3063
3073
|
"example": "2025-01-02 13:14:15",
|
3064
3074
|
"member": "string",
|
3065
3075
|
"name": "StartTime",
|
@@ -3068,7 +3078,7 @@
|
|
3068
3078
|
},
|
3069
3079
|
{
|
3070
3080
|
"disabled": false,
|
3071
|
-
"document": "
|
3081
|
+
"document": "指定查询慢日志的结束时间。\n- 格式:yyyy-mm-dd hh:mm:ss,如:2019-06-02 12:00:00。\n- 查询起止时间间隔不能超过24小时,只允许查询最近7天内慢日志。",
|
3072
3082
|
"example": "2025-01-02 13:14:15",
|
3073
3083
|
"member": "string",
|
3074
3084
|
"name": "EndTime",
|
@@ -3077,7 +3087,7 @@
|
|
3077
3087
|
},
|
3078
3088
|
{
|
3079
3089
|
"disabled": false,
|
3080
|
-
"document": "
|
3090
|
+
"document": "指定慢日志查询阈值,即查询执行时间大于此值的慢日志。单位:ms,默认值:100。",
|
3081
3091
|
"example": "100",
|
3082
3092
|
"member": "int64",
|
3083
3093
|
"name": "ExecTime",
|
@@ -3086,8 +3096,8 @@
|
|
3086
3096
|
},
|
3087
3097
|
{
|
3088
3098
|
"disabled": false,
|
3089
|
-
"document": "
|
3090
|
-
"example": "find",
|
3099
|
+
"document": "指定查询慢日志的命令类型。",
|
3100
|
+
"example": "[\"find\"]",
|
3091
3101
|
"member": "string",
|
3092
3102
|
"name": "Commands",
|
3093
3103
|
"required": false,
|
@@ -3095,8 +3105,8 @@
|
|
3095
3105
|
},
|
3096
3106
|
{
|
3097
3107
|
"disabled": false,
|
3098
|
-
"document": "
|
3099
|
-
"example": "[\"
|
3108
|
+
"document": "全文搜索关键字,多个关键字间为或关系。",
|
3109
|
+
"example": "[\"command\",\"primary\"]",
|
3100
3110
|
"member": "string",
|
3101
3111
|
"name": "Texts",
|
3102
3112
|
"required": false,
|
@@ -3104,8 +3114,8 @@
|
|
3104
3114
|
},
|
3105
3115
|
{
|
3106
3116
|
"disabled": false,
|
3107
|
-
"document": "
|
3108
|
-
"example": "[\"cmgo-
|
3117
|
+
"document": "指定查询慢日志的节点名称。请通过接口 [DescribeDBInstanceNodeProperty](https://cloud.tencent.com/document/product/240/82022) 查询节点名称。",
|
3118
|
+
"example": "[\"cmgo-r3p8****_0-node-primary\"]",
|
3109
3119
|
"member": "string",
|
3110
3120
|
"name": "NodeNames",
|
3111
3121
|
"required": false,
|
@@ -3113,8 +3123,8 @@
|
|
3113
3123
|
},
|
3114
3124
|
{
|
3115
3125
|
"disabled": false,
|
3116
|
-
"document": "
|
3117
|
-
"example": "[\"
|
3126
|
+
"document": "指定查询 queryHash 值。",
|
3127
|
+
"example": "[\"admin..****Continue\"]",
|
3118
3128
|
"member": "string",
|
3119
3129
|
"name": "QueryHash",
|
3120
3130
|
"required": false,
|
@@ -3122,7 +3132,7 @@
|
|
3122
3132
|
},
|
3123
3133
|
{
|
3124
3134
|
"disabled": false,
|
3125
|
-
"document": "
|
3135
|
+
"document": "分页偏移量。默认值:0。取值范围:[0,100]。\n",
|
3126
3136
|
"example": "1",
|
3127
3137
|
"member": "int64",
|
3128
3138
|
"name": "Offset",
|
@@ -3131,7 +3141,7 @@
|
|
3131
3141
|
},
|
3132
3142
|
{
|
3133
3143
|
"disabled": false,
|
3134
|
-
"document": "
|
3144
|
+
"document": "返回条数。默认值:20。取值范围:[0,10000]",
|
3135
3145
|
"example": "10",
|
3136
3146
|
"member": "int64",
|
3137
3147
|
"name": "Limit",
|
@@ -3140,7 +3150,7 @@
|
|
3140
3150
|
},
|
3141
3151
|
{
|
3142
3152
|
"disabled": false,
|
3143
|
-
"document": "
|
3153
|
+
"document": "指定慢日志排序条件。\n- StartTime:按照慢日志生成时间排序。\n- ExecTime:按照慢日志执行时间排序。",
|
3144
3154
|
"example": "ExecTime",
|
3145
3155
|
"member": "string",
|
3146
3156
|
"name": "OrderBy",
|
@@ -3149,7 +3159,7 @@
|
|
3149
3159
|
},
|
3150
3160
|
{
|
3151
3161
|
"disabled": false,
|
3152
|
-
"document": "
|
3162
|
+
"document": "指定排序方式。\n- desc:倒序。\n- asc:顺序。",
|
3153
3163
|
"example": "desc",
|
3154
3164
|
"member": "string",
|
3155
3165
|
"name": "OrderByType",
|
@@ -3164,7 +3174,7 @@
|
|
3164
3174
|
"members": [
|
3165
3175
|
{
|
3166
3176
|
"disabled": false,
|
3167
|
-
"document": "
|
3177
|
+
"document": "满足条件的慢日志数量。",
|
3168
3178
|
"example": "100",
|
3169
3179
|
"member": "int64",
|
3170
3180
|
"name": "TotalCount",
|
@@ -3174,7 +3184,7 @@
|
|
3174
3184
|
},
|
3175
3185
|
{
|
3176
3186
|
"disabled": false,
|
3177
|
-
"document": "
|
3187
|
+
"document": "慢日志详情。",
|
3178
3188
|
"example": "无",
|
3179
3189
|
"member": "SlowLogItem",
|
3180
3190
|
"name": "DetailedSlowLogs",
|
@@ -3273,8 +3283,8 @@
|
|
3273
3283
|
"members": [
|
3274
3284
|
{
|
3275
3285
|
"disabled": false,
|
3276
|
-
"document": "实例 ID
|
3277
|
-
"example": "cmgo-
|
3286
|
+
"document": "实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
3287
|
+
"example": "cmgo-p8vn****",
|
3278
3288
|
"member": "string",
|
3279
3289
|
"name": "InstanceId",
|
3280
3290
|
"required": true,
|
@@ -3310,7 +3320,7 @@
|
|
3310
3320
|
"members": [
|
3311
3321
|
{
|
3312
3322
|
"disabled": false,
|
3313
|
-
"document": "实例ID
|
3323
|
+
"document": "实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
3314
3324
|
"example": "cmgo-a3bm93hf",
|
3315
3325
|
"member": "string",
|
3316
3326
|
"name": "InstanceId",
|
@@ -3319,7 +3329,7 @@
|
|
3319
3329
|
},
|
3320
3330
|
{
|
3321
3331
|
"disabled": false,
|
3322
|
-
"document": "
|
3332
|
+
"document": "慢日志起始时间。\n- 格式:yyyy-mm-dd hh:mm:ss,如:2019-06-01 10:00:00。\n- 查询起止时间间隔不能超过24小时,只允许查询最近7天内慢日志。",
|
3323
3333
|
"example": "2020-04-20 00:00:00",
|
3324
3334
|
"member": "datetime",
|
3325
3335
|
"name": "StartTime",
|
@@ -3328,7 +3338,7 @@
|
|
3328
3338
|
},
|
3329
3339
|
{
|
3330
3340
|
"disabled": false,
|
3331
|
-
"document": "
|
3341
|
+
"document": "慢日志终止时间。\n- 格式:yyyy-mm-dd hh:mm:ss,如:2019-06-02 12:00:00。\n- 查询起止时间间隔不能超过24小时,只允许查询最近7天内慢日志。",
|
3332
3342
|
"example": "2020-04-20 22:00:00",
|
3333
3343
|
"member": "datetime",
|
3334
3344
|
"name": "EndTime",
|
@@ -3383,7 +3393,7 @@
|
|
3383
3393
|
"example": "2",
|
3384
3394
|
"member": "uint64",
|
3385
3395
|
"name": "Count",
|
3386
|
-
"
|
3396
|
+
"output_required": true,
|
3387
3397
|
"type": "int",
|
3388
3398
|
"value_allowed_null": false
|
3389
3399
|
},
|
@@ -3393,7 +3403,7 @@
|
|
3393
3403
|
"example": "无",
|
3394
3404
|
"member": "SlowLogPattern",
|
3395
3405
|
"name": "SlowLogPatterns",
|
3396
|
-
"
|
3406
|
+
"output_required": true,
|
3397
3407
|
"type": "list",
|
3398
3408
|
"value_allowed_null": false
|
3399
3409
|
},
|
@@ -3411,7 +3421,7 @@
|
|
3411
3421
|
"members": [
|
3412
3422
|
{
|
3413
3423
|
"disabled": false,
|
3414
|
-
"document": "实例ID
|
3424
|
+
"document": "实例ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
3415
3425
|
"example": "cmgo-a3bm93hf",
|
3416
3426
|
"member": "string",
|
3417
3427
|
"name": "InstanceId",
|
@@ -3420,7 +3430,7 @@
|
|
3420
3430
|
},
|
3421
3431
|
{
|
3422
3432
|
"disabled": false,
|
3423
|
-
"document": "
|
3433
|
+
"document": "慢日志起始时间。\n- 格式:yyyy-mm-dd hh:mm:ss,如:2019-06-01 10:00:00。\n- 查询起止时间间隔不能超过24小时,只允许查询最近7天内慢日志。",
|
3424
3434
|
"example": "2020-04-20 00:00:00",
|
3425
3435
|
"member": "datetime",
|
3426
3436
|
"name": "StartTime",
|
@@ -3429,7 +3439,7 @@
|
|
3429
3439
|
},
|
3430
3440
|
{
|
3431
3441
|
"disabled": false,
|
3432
|
-
"document": "
|
3442
|
+
"document": "慢日志终止时间。\n- 格式:yyyy-mm-dd hh:mm:ss,如:2019-06-02 12:00:00。\n- 查询起止时间间隔不能超过24小时,只允许查询最近7天内慢日志。",
|
3433
3443
|
"example": "2020-04-20 22:00:00",
|
3434
3444
|
"member": "datetime",
|
3435
3445
|
"name": "EndTime",
|
@@ -3480,7 +3490,7 @@
|
|
3480
3490
|
"members": [
|
3481
3491
|
{
|
3482
3492
|
"disabled": false,
|
3483
|
-
"document": "
|
3493
|
+
"document": "慢日志总数。",
|
3484
3494
|
"example": "20",
|
3485
3495
|
"member": "uint64",
|
3486
3496
|
"name": "Count",
|
@@ -3490,8 +3500,8 @@
|
|
3490
3500
|
},
|
3491
3501
|
{
|
3492
3502
|
"disabled": false,
|
3493
|
-
"document": "
|
3494
|
-
"example": "[\"Mon Apr 20 13:55:21.623 I COMMAND [conn16903] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587362114, 1), signature: { hash: BinData(0, 259955995BDC7E0CA35C4276EB23341C03910A48), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587362108, 1), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 5335ms\",\"Mon Apr 20 14:01:00.309 I COMMAND [conn1313] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587362457, 1), signature: { hash: BinData(0, DC2B16681C70845D7B6C8C6C97400D4DFB394CA0), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587362455, 1), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 1264ms\",\"Mon Apr 20 14:20:15.283 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587363613, 1), signature: { hash: BinData(0, 72D24884320C8A9A26AF8C4DD1127874085DFAE5), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587363603, 1), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 426ms\",\"Mon Apr 20 10:25:45.487 I COMMAND [conn48] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_1\\\", version: 3, protocolVersion: 1, members: [ { _id: 1, host: \\\"100.93.44.85:7005\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"10.112.91.43:7009\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 3, host: \\\"10.53.61.24:7004\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { wtimeout: 0, w: 1 }, replicaSetId: ObjectId('5e9d08160c269352426f9575') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 423ms\",\"Mon Apr 20 10:25:34.934 I COMMAND [conn28] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_1\\\", version: 2, protocolVersion: 1, members: [ { _id: 1, host: \\\"100.93.44.85:7005\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"10.112.91.43:7009\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d08160c269352426f9575') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 414ms\",\"Mon Apr 20 10:24:52.278 I COMMAND [conn30] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_0\\\", version: 2, protocolVersion: 1, members: [ { _id: 1, host: \\\"10.53.80.6:7011\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"100.93.44.26:7012\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d07ebf3f99b58c95a33fb') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 406ms\",\"Mon Apr 20 10:25:02.675 I COMMAND [conn50] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_0\\\", version: 3, protocolVersion: 1, members: [ { _id: 1, host: \\\"10.53.80.6:7011\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"100.93.44.26:7012\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 3, host: \\\"9.34.46.139:7003\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d07ebf3f99b58c95a33fb') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 373ms\",\"Mon Apr 20 18:35:15.103 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587378913, 1), signature: { hash: BinData(0, A3C176F81B64A7473F88F3F40B84C59EC9E1E1AE), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587378912, 1), t: 2 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 248ms\",\"Mon Apr 20 10:27:38.171 I COMMAND [conn281] command admin.$cmd command: setFeatureCompatibilityVersion { setFeatureCompatibilityVersion: \\\"4.0\\\", $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 212ms\",\"Mon Apr 20 10:26:27.924 I COMMAND [conn111] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_2\\\", version: 3, protocolVersion: 1, members: [ { _id: 1, host: \\\"10.112.90.165:7002\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"10.53.80.6:7012\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 3, host: \\\"100.93.44.26:7013\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d0841f0f688fc992fd087') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 212ms\",\"Mon Apr 20 13:55:15.051 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587362114, 1), signature: { hash: BinData(0, 259955995BDC7E0CA35C4276EB23341C03910A48), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587362085, 6), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 192ms\",\"Mon Apr 20 10:27:39.400 I COMMAND [conn213] command admin.$cmd command: setFeatureCompatibilityVersion { setFeatureCompatibilityVersion: \\\"4.0\\\", $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 183ms\",\"Mon Apr 20 10:26:09.357 I COMMAND [conn36] command local.system.replset command: replSetInitiate { replSetInitiate: { _id: \\\"cmgo-a3bm93hf_2\\\", version: 1, members: [ { _id: 1, host: \\\"10.112.90.165:7002\\\" } ] }, $readPreference: { mode: \\\"secondaryPreferred\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 23, w: 7, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 59 } }, Database: { acquireCount: { r: 7, w: 4, W: 3 } }, Collection: { acquireCount: { r: 3, w: 2 } }, oplog: { acquireCount: { r: 2, w: 3 } } } protocol:op_query 134ms\",\"Mon Apr 20 13:00:16.363 I COMMAND [conn16903] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587358814, 1), signature: { hash: BinData(0, 90BD7BB9B481B9825527D89A3579B52E6C0C3915), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587358809, 2), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 123ms\",\"Mon Apr 20 13:35:14.983 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587360912, 1), signature: { hash: BinData(0, 06A84575A66B9316D1ECBFB9FB1C7B2F605AB3A8), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587360909, 5), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 122ms\",\"Mon Apr 20 10:24:43.760 I COMMAND [conn16] command local.system.replset command: replSetInitiate { replSetInitiate: { _id: \\\"cmgo-a3bm93hf_0\\\", version: 1, members: [ { _id: 1, host: \\\"10.53.80.6:7011\\\" } ] }, $readPreference: { mode: \\\"secondaryPreferred\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 23, w: 7, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 39 } }, Database: { acquireCount: { r: 7, w: 4, W: 3 } }, Collection: { acquireCount: { r: 3, w: 2 } }, oplog: { acquireCount: { r: 2, w: 3 } } } protocol:op_query 112ms\",\"Mon Apr 20 10:25:26.300 I COMMAND [conn15] command local.system.replset command: replSetInitiate { replSetInitiate: { _id: \\\"cmgo-a3bm93hf_1\\\", version: 1, members: [ { _id: 1, host: \\\"100.93.44.85:7005\\\" } ] }, $readPreference: { mode: \\\"secondaryPreferred\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 23, w: 7, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 24 } }, Database: { acquireCount: { r: 7, w: 4, W: 3 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 7 } }, Collection: { acquireCount: { r: 3, w: 2 } }, oplog: { acquireCount: { r: 2, w: 3 } } } protocol:op_query 110ms\",\"Mon Apr 20 10:27:39.400 I COMMAND [conn213] command admin.$cmd command: update { update: \\\"system.version\\\", writeConcern: { w: \\\"majority\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:370 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 107ms\",\"Mon Apr 20 10:27:38.065 I COMMAND [conn281] command admin.$cmd command: update { update: \\\"system.version\\\", writeConcern: { w: \\\"majority\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:370 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 1, W: 1 } }, Collection: { acquireCount: { w: 1 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_msg 107ms\",\"Mon Apr 20 10:27:38.170 I COMMAND [conn281] command admin.$cmd command: update { update: \\\"system.version\\\", writeConcern: { w: \\\"majority\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:370 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 105ms\"]",
|
3503
|
+
"document": "慢日志详情。",
|
3504
|
+
"example": "[\"Mon Apr 20 13:55:21.623 I COMMAND ********************\"]",
|
3495
3505
|
"member": "string",
|
3496
3506
|
"name": "SlowLogs",
|
3497
3507
|
"output_required": true,
|
@@ -3512,7 +3522,7 @@
|
|
3512
3522
|
"members": [
|
3513
3523
|
{
|
3514
3524
|
"disabled": false,
|
3515
|
-
"document": "
|
3525
|
+
"document": "待查询可用区。当前支持的可用区,请参见[地域与可用区](https://cloud.tencent.com/document/product/240/3637)。",
|
3516
3526
|
"example": "ap-guangzhou-3",
|
3517
3527
|
"member": "string",
|
3518
3528
|
"name": "Zone",
|
@@ -3527,7 +3537,7 @@
|
|
3527
3537
|
"members": [
|
3528
3538
|
{
|
3529
3539
|
"disabled": false,
|
3530
|
-
"document": "
|
3540
|
+
"document": "实例售卖规格信息列表。",
|
3531
3541
|
"example": "无",
|
3532
3542
|
"member": "SpecificationInfo",
|
3533
3543
|
"name": "SpecInfoList",
|
@@ -3549,7 +3559,7 @@
|
|
3549
3559
|
"members": [
|
3550
3560
|
{
|
3551
3561
|
"disabled": false,
|
3552
|
-
"document": "指定实例 ID
|
3562
|
+
"document": "指定实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
3553
3563
|
"example": "\"cmgo-jyjcw8yv\"",
|
3554
3564
|
"member": "string",
|
3555
3565
|
"name": "InstanceId",
|
@@ -3565,7 +3575,7 @@
|
|
3565
3575
|
{
|
3566
3576
|
"disabled": false,
|
3567
3577
|
"document": "表示是否开启了透明加密。 \n- close:未开启。\n- open:已开启。",
|
3568
|
-
"example": "open
|
3578
|
+
"example": "open",
|
3569
3579
|
"member": "string",
|
3570
3580
|
"name": "TransparentDataEncryptionStatus",
|
3571
3581
|
"output_required": false,
|
@@ -3596,8 +3606,8 @@
|
|
3596
3606
|
"members": [
|
3597
3607
|
{
|
3598
3608
|
"disabled": false,
|
3599
|
-
"document": "参数模板 ID。",
|
3600
|
-
"example": "tpl-
|
3609
|
+
"document": "参数模板 ID。请通过接口 [DescribeDBInstanceParamTpl](https://cloud.tencent.com/document/product/240/109155) 获取模板 ID。",
|
3610
|
+
"example": "tpl-djtu****",
|
3601
3611
|
"member": "string",
|
3602
3612
|
"name": "TplId",
|
3603
3613
|
"required": true,
|
@@ -3674,11 +3684,11 @@
|
|
3674
3684
|
"type": "object"
|
3675
3685
|
},
|
3676
3686
|
"FBKeyValue": {
|
3677
|
-
"document": "按
|
3687
|
+
"document": "按 Key 闪回键值对",
|
3678
3688
|
"members": [
|
3679
3689
|
{
|
3680
3690
|
"disabled": false,
|
3681
|
-
"document": "
|
3691
|
+
"document": "指定按 Key 闪回的目标 Key (键) 。",
|
3682
3692
|
"example": "fbKey",
|
3683
3693
|
"member": "string",
|
3684
3694
|
"name": "Key",
|
@@ -3687,7 +3697,7 @@
|
|
3687
3697
|
},
|
3688
3698
|
{
|
3689
3699
|
"disabled": false,
|
3690
|
-
"document": "
|
3700
|
+
"document": "指定按 Key 闪回的目标 Key 所对应的 Value(值)。",
|
3691
3701
|
"example": "fbValue",
|
3692
3702
|
"member": "string",
|
3693
3703
|
"name": "Value",
|
@@ -3762,11 +3772,11 @@
|
|
3762
3772
|
"type": "object"
|
3763
3773
|
},
|
3764
3774
|
"FlashbackCollection": {
|
3765
|
-
"document": "按
|
3775
|
+
"document": "按 Key 闪回数据表",
|
3766
3776
|
"members": [
|
3767
3777
|
{
|
3768
3778
|
"disabled": false,
|
3769
|
-
"document": "
|
3779
|
+
"document": "指定按 Key 闪回源数据库集合名。",
|
3770
3780
|
"example": "my_collection",
|
3771
3781
|
"member": "string",
|
3772
3782
|
"name": "CollectionName",
|
@@ -3775,7 +3785,7 @@
|
|
3775
3785
|
},
|
3776
3786
|
{
|
3777
3787
|
"disabled": false,
|
3778
|
-
"document": "
|
3788
|
+
"document": "指定按 Key 闪回目标数据库集合名。",
|
3779
3789
|
"example": "my_collection_re",
|
3780
3790
|
"member": "string",
|
3781
3791
|
"name": "TargetResultCollectionName",
|
@@ -3784,7 +3794,7 @@
|
|
3784
3794
|
},
|
3785
3795
|
{
|
3786
3796
|
"disabled": false,
|
3787
|
-
"document": "
|
3797
|
+
"document": "指定用于过滤按 Key 闪回的 Key(键)。",
|
3788
3798
|
"example": "fKey",
|
3789
3799
|
"member": "string",
|
3790
3800
|
"name": "FilterKey",
|
@@ -3793,7 +3803,7 @@
|
|
3793
3803
|
},
|
3794
3804
|
{
|
3795
3805
|
"disabled": false,
|
3796
|
-
"document": "
|
3806
|
+
"document": "指定用于按 Key 闪回的键值对。数组元素最大限制为 50000。",
|
3797
3807
|
"example": "fValue",
|
3798
3808
|
"member": "FBKeyValue",
|
3799
3809
|
"name": "KeyValues",
|
@@ -3804,11 +3814,11 @@
|
|
3804
3814
|
"usage": "in"
|
3805
3815
|
},
|
3806
3816
|
"FlashbackDatabase": {
|
3807
|
-
"document": "按
|
3817
|
+
"document": "按 Key 闪回的数据库及集合信息",
|
3808
3818
|
"members": [
|
3809
3819
|
{
|
3810
3820
|
"disabled": false,
|
3811
|
-
"document": "按
|
3821
|
+
"document": "按 Key 闪回目标数据所在库。",
|
3812
3822
|
"example": "my-db",
|
3813
3823
|
"member": "string",
|
3814
3824
|
"name": "DBName",
|
@@ -3817,7 +3827,7 @@
|
|
3817
3827
|
},
|
3818
3828
|
{
|
3819
3829
|
"disabled": false,
|
3820
|
-
"document": "按
|
3830
|
+
"document": "按 Key 闪回的数据库集合。",
|
3821
3831
|
"example": "my-collection",
|
3822
3832
|
"member": "FlashbackCollection",
|
3823
3833
|
"name": "Collections",
|
@@ -4179,11 +4189,11 @@
|
|
4179
4189
|
"usage": "in"
|
4180
4190
|
},
|
4181
4191
|
"InstanceDetail": {
|
4182
|
-
"document": "
|
4192
|
+
"document": "实例详情。",
|
4183
4193
|
"members": [
|
4184
4194
|
{
|
4185
4195
|
"disabled": false,
|
4186
|
-
"document": "实例ID。",
|
4196
|
+
"document": "实例 ID。",
|
4187
4197
|
"example": "cmgo-7pje****",
|
4188
4198
|
"member": "string",
|
4189
4199
|
"name": "InstanceId",
|
@@ -4203,7 +4213,7 @@
|
|
4203
4213
|
},
|
4204
4214
|
{
|
4205
4215
|
"disabled": false,
|
4206
|
-
"document": "
|
4216
|
+
"document": "付费类型。\n- 1:包年包月。\n- 0:按量计费。",
|
4207
4217
|
"example": "1",
|
4208
4218
|
"member": "uint64",
|
4209
4219
|
"name": "PayMode",
|
@@ -4213,7 +4223,7 @@
|
|
4213
4223
|
},
|
4214
4224
|
{
|
4215
4225
|
"disabled": false,
|
4216
|
-
"document": "项目ID。",
|
4226
|
+
"document": "项目 ID。",
|
4217
4227
|
"example": "1",
|
4218
4228
|
"member": "uint64",
|
4219
4229
|
"name": "ProjectId",
|
@@ -4223,7 +4233,7 @@
|
|
4223
4233
|
},
|
4224
4234
|
{
|
4225
4235
|
"disabled": false,
|
4226
|
-
"document": "
|
4236
|
+
"document": "集群类型。\n- 0:副本集实例。\n- 1:分片实例。",
|
4227
4237
|
"example": "1",
|
4228
4238
|
"member": "uint64",
|
4229
4239
|
"name": "ClusterType",
|
@@ -4253,7 +4263,7 @@
|
|
4253
4263
|
},
|
4254
4264
|
{
|
4255
4265
|
"disabled": false,
|
4256
|
-
"document": "
|
4266
|
+
"document": "网络类型。\n- 0:基础网络。\n- 1:私有网络。",
|
4257
4267
|
"example": "1",
|
4258
4268
|
"member": "uint64",
|
4259
4269
|
"name": "NetType",
|
@@ -4283,7 +4293,7 @@
|
|
4283
4293
|
},
|
4284
4294
|
{
|
4285
4295
|
"disabled": false,
|
4286
|
-
"document": "
|
4296
|
+
"document": "实例状态。\n- 0:待初始化。\n- 1:流程处理中,例如:变更规格、参数修改等。\n- 2:实例正常运行中。\n- -2:已隔离(包年包月)。\n- -3:已隔离(按量计费)。",
|
4287
4297
|
"example": "2",
|
4288
4298
|
"member": "int64",
|
4289
4299
|
"name": "Status",
|
@@ -4333,7 +4343,7 @@
|
|
4333
4343
|
},
|
4334
4344
|
{
|
4335
4345
|
"disabled": false,
|
4336
|
-
"document": "
|
4346
|
+
"document": "实例存储引擎版本信息。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。\n- MONGO_70_WT:MongoDB 7.0 WiredTiger存储引擎版本。",
|
4337
4347
|
"example": "MONGO_42_WT",
|
4338
4348
|
"member": "string",
|
4339
4349
|
"name": "MongoVersion",
|
@@ -4343,7 +4353,7 @@
|
|
4343
4353
|
},
|
4344
4354
|
{
|
4345
4355
|
"disabled": false,
|
4346
|
-
"document": "
|
4356
|
+
"document": "实例内存规格,单位:MB。",
|
4347
4357
|
"example": "4",
|
4348
4358
|
"member": "uint64",
|
4349
4359
|
"name": "Memory",
|
@@ -4353,7 +4363,7 @@
|
|
4353
4363
|
},
|
4354
4364
|
{
|
4355
4365
|
"disabled": false,
|
4356
|
-
"document": "
|
4366
|
+
"document": "实例磁盘规格,单位:MB。",
|
4357
4367
|
"example": "120",
|
4358
4368
|
"member": "uint64",
|
4359
4369
|
"name": "Volume",
|
@@ -4363,7 +4373,7 @@
|
|
4363
4373
|
},
|
4364
4374
|
{
|
4365
4375
|
"disabled": false,
|
4366
|
-
"document": "实例CPU核心数。",
|
4376
|
+
"document": "实例 CPU 核心数。",
|
4367
4377
|
"example": "2",
|
4368
4378
|
"member": "uint64",
|
4369
4379
|
"name": "CpuNum",
|
@@ -4373,7 +4383,7 @@
|
|
4373
4383
|
},
|
4374
4384
|
{
|
4375
4385
|
"disabled": false,
|
4376
|
-
"document": "
|
4386
|
+
"document": "实例机器类型。\n- HIO10G:通用高 HIO 万兆型。\n- HCD:云盘版类型。",
|
4377
4387
|
"example": "HIO10G",
|
4378
4388
|
"member": "string",
|
4379
4389
|
"name": "MachineType",
|
@@ -4403,7 +4413,7 @@
|
|
4403
4413
|
},
|
4404
4414
|
{
|
4405
4415
|
"disabled": false,
|
4406
|
-
"document": "
|
4416
|
+
"document": "实例自动续费标志。\n- 0:手动续费。\n- 1:自动续费。\n- 2:确认不续费。",
|
4407
4417
|
"example": "0",
|
4408
4418
|
"member": "int64",
|
4409
4419
|
"name": "AutoRenewFlag",
|
@@ -4413,7 +4423,7 @@
|
|
4413
4423
|
},
|
4414
4424
|
{
|
4415
4425
|
"disabled": false,
|
4416
|
-
"document": "
|
4426
|
+
"document": "已用容量,单位:MB。",
|
4417
4427
|
"example": "100",
|
4418
4428
|
"member": "uint64",
|
4419
4429
|
"name": "UsedVolume",
|
@@ -4523,7 +4533,7 @@
|
|
4523
4533
|
},
|
4524
4534
|
{
|
4525
4535
|
"disabled": false,
|
4526
|
-
"document": "
|
4536
|
+
"document": "协议信息:mongodb。",
|
4527
4537
|
"example": "0",
|
4528
4538
|
"member": "uint64",
|
4529
4539
|
"name": "Protocol",
|
@@ -4533,7 +4543,7 @@
|
|
4533
4543
|
},
|
4534
4544
|
{
|
4535
4545
|
"disabled": false,
|
4536
|
-
"document": "
|
4546
|
+
"document": "实例类型。\n- 0:所有实例。\n- 1:正式实例。\n- 2:临时实例\n- 3:只读实例。\n- -1:同时包括正式实例、只读实例与灾备实例。",
|
4537
4547
|
"example": "1",
|
4538
4548
|
"member": "uint64",
|
4539
4549
|
"name": "InstanceType",
|
@@ -4543,7 +4553,7 @@
|
|
4543
4553
|
},
|
4544
4554
|
{
|
4545
4555
|
"disabled": false,
|
4546
|
-
"document": "
|
4556
|
+
"document": "实例状态描述。",
|
4547
4557
|
"example": "运行中",
|
4548
4558
|
"member": "string",
|
4549
4559
|
"name": "InstanceStatusDesc",
|
@@ -4553,7 +4563,7 @@
|
|
4553
4563
|
},
|
4554
4564
|
{
|
4555
4565
|
"disabled": false,
|
4556
|
-
"document": "实例对应的物理实例
|
4566
|
+
"document": "实例对应的物理实例 ID。回档并替换过的实例有不同的 InstanceId 和 RealInstanceId,从 barad 获取监控数据等场景下需要用物理 ID 获取。",
|
4557
4567
|
"example": "cmgo-8go1o9xl",
|
4558
4568
|
"member": "string",
|
4559
4569
|
"name": "RealInstanceId",
|
@@ -4573,7 +4583,7 @@
|
|
4573
4583
|
},
|
4574
4584
|
{
|
4575
4585
|
"disabled": false,
|
4576
|
-
"document": "mongos节点个数。",
|
4586
|
+
"document": "mongos 节点个数。",
|
4577
4587
|
"example": "3",
|
4578
4588
|
"member": "uint64",
|
4579
4589
|
"name": "MongosNodeNum",
|
@@ -4583,7 +4593,7 @@
|
|
4583
4593
|
},
|
4584
4594
|
{
|
4585
4595
|
"disabled": false,
|
4586
|
-
"document": "mongos
|
4596
|
+
"document": "mongos 节点内存。单位:MB。",
|
4587
4597
|
"example": "2",
|
4588
4598
|
"member": "uint64",
|
4589
4599
|
"name": "MongosMemory",
|
@@ -4593,7 +4603,7 @@
|
|
4593
4603
|
},
|
4594
4604
|
{
|
4595
4605
|
"disabled": false,
|
4596
|
-
"document": "mongos节点CPU核数。",
|
4606
|
+
"document": "mongos 节点 CPU 核数。",
|
4597
4607
|
"example": "1",
|
4598
4608
|
"member": "uint64",
|
4599
4609
|
"name": "MongosCpuNum",
|
@@ -4613,7 +4623,7 @@
|
|
4613
4623
|
},
|
4614
4624
|
{
|
4615
4625
|
"disabled": false,
|
4616
|
-
"document": "Config Server
|
4626
|
+
"document": "Config Server节点内存。单位:MB。",
|
4617
4627
|
"example": "2",
|
4618
4628
|
"member": "uint64",
|
4619
4629
|
"name": "ConfigServerMemory",
|
@@ -4623,7 +4633,7 @@
|
|
4623
4633
|
},
|
4624
4634
|
{
|
4625
4635
|
"disabled": false,
|
4626
|
-
"document": "Config Server
|
4636
|
+
"document": "Config Server节点磁盘大小。单位:MB。",
|
4627
4637
|
"example": "20",
|
4628
4638
|
"member": "uint64",
|
4629
4639
|
"name": "ConfigServerVolume",
|
@@ -4633,7 +4643,7 @@
|
|
4633
4643
|
},
|
4634
4644
|
{
|
4635
4645
|
"disabled": false,
|
4636
|
-
"document": "Config Server节点CPU核数。",
|
4646
|
+
"document": "Config Server 节点 CPU 核数。",
|
4637
4647
|
"example": "1",
|
4638
4648
|
"member": "uint64",
|
4639
4649
|
"name": "ConfigServerCpuNum",
|
@@ -5023,7 +5033,7 @@
|
|
5023
5033
|
"members": [
|
5024
5034
|
{
|
5025
5035
|
"disabled": false,
|
5026
|
-
"document": "实例ID
|
5036
|
+
"document": "实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制需隔离的实例 ID。",
|
5027
5037
|
"example": "cmgo-f555zzzz",
|
5028
5038
|
"member": "string",
|
5029
5039
|
"name": "InstanceId",
|
@@ -5093,7 +5103,7 @@
|
|
5093
5103
|
},
|
5094
5104
|
{
|
5095
5105
|
"disabled": false,
|
5096
|
-
"document": "
|
5106
|
+
"document": "密钥状态。\n- Enabled:开启。\n- Disabled:不开启。",
|
5097
5107
|
"example": "Enabled",
|
5098
5108
|
"member": "string",
|
5099
5109
|
"name": "Status",
|
@@ -5143,7 +5153,7 @@
|
|
5143
5153
|
"members": [
|
5144
5154
|
{
|
5145
5155
|
"disabled": false,
|
5146
|
-
"document": "实例ID
|
5156
|
+
"document": "实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
5147
5157
|
"example": "cmgo-p8vnipr5",
|
5148
5158
|
"member": "string",
|
5149
5159
|
"name": "InstanceId",
|
@@ -5152,7 +5162,7 @@
|
|
5152
5162
|
},
|
5153
5163
|
{
|
5154
5164
|
"disabled": false,
|
5155
|
-
"document": "
|
5165
|
+
"document": "待终止的操作。",
|
5156
5166
|
"example": "无",
|
5157
5167
|
"member": "Operation",
|
5158
5168
|
"name": "Operations",
|
@@ -5252,7 +5262,7 @@
|
|
5252
5262
|
"members": [
|
5253
5263
|
{
|
5254
5264
|
"disabled": false,
|
5255
|
-
"document": "待修改的参数模板 ID
|
5265
|
+
"document": "待修改的参数模板 ID。请通过接口 [DescribeDBInstanceParamTpl](https://cloud.tencent.com/document/product/240/109155) 获取模板 ID。",
|
5256
5266
|
"example": "tpl-sdh134udi",
|
5257
5267
|
"member": "string",
|
5258
5268
|
"name": "TplId",
|
@@ -5342,8 +5352,8 @@
|
|
5342
5352
|
"members": [
|
5343
5353
|
{
|
5344
5354
|
"disabled": false,
|
5345
|
-
"document": "实例 ID
|
5346
|
-
"example": "cmgo-
|
5355
|
+
"document": "实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
5356
|
+
"example": "cmgo-p8vn****",
|
5347
5357
|
"member": "string",
|
5348
5358
|
"name": "InstanceId",
|
5349
5359
|
"required": true,
|
@@ -5351,7 +5361,7 @@
|
|
5351
5361
|
},
|
5352
5362
|
{
|
5353
5363
|
"disabled": false,
|
5354
|
-
"document": "
|
5364
|
+
"document": "实例配置变更后的内存大小。单位:GB。该参数为空值时,默认取实例当前的内存大小。当前所支持的内存规格,请参见[产品规格](https://cloud.tencent.com/document/product/240/64125)。\n**注意**:内存和磁盘必须同时升配或同时降配,即 Memory 与 Volume 需同时配置变更。",
|
5355
5365
|
"example": "4",
|
5356
5366
|
"member": "uint64",
|
5357
5367
|
"name": "Memory",
|
@@ -5360,7 +5370,7 @@
|
|
5360
5370
|
},
|
5361
5371
|
{
|
5362
5372
|
"disabled": false,
|
5363
|
-
"document": "实例配置变更后的硬盘大小,单位:GB
|
5373
|
+
"document": "实例配置变更后的硬盘大小,单位:GB。该参数为空值时,默认取当前实例的磁盘大小。当前所支持的磁盘容量,请参见[产品规格](https://cloud.tencent.com/document/product/240/64125)。\n- 内存和磁盘必须同时升配或同时降配,即 Memory 与 Volume 需同时配置变更。\n- 降配时,变更后的磁盘容量必须大于已用磁盘容量的1.2倍。",
|
5364
5374
|
"example": "250",
|
5365
5375
|
"member": "uint64",
|
5366
5376
|
"name": "Volume",
|
@@ -5378,7 +5388,7 @@
|
|
5378
5388
|
},
|
5379
5389
|
{
|
5380
5390
|
"disabled": false,
|
5381
|
-
"document": "实例变更后
|
5391
|
+
"document": "实例变更后 mongod 的节点数(不包含 readonly 只读节点数)。\n- 副本集节点数:请通过 [DescribeSpecInfo ](https://cloud.tencent.com/document/product/240/38567)接口返回的参数 MinNodeNum 与 MaxNodeNum 获取节点数量取值范围。\n- 分片集群每个分片节点数:请通过 [DescribeSpecInfo ](https://cloud.tencent.com/document/product/240/38567)接口返回的参数 MinReplicateSetNodeNum 与 MaxReplicateSetNodeNum 获取节点数量取值范围。\n**说明**:变更 mongod 或 mongos 的 CPU 与内存规格时,该参数可以不配置或者输入当前 mongod 或 mongos(不包含readonly)节点数量。",
|
5382
5392
|
"example": "3",
|
5383
5393
|
"member": "uint64",
|
5384
5394
|
"name": "NodeNum",
|
@@ -5387,7 +5397,7 @@
|
|
5387
5397
|
},
|
5388
5398
|
{
|
5389
5399
|
"disabled": false,
|
5390
|
-
"document": "实例变更后的分片数。\n-
|
5400
|
+
"document": "实例变更后的分片数。\n- 请通过 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 接口返回的参数**MinReplicateSetNum**与**MaxReplicateSetNum**获取实例分片数取值范围。\n- 实例分片数量只允许增加不允许减少。",
|
5391
5401
|
"example": "3",
|
5392
5402
|
"member": "uint64",
|
5393
5403
|
"name": "ReplicateSetNum",
|
@@ -5405,7 +5415,7 @@
|
|
5405
5415
|
},
|
5406
5416
|
{
|
5407
5417
|
"disabled": false,
|
5408
|
-
"document": "分片实例配置变更后的mongos内存大小。单位:GB。",
|
5418
|
+
"document": "分片实例配置变更后的 mongos 内存大小。单位:GB。实例支持的规格,请参见[产品规格](https://cloud.tencent.com/document/product/240/64125)。",
|
5409
5419
|
"example": "2",
|
5410
5420
|
"member": "string",
|
5411
5421
|
"name": "MongosMemory",
|
@@ -5423,7 +5433,7 @@
|
|
5423
5433
|
},
|
5424
5434
|
{
|
5425
5435
|
"disabled": false,
|
5426
|
-
"document": "
|
5436
|
+
"document": "删除节点列表。\n**注意**:基于分片实例各片节点的一致性原则,删除分片实例节点时,只需指定0分片对应的节点即可,如:cmgo-9nl1czif_0-node-readonly0 将删除每个分片的第1个只读节点。",
|
5427
5437
|
"example": "无",
|
5428
5438
|
"member": "RemoveNodeList",
|
5429
5439
|
"name": "RemoveNodeList",
|
@@ -5613,7 +5623,7 @@
|
|
5613
5623
|
},
|
5614
5624
|
{
|
5615
5625
|
"disabled": false,
|
5616
|
-
"document": "
|
5626
|
+
"document": "节点角色。\n- PRIMARY:主节点。\n- SECONDARY:从节点。\n- READONLY:只读节点。\n- ARBITER:仲裁节点。",
|
5617
5627
|
"example": "PRIMARY",
|
5618
5628
|
"member": "string",
|
5619
5629
|
"name": "Role",
|
@@ -5623,7 +5633,7 @@
|
|
5623
5633
|
},
|
5624
5634
|
{
|
5625
5635
|
"disabled": false,
|
5626
|
-
"document": "
|
5636
|
+
"document": "节点是否为 Hidden 节点。\n- true:Hidden 节点。\n- false:非 Hidden 节点。",
|
5627
5637
|
"example": "false",
|
5628
5638
|
"member": "bool",
|
5629
5639
|
"name": "Hidden",
|
@@ -5633,7 +5643,7 @@
|
|
5633
5643
|
},
|
5634
5644
|
{
|
5635
5645
|
"disabled": false,
|
5636
|
-
"document": "
|
5646
|
+
"document": "节点状态。\n- NORMAL:正常运行中。\n- STARTUP:正在启动。\n- STARTUP2:正在启动,处理中间数据。\n- RECOVERING:恢复中,暂不可用。\n- DOWN:已掉线。\n- UNKNOWN:未知状态。\n- ROLLBACK:回滚中。\n- REMOVED:已移除。",
|
5637
5647
|
"example": "NORMAL",
|
5638
5648
|
"member": "string",
|
5639
5649
|
"name": "Status",
|
@@ -5643,7 +5653,7 @@
|
|
5643
5653
|
},
|
5644
5654
|
{
|
5645
5655
|
"disabled": false,
|
5646
|
-
"document": "
|
5656
|
+
"document": "主从同步延迟时间,单位:秒。",
|
5647
5657
|
"example": "1",
|
5648
5658
|
"member": "int64",
|
5649
5659
|
"name": "SlaveDelay",
|
@@ -5653,7 +5663,7 @@
|
|
5653
5663
|
},
|
5654
5664
|
{
|
5655
5665
|
"disabled": false,
|
5656
|
-
"document": "
|
5666
|
+
"document": "节点优先级。其取值范围为[0,100],数值越高,优先级越高。",
|
5657
5667
|
"example": "10",
|
5658
5668
|
"member": "int64",
|
5659
5669
|
"name": "Priority",
|
@@ -5663,7 +5673,7 @@
|
|
5663
5673
|
},
|
5664
5674
|
{
|
5665
5675
|
"disabled": false,
|
5666
|
-
"document": "
|
5676
|
+
"document": "节点投票权。\n- 1:具有投票权。\n- 0:无投票权。",
|
5667
5677
|
"example": "1",
|
5668
5678
|
"member": "int64",
|
5669
5679
|
"name": "Votes",
|
@@ -5673,17 +5683,17 @@
|
|
5673
5683
|
},
|
5674
5684
|
{
|
5675
5685
|
"disabled": false,
|
5676
|
-
"document": "
|
5686
|
+
"document": "节点标签。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5677
5687
|
"example": "[{\"TagKey\":\"role-cmgo\",\"TagValue\":\"primary-secondary-group\"}]",
|
5678
5688
|
"member": "NodeTag",
|
5679
5689
|
"name": "Tags",
|
5680
5690
|
"output_required": false,
|
5681
5691
|
"type": "list",
|
5682
|
-
"value_allowed_null":
|
5692
|
+
"value_allowed_null": true
|
5683
5693
|
},
|
5684
5694
|
{
|
5685
5695
|
"disabled": false,
|
5686
|
-
"document": "副本集
|
5696
|
+
"document": "副本集 ID。",
|
5687
5697
|
"example": "cmgo-ocdv****_0",
|
5688
5698
|
"member": "string",
|
5689
5699
|
"name": "ReplicateSetId",
|
@@ -5727,7 +5737,7 @@
|
|
5727
5737
|
"members": [
|
5728
5738
|
{
|
5729
5739
|
"disabled": false,
|
5730
|
-
"document": "实例ID
|
5740
|
+
"document": "实例ID。请登录 [MongoDB 控制台回收站](https://console.cloud.tencent.com/mongodb/recycle)在实例列表复制需下线的实例 ID。",
|
5731
5741
|
"example": "cmgo-f555zzzz",
|
5732
5742
|
"member": "string",
|
5733
5743
|
"name": "InstanceId",
|
@@ -5743,10 +5753,10 @@
|
|
5743
5753
|
{
|
5744
5754
|
"disabled": false,
|
5745
5755
|
"document": "异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。",
|
5746
|
-
"example": "28920",
|
5756
|
+
"example": "\"28920\"",
|
5747
5757
|
"member": "string",
|
5748
5758
|
"name": "AsyncRequestId",
|
5749
|
-
"
|
5759
|
+
"output_required": true,
|
5750
5760
|
"type": "string",
|
5751
5761
|
"value_allowed_null": false
|
5752
5762
|
},
|
@@ -5760,11 +5770,11 @@
|
|
5760
5770
|
"type": "object"
|
5761
5771
|
},
|
5762
5772
|
"Operation": {
|
5763
|
-
"document": "
|
5773
|
+
"document": "需要终止的操作。",
|
5764
5774
|
"members": [
|
5765
5775
|
{
|
5766
5776
|
"disabled": false,
|
5767
|
-
"document": "
|
5777
|
+
"document": "操作所在的分片名称。请通过接口 [DescribeCurrentOp](https://cloud.tencent.com/document/product/240/48120) 查询分片名称。",
|
5768
5778
|
"example": "cmgo-bbzl****_0",
|
5769
5779
|
"member": "string",
|
5770
5780
|
"name": "ReplicaSetName",
|
@@ -5773,7 +5783,7 @@
|
|
5773
5783
|
},
|
5774
5784
|
{
|
5775
5785
|
"disabled": false,
|
5776
|
-
"document": "
|
5786
|
+
"document": "操作所在的节点名。请通过接口 [DescribeCurrentOp](https://cloud.tencent.com/document/product/240/48120) 查询节点名称。",
|
5777
5787
|
"example": "30.99.***.*:7005:244****",
|
5778
5788
|
"member": "string",
|
5779
5789
|
"name": "NodeName",
|
@@ -5782,7 +5792,7 @@
|
|
5782
5792
|
},
|
5783
5793
|
{
|
5784
5794
|
"disabled": false,
|
5785
|
-
"document": "
|
5795
|
+
"document": "操作序号。请通过接口 [DescribeCurrentOp](https://cloud.tencent.com/document/product/240/48120) 查询操作序号。",
|
5786
5796
|
"example": "918759117",
|
5787
5797
|
"member": "int64",
|
5788
5798
|
"name": "OpId",
|
@@ -5797,61 +5807,61 @@
|
|
5797
5807
|
"members": [
|
5798
5808
|
{
|
5799
5809
|
"disabled": false,
|
5800
|
-
"document": "
|
5810
|
+
"document": "参数模板名称。",
|
5801
5811
|
"example": "压测参数模板",
|
5802
5812
|
"member": "string",
|
5803
5813
|
"name": "TplName",
|
5804
|
-
"
|
5814
|
+
"output_required": true,
|
5805
5815
|
"type": "string",
|
5806
5816
|
"value_allowed_null": false
|
5807
5817
|
},
|
5808
5818
|
{
|
5809
5819
|
"disabled": false,
|
5810
|
-
"document": "参数模板ID",
|
5820
|
+
"document": "参数模板 ID。",
|
5811
5821
|
"example": "tpl-adh42hg1y",
|
5812
5822
|
"member": "string",
|
5813
5823
|
"name": "TplId",
|
5814
|
-
"
|
5824
|
+
"output_required": true,
|
5815
5825
|
"type": "string",
|
5816
5826
|
"value_allowed_null": false
|
5817
5827
|
},
|
5818
5828
|
{
|
5819
5829
|
"disabled": false,
|
5820
|
-
"document": "
|
5830
|
+
"document": "参数模板适用的数据库版本。\n- MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本,\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本,\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。\n- MONGO_70_WT:MongoDB 7.0 WiredTiger存储引擎版本。",
|
5821
5831
|
"example": "MONGO_42_WT",
|
5822
5832
|
"member": "string",
|
5823
5833
|
"name": "MongoVersion",
|
5824
|
-
"
|
5834
|
+
"output_required": true,
|
5825
5835
|
"type": "string",
|
5826
5836
|
"value_allowed_null": false
|
5827
5837
|
},
|
5828
5838
|
{
|
5829
5839
|
"disabled": false,
|
5830
|
-
"document": "
|
5840
|
+
"document": "参数模板适用的数据库类型。\n- REPLSET:副本集实例。\n- SHARD:分片实例。\n- STANDALONE:单节点实例。",
|
5831
5841
|
"example": "SHARD",
|
5832
5842
|
"member": "string",
|
5833
5843
|
"name": "ClusterType",
|
5834
|
-
"
|
5844
|
+
"output_required": true,
|
5835
5845
|
"type": "string",
|
5836
5846
|
"value_allowed_null": false
|
5837
5847
|
},
|
5838
5848
|
{
|
5839
5849
|
"disabled": false,
|
5840
|
-
"document": "
|
5850
|
+
"document": "参数模板描述。",
|
5841
5851
|
"example": "用于压测",
|
5842
5852
|
"member": "string",
|
5843
5853
|
"name": "TplDesc",
|
5844
|
-
"
|
5854
|
+
"output_required": true,
|
5845
5855
|
"type": "string",
|
5846
5856
|
"value_allowed_null": false
|
5847
5857
|
},
|
5848
5858
|
{
|
5849
5859
|
"disabled": false,
|
5850
|
-
"document": "
|
5860
|
+
"document": "模板类型。\n- DEFAULT:系统默认模板。\n- CUSTOMIZE:自定义模板。",
|
5851
5861
|
"example": "DEFAULT",
|
5852
5862
|
"member": "string",
|
5853
5863
|
"name": "TplType",
|
5854
|
-
"
|
5864
|
+
"output_required": true,
|
5855
5865
|
"type": "string",
|
5856
5866
|
"value_allowed_null": false
|
5857
5867
|
}
|
@@ -5885,7 +5895,7 @@
|
|
5885
5895
|
"usage": "both"
|
5886
5896
|
},
|
5887
5897
|
"RemoveNodeList": {
|
5888
|
-
"document": "
|
5898
|
+
"document": "修改实例节点详情。",
|
5889
5899
|
"members": [
|
5890
5900
|
{
|
5891
5901
|
"disabled": false,
|
@@ -5898,7 +5908,7 @@
|
|
5898
5908
|
},
|
5899
5909
|
{
|
5900
5910
|
"disabled": false,
|
5901
|
-
"document": "要删除的节点 ID
|
5911
|
+
"document": "要删除的节点 ID。分片集群须指定一组分片要删除的节点名称即可,其余分片对该组对齐。\n- 获取方式:登录 [MongoDB控制台](https://console.cloud.tencent.com/mongodb),在**节点管理**页签,可获取**节点 ID**。\n- 特别说明:分片集群同一节点上的分片,仅需指定0分片节点 ID 即可。例如:cmgo-6hfk\\*\\*\\*\\*\\_0-node-primary。",
|
5902
5912
|
"example": "cmgo-3iecwbfx_0-node-readonly0",
|
5903
5913
|
"member": "string",
|
5904
5914
|
"name": "NodeName",
|
@@ -5907,7 +5917,7 @@
|
|
5907
5917
|
},
|
5908
5918
|
{
|
5909
5919
|
"disabled": false,
|
5910
|
-
"document": "
|
5920
|
+
"document": "节点所对应的可用区。当前支持可用区信息,请参见[地域和可用区](https://cloud.tencent.com/document/product/240/3637)。\n- 单可用区,所有节点在同一可用区。\n- 多可用区:当前标准规格是三可用区分布,主从节点不在同一可用区,需注意配置所删除节点对应的可用区,且删除后必须满足任意2个可用区节点数大于第3个可用区原则。",
|
5911
5921
|
"example": "ap-guangzhou-2",
|
5912
5922
|
"member": "string",
|
5913
5923
|
"name": "Zone",
|
@@ -5958,7 +5968,7 @@
|
|
5958
5968
|
"members": [
|
5959
5969
|
{
|
5960
5970
|
"disabled": false,
|
5961
|
-
"document": "指定续费的一个或多个待操作的实例ID。\n- 可通过[DescribeDBInstances](https://cloud.tencent.com/document/product/240/38568)接口返回值中的**
|
5971
|
+
"document": "指定续费的一个或多个待操作的实例ID。\n- 可通过[DescribeDBInstances](https://cloud.tencent.com/document/product/240/38568)接口返回值中的**InstanceId**获取。\n- 每次续费请求的实例数量上限为100。",
|
5962
5972
|
"example": "[\"cmgo-gzo0****\"]",
|
5963
5973
|
"member": "string",
|
5964
5974
|
"name": "InstanceIds",
|
@@ -5990,17 +6000,16 @@
|
|
5990
6000
|
"type": "object"
|
5991
6001
|
},
|
5992
6002
|
"ReplicaSetInfo": {
|
5993
|
-
"document": "
|
6003
|
+
"document": "分片信息。",
|
5994
6004
|
"members": [
|
5995
6005
|
{
|
5996
6006
|
"disabled": false,
|
5997
|
-
"document": "副本集ID",
|
6007
|
+
"document": "副本集 ID。",
|
5998
6008
|
"example": "cmgo_ih8uido9_0",
|
5999
6009
|
"member": "string",
|
6000
6010
|
"name": "ReplicaSetId",
|
6001
6011
|
"required": true,
|
6002
|
-
"type": "string"
|
6003
|
-
"value_allowed_null": false
|
6012
|
+
"type": "string"
|
6004
6013
|
}
|
6005
6014
|
],
|
6006
6015
|
"usage": "in"
|
@@ -6081,8 +6090,8 @@
|
|
6081
6090
|
"members": [
|
6082
6091
|
{
|
6083
6092
|
"disabled": false,
|
6084
|
-
"document": "实例ID
|
6085
|
-
"example": "cmgo-
|
6093
|
+
"document": "实例 ID。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
6094
|
+
"example": "cmgo-p8vn****",
|
6086
6095
|
"member": "string",
|
6087
6096
|
"name": "InstanceId",
|
6088
6097
|
"required": true,
|
@@ -6090,7 +6099,7 @@
|
|
6090
6099
|
},
|
6091
6100
|
{
|
6092
6101
|
"disabled": false,
|
6093
|
-
"document": "节点
|
6102
|
+
"document": "需要重启的节点 ID 列表。\n- 支持重启的节点类型包含:mongod节点、只读节点、mongos节点。\n- 节点 ID,请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在**节点管理**页面复制,或者通过 [DescribeDBInstanceNodeProperty ](https://cloud.tencent.com/document/product/240/82022)接口获取。",
|
6094
6103
|
"example": "[\"cmgo-6heje4jp_0-node-slave0\",\"cmgo-6heje4jp_1-node-slave0\"]",
|
6095
6104
|
"member": "string",
|
6096
6105
|
"name": "NodeIds",
|
@@ -6105,11 +6114,11 @@
|
|
6105
6114
|
"members": [
|
6106
6115
|
{
|
6107
6116
|
"disabled": false,
|
6108
|
-
"document": "流程
|
6117
|
+
"document": "流程 ID。",
|
6109
6118
|
"example": "2313431",
|
6110
6119
|
"member": "int64",
|
6111
6120
|
"name": "FlowId",
|
6112
|
-
"
|
6121
|
+
"output_required": true,
|
6113
6122
|
"type": "int",
|
6114
6123
|
"value_allowed_null": false
|
6115
6124
|
},
|
@@ -6127,71 +6136,71 @@
|
|
6127
6136
|
"members": [
|
6128
6137
|
{
|
6129
6138
|
"disabled": false,
|
6130
|
-
"document": "所属项目
|
6139
|
+
"document": "所属项目 ID。",
|
6131
6140
|
"example": "0",
|
6132
6141
|
"member": "int64",
|
6133
6142
|
"name": "ProjectId",
|
6134
|
-
"
|
6143
|
+
"output_required": true,
|
6135
6144
|
"type": "int",
|
6136
6145
|
"value_allowed_null": false
|
6137
6146
|
},
|
6138
6147
|
{
|
6139
6148
|
"disabled": false,
|
6140
|
-
"document": "
|
6149
|
+
"document": "安全组创建时间。",
|
6141
6150
|
"example": "2021-01-02 15:04:05",
|
6142
6151
|
"member": "string",
|
6143
6152
|
"name": "CreateTime",
|
6144
|
-
"
|
6153
|
+
"output_required": true,
|
6145
6154
|
"type": "string",
|
6146
6155
|
"value_allowed_null": false
|
6147
6156
|
},
|
6148
6157
|
{
|
6149
6158
|
"disabled": false,
|
6150
|
-
"document": "
|
6159
|
+
"document": "安全组入站规则。",
|
6151
6160
|
"example": "无",
|
6152
6161
|
"member": "SecurityGroupBound",
|
6153
6162
|
"name": "Inbound",
|
6154
|
-
"
|
6163
|
+
"output_required": true,
|
6155
6164
|
"type": "list",
|
6156
6165
|
"value_allowed_null": false
|
6157
6166
|
},
|
6158
6167
|
{
|
6159
6168
|
"disabled": false,
|
6160
|
-
"document": "
|
6169
|
+
"document": "安全组出站规则。",
|
6161
6170
|
"example": "无",
|
6162
6171
|
"member": "SecurityGroupBound",
|
6163
6172
|
"name": "Outbound",
|
6164
|
-
"
|
6173
|
+
"output_required": true,
|
6165
6174
|
"type": "list",
|
6166
6175
|
"value_allowed_null": false
|
6167
6176
|
},
|
6168
6177
|
{
|
6169
6178
|
"disabled": false,
|
6170
|
-
"document": "安全组
|
6171
|
-
"example": "sg-
|
6179
|
+
"document": "安全组 ID。",
|
6180
|
+
"example": "sg-lxdv****",
|
6172
6181
|
"member": "string",
|
6173
6182
|
"name": "SecurityGroupId",
|
6174
|
-
"
|
6183
|
+
"output_required": true,
|
6175
6184
|
"type": "string",
|
6176
6185
|
"value_allowed_null": false
|
6177
6186
|
},
|
6178
6187
|
{
|
6179
6188
|
"disabled": false,
|
6180
|
-
"document": "
|
6181
|
-
"example": "
|
6189
|
+
"document": "安全组名称。",
|
6190
|
+
"example": "Security Test",
|
6182
6191
|
"member": "string",
|
6183
6192
|
"name": "SecurityGroupName",
|
6184
|
-
"
|
6193
|
+
"output_required": true,
|
6185
6194
|
"type": "string",
|
6186
6195
|
"value_allowed_null": false
|
6187
6196
|
},
|
6188
6197
|
{
|
6189
6198
|
"disabled": false,
|
6190
|
-
"document": "
|
6199
|
+
"document": "安全组备注信息。",
|
6191
6200
|
"example": "暴露全部端口到公网和内网,有一定安全风险",
|
6192
6201
|
"member": "string",
|
6193
6202
|
"name": "SecurityGroupRemark",
|
6194
|
-
"
|
6203
|
+
"output_required": true,
|
6195
6204
|
"type": "string",
|
6196
6205
|
"value_allowed_null": false
|
6197
6206
|
}
|
@@ -6203,7 +6212,7 @@
|
|
6203
6212
|
"members": [
|
6204
6213
|
{
|
6205
6214
|
"disabled": false,
|
6206
|
-
"document": "
|
6215
|
+
"document": "执行策略。\n- ACCEPT:允许,放行该端口相应的访问请求。\n- DROP:拒绝,直接丢弃数据包,不返回任何回应信息。",
|
6207
6216
|
"example": "ACCEPT",
|
6208
6217
|
"member": "string",
|
6209
6218
|
"name": "Action",
|
@@ -6213,7 +6222,7 @@
|
|
6213
6222
|
},
|
6214
6223
|
{
|
6215
6224
|
"disabled": false,
|
6216
|
-
"document": "
|
6225
|
+
"document": "访问数据库的入站 IP 或 IP 段。",
|
6217
6226
|
"example": "0.0.0.0/0",
|
6218
6227
|
"member": "string",
|
6219
6228
|
"name": "CidrIp",
|
@@ -6223,7 +6232,7 @@
|
|
6223
6232
|
},
|
6224
6233
|
{
|
6225
6234
|
"disabled": false,
|
6226
|
-
"document": "
|
6235
|
+
"document": "访问数据库的端口。",
|
6227
6236
|
"example": "80,443",
|
6228
6237
|
"member": "string",
|
6229
6238
|
"name": "PortRange",
|
@@ -6233,7 +6242,7 @@
|
|
6233
6242
|
},
|
6234
6243
|
{
|
6235
6244
|
"disabled": false,
|
6236
|
-
"document": "
|
6245
|
+
"document": "传输层协议:tcp。",
|
6237
6246
|
"example": "tcp",
|
6238
6247
|
"member": "string",
|
6239
6248
|
"name": "IpProtocol",
|
@@ -6243,8 +6252,8 @@
|
|
6243
6252
|
},
|
6244
6253
|
{
|
6245
6254
|
"disabled": false,
|
6246
|
-
"document": "安全组
|
6247
|
-
"example": "sg-",
|
6255
|
+
"document": "安全组 ID。",
|
6256
|
+
"example": "sg-kayh****",
|
6248
6257
|
"member": "string",
|
6249
6258
|
"name": "Id",
|
6250
6259
|
"output_required": true,
|
@@ -6253,8 +6262,8 @@
|
|
6253
6262
|
},
|
6254
6263
|
{
|
6255
6264
|
"disabled": false,
|
6256
|
-
"document": "
|
6257
|
-
"example": "
|
6265
|
+
"document": "IP 地址或 IP 地址组参数模板 ID。请登录[参数模板控制台](https://console.cloud.tencent.com/vpc/template/ip)获取参数模板 IP 地址详情。",
|
6266
|
+
"example": "ipm-0h4k****",
|
6258
6267
|
"member": "string",
|
6259
6268
|
"name": "AddressModule",
|
6260
6269
|
"output_required": true,
|
@@ -6263,8 +6272,8 @@
|
|
6263
6272
|
},
|
6264
6273
|
{
|
6265
6274
|
"disabled": false,
|
6266
|
-
"document": "
|
6267
|
-
"example": "
|
6275
|
+
"document": "协议端口或协议端口组参数模板 ID。请登录[参数模板控制台](https://console.cloud.tencent.com/vpc/template/protoport)获取参数模板协议端口详情。",
|
6276
|
+
"example": "ppm-ay7b****",
|
6268
6277
|
"member": "string",
|
6269
6278
|
"name": "ServiceModule",
|
6270
6279
|
"output_required": true,
|
@@ -6273,7 +6282,7 @@
|
|
6273
6282
|
},
|
6274
6283
|
{
|
6275
6284
|
"disabled": false,
|
6276
|
-
"document": "
|
6285
|
+
"document": "安全组描述信息。",
|
6277
6286
|
"example": "my-SecurityGroupBound",
|
6278
6287
|
"member": "string",
|
6279
6288
|
"name": "Desc",
|
@@ -6345,7 +6354,7 @@
|
|
6345
6354
|
{
|
6346
6355
|
"disabled": false,
|
6347
6356
|
"document": "实例 ID,例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。",
|
6348
|
-
"example": "cmgo-
|
6357
|
+
"example": "cmgo-p8vn****",
|
6349
6358
|
"member": "string",
|
6350
6359
|
"name": "InstanceId",
|
6351
6360
|
"required": true,
|
@@ -6353,7 +6362,7 @@
|
|
6353
6362
|
},
|
6354
6363
|
{
|
6355
6364
|
"disabled": false,
|
6356
|
-
"document": "
|
6365
|
+
"document": "备份方式。\n- 0:逻辑备份。\n- 1:物理备份。\n- 3:快照备份。\n**说明**:\n1. 通用版实例支持逻辑备份与物理备份。云盘版实例支持物理备份与快照备份,暂不支持逻辑备份。\n2. 实例开通存储加密,则备份方式不能为物理备份。",
|
6357
6366
|
"example": "1",
|
6358
6367
|
"member": "uint64",
|
6359
6368
|
"name": "BackupMethod",
|
@@ -6574,8 +6583,8 @@
|
|
6574
6583
|
"members": [
|
6575
6584
|
{
|
6576
6585
|
"disabled": false,
|
6577
|
-
"document": "
|
6578
|
-
"example": "
|
6586
|
+
"document": "慢日志详情。",
|
6587
|
+
"example": "\"Mon Sep 22 20:30:19.980 I COMMAND [****] command admin.$cmd command: saslContinue { : 1, conversationId: 1, payload: BinData(0, ), $clusterTime: { clusterTime: Timestamp(1758544211, 1), **********\"",
|
6579
6588
|
"member": "string",
|
6580
6589
|
"name": "Log",
|
6581
6590
|
"output_required": false,
|
@@ -6584,8 +6593,8 @@
|
|
6584
6593
|
},
|
6585
6594
|
{
|
6586
6595
|
"disabled": false,
|
6587
|
-
"document": "
|
6588
|
-
"example": "
|
6596
|
+
"document": "节点名称。",
|
6597
|
+
"example": "\"cmgo-r3p8hslf_0-node-primary\"",
|
6589
6598
|
"member": "string",
|
6590
6599
|
"name": "NodeName",
|
6591
6600
|
"output_required": false,
|
@@ -6594,8 +6603,8 @@
|
|
6594
6603
|
},
|
6595
6604
|
{
|
6596
6605
|
"disabled": false,
|
6597
|
-
"document": "
|
6598
|
-
"example": "
|
6606
|
+
"document": "查询哈希值。",
|
6607
|
+
"example": "\"admin..*****Continue\"",
|
6599
6608
|
"member": "string",
|
6600
6609
|
"name": "QueryHash",
|
6601
6610
|
"output_required": false,
|
@@ -6610,8 +6619,8 @@
|
|
6610
6619
|
"members": [
|
6611
6620
|
{
|
6612
6621
|
"disabled": false,
|
6613
|
-
"document": "
|
6614
|
-
"example": "
|
6622
|
+
"document": "慢日志输出格式:库名.表名.命令。",
|
6623
|
+
"example": "admin.$cmd.command",
|
6615
6624
|
"member": "string",
|
6616
6625
|
"name": "Pattern",
|
6617
6626
|
"output_required": true,
|
@@ -6620,8 +6629,8 @@
|
|
6620
6629
|
},
|
6621
6630
|
{
|
6622
6631
|
"disabled": false,
|
6623
|
-
"document": "queryHash",
|
6624
|
-
"example": "
|
6632
|
+
"document": "记录慢日志时所带的queryHash 值,标识一类查询。",
|
6633
|
+
"example": "83BAE67C",
|
6625
6634
|
"member": "string",
|
6626
6635
|
"name": "QueryHash",
|
6627
6636
|
"output_required": false,
|
@@ -6630,7 +6639,7 @@
|
|
6630
6639
|
},
|
6631
6640
|
{
|
6632
6641
|
"disabled": false,
|
6633
|
-
"document": "
|
6642
|
+
"document": "最大执行时间。单位:毫秒。",
|
6634
6643
|
"example": "578",
|
6635
6644
|
"member": "uint64",
|
6636
6645
|
"name": "MaxTime",
|
@@ -6640,7 +6649,7 @@
|
|
6640
6649
|
},
|
6641
6650
|
{
|
6642
6651
|
"disabled": false,
|
6643
|
-
"document": "
|
6652
|
+
"document": "平均执行时间。单位:毫秒。",
|
6644
6653
|
"example": "546",
|
6645
6654
|
"member": "uint64",
|
6646
6655
|
"name": "AverageTime",
|
@@ -6650,8 +6659,8 @@
|
|
6650
6659
|
},
|
6651
6660
|
{
|
6652
6661
|
"disabled": false,
|
6653
|
-
"document": "
|
6654
|
-
"example": "
|
6662
|
+
"document": "慢日志条数。",
|
6663
|
+
"example": "8",
|
6655
6664
|
"member": "uint64",
|
6656
6665
|
"name": "Total",
|
6657
6666
|
"output_required": true,
|
@@ -6662,11 +6671,11 @@
|
|
6662
6671
|
"usage": "out"
|
6663
6672
|
},
|
6664
6673
|
"SpecItem": {
|
6665
|
-
"document": "mongodb
|
6674
|
+
"document": "mongodb售卖规格。",
|
6666
6675
|
"members": [
|
6667
6676
|
{
|
6668
6677
|
"disabled": false,
|
6669
|
-
"document": "规格信息标识。格式如:mongo.HIO10G.128g。由节点类型、规格类型、内存规格三部分组成。\n-
|
6678
|
+
"document": "规格信息标识。格式如:mongo.HIO10G.128g。由节点类型、规格类型、内存规格三部分组成。\n- 节点类型:**mongo**,指 Mongod 节点;**mongos**,指 Mongos 节点;**cfgstr**,指 Configserver 节点。\n- 规格类型:**HIO10G**,指通用高HIO万兆型;**HCD**:指云盘版类型。\n- 内存规格:支持4、8、16、32、64、128、240、512。单位g:表示GB。128g 则表示128GB。",
|
6670
6679
|
"example": "mongo.HIO10G.128g",
|
6671
6680
|
"member": "string",
|
6672
6681
|
"name": "SpecCode",
|
@@ -6756,8 +6765,8 @@
|
|
6756
6765
|
},
|
6757
6766
|
{
|
6758
6767
|
"disabled": false,
|
6759
|
-
"document": "实例存储引擎版本信息。\n-
|
6760
|
-
"example": "
|
6768
|
+
"document": "实例存储引擎版本信息。\n- MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。\n- MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。\n- MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。\n- MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。\n- MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。\n- MONGO_70_WT:MongoDB 7.0 WiredTiger存储引擎版本。",
|
6769
|
+
"example": "MONGO_50_WT",
|
6761
6770
|
"member": "string",
|
6762
6771
|
"name": "MongoVersionCode",
|
6763
6772
|
"output_required": true,
|
@@ -6776,7 +6785,7 @@
|
|
6776
6785
|
},
|
6777
6786
|
{
|
6778
6787
|
"disabled": false,
|
6779
|
-
"document": "实例版本信息。支持:
|
6788
|
+
"document": "实例版本信息。支持:4.2、4.4、5.0、6.0、7.0。",
|
6780
6789
|
"example": "3.6",
|
6781
6790
|
"member": "string",
|
6782
6791
|
"name": "Version",
|
@@ -6878,11 +6887,11 @@
|
|
6878
6887
|
"usage": "out"
|
6879
6888
|
},
|
6880
6889
|
"SpecificationInfo": {
|
6881
|
-
"document": "
|
6890
|
+
"document": "实例规格信息。",
|
6882
6891
|
"members": [
|
6883
6892
|
{
|
6884
6893
|
"disabled": false,
|
6885
|
-
"document": "
|
6894
|
+
"document": "地域信息。",
|
6886
6895
|
"example": "ap-guangzhou",
|
6887
6896
|
"member": "string",
|
6888
6897
|
"name": "Region",
|
@@ -6892,7 +6901,7 @@
|
|
6892
6901
|
},
|
6893
6902
|
{
|
6894
6903
|
"disabled": false,
|
6895
|
-
"document": "
|
6904
|
+
"document": "可用区信息。",
|
6896
6905
|
"example": "ap-guangzhou-1",
|
6897
6906
|
"member": "string",
|
6898
6907
|
"name": "Zone",
|
@@ -6902,7 +6911,7 @@
|
|
6902
6911
|
},
|
6903
6912
|
{
|
6904
6913
|
"disabled": false,
|
6905
|
-
"document": "
|
6914
|
+
"document": "售卖规格信息。",
|
6906
6915
|
"example": "无",
|
6907
6916
|
"member": "SpecItem",
|
6908
6917
|
"name": "SpecItems",
|
@@ -6912,7 +6921,7 @@
|
|
6912
6921
|
},
|
6913
6922
|
{
|
6914
6923
|
"disabled": false,
|
6915
|
-
"document": "
|
6924
|
+
"document": "是否支持跨可用区部署。\n- 1:支持。\n- 0:不支持。",
|
6916
6925
|
"example": "1",
|
6917
6926
|
"member": "int64",
|
6918
6927
|
"name": "SupportMultiAZ",
|