tccli-intl-en 3.1.1.1__py2.py3-none-any.whl → 3.1.8.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +6 -0
  3. tccli/services/autoscaling/v20180419/api.json +36 -14
  4. tccli/services/ckafka/ckafka_client.py +288 -8
  5. tccli/services/ckafka/v20190819/api.json +494 -76
  6. tccli/services/ckafka/v20190819/examples.json +45 -5
  7. tccli/services/clb/clb_client.py +636 -300
  8. tccli/services/clb/v20180317/api.json +1245 -367
  9. tccli/services/clb/v20180317/examples.json +172 -112
  10. tccli/services/controlcenter/controlcenter_client.py +224 -0
  11. tccli/services/controlcenter/v20230110/api.json +528 -5
  12. tccli/services/controlcenter/v20230110/examples.json +32 -0
  13. tccli/services/cvm/v20170312/examples.json +1 -1
  14. tccli/services/faceid/v20180301/api.json +31 -3
  15. tccli/services/kms/v20190118/api.json +80 -3
  16. tccli/services/kms/v20190118/examples.json +3 -3
  17. tccli/services/mdl/v20200326/api.json +165 -5
  18. tccli/services/mongodb/mongodb_client.py +1048 -96
  19. tccli/services/mongodb/v20190725/api.json +1765 -108
  20. tccli/services/mongodb/v20190725/examples.json +136 -0
  21. tccli/services/mps/mps_client.py +713 -209
  22. tccli/services/mps/v20190612/api.json +1009 -67
  23. tccli/services/mps/v20190612/examples.json +100 -52
  24. tccli/services/ocr/ocr_client.py +112 -0
  25. tccli/services/ocr/v20181119/api.json +514 -0
  26. tccli/services/ocr/v20181119/examples.json +22 -0
  27. tccli/services/smh/__init__.py +4 -0
  28. tccli/services/smh/smh_client.py +714 -0
  29. tccli/services/smh/v20210712/api.json +1287 -0
  30. tccli/services/smh/v20210712/examples.json +85 -0
  31. tccli/services/tdmq/tdmq_client.py +2406 -278
  32. tccli/services/tdmq/v20200217/api.json +11607 -3958
  33. tccli/services/tdmq/v20200217/examples.json +562 -264
  34. tccli/services/teo/v20220901/api.json +68 -4
  35. tccli/services/teo/v20220901/examples.json +28 -22
  36. tccli/services/trocket/__init__.py +4 -0
  37. tccli/services/trocket/trocket_client.py +2450 -0
  38. tccli/services/trocket/v20230308/api.json +6062 -0
  39. tccli/services/trocket/v20230308/examples.json +339 -0
  40. tccli/services/vpc/v20170312/api.json +19 -16
  41. tccli/services/vpc/v20170312/examples.json +4 -4
  42. {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/METADATA +2 -2
  43. {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/RECORD +47 -39
  44. {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/LICENSE +0 -0
  45. {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/WHEEL +0 -0
  46. {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/entry_points.txt +0 -0
  47. {tccli_intl_en-3.1.1.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/top_level.txt +0 -0
@@ -7,6 +7,13 @@
7
7
  "output": "AssignProjectResponse",
8
8
  "status": "online"
9
9
  },
10
+ "CreateAccountUser": {
11
+ "document": "This API is used to customize an account to access the instance.",
12
+ "input": "CreateAccountUserRequest",
13
+ "name": "Creates an account",
14
+ "output": "CreateAccountUserResponse",
15
+ "status": "online"
16
+ },
10
17
  "CreateBackupDBInstance": {
11
18
  "document": "This API is used to back up an instance.",
12
19
  "input": "CreateBackupDBInstanceRequest",
@@ -35,6 +42,27 @@
35
42
  "output": "CreateDBInstanceHourResponse",
36
43
  "status": "online"
37
44
  },
45
+ "CreateLogDownloadTask": {
46
+ "document": "This API is used to create a log download task.",
47
+ "input": "CreateLogDownloadTaskRequest",
48
+ "name": "Creates a log download task",
49
+ "output": "CreateLogDownloadTaskResponse",
50
+ "status": "online"
51
+ },
52
+ "DeleteAccountUser": {
53
+ "document": "This API is used to delete a custom account of an instance.",
54
+ "input": "DeleteAccountUserRequest",
55
+ "name": "Deletes an account",
56
+ "output": "DeleteAccountUserResponse",
57
+ "status": "online"
58
+ },
59
+ "DeleteLogDownloadTask": {
60
+ "document": "This API is used to delete a log download task.",
61
+ "input": "DeleteLogDownloadTaskRequest",
62
+ "name": "Deletes a log download task",
63
+ "output": "DeleteLogDownloadTaskResponse",
64
+ "status": "online"
65
+ },
38
66
  "DescribeAsyncRequestInfo": {
39
67
  "document": "This API is used to query the asynchronous task status.",
40
68
  "input": "DescribeAsyncRequestInfoRequest",
@@ -49,6 +77,13 @@
49
77
  "output": "DescribeBackupDownloadTaskResponse",
50
78
  "status": "online"
51
79
  },
80
+ "DescribeBackupRules": {
81
+ "document": "This API is used to obtain the automatic backup configuration information of an instance.",
82
+ "input": "DescribeBackupRulesRequest",
83
+ "name": "Obtains the automatic backup configuration of a TencentDB for MongoDB instance",
84
+ "output": "DescribeBackupRulesResponse",
85
+ "status": "online"
86
+ },
52
87
  "DescribeClientConnections": {
53
88
  "document": "This API is used to query the client connection information on an instance, including the IP address for connection and the number of connections.",
54
89
  "input": "DescribeClientConnectionsRequest",
@@ -56,6 +91,13 @@
56
91
  "output": "DescribeClientConnectionsResponse",
57
92
  "status": "online"
58
93
  },
94
+ "DescribeCurrentOp": {
95
+ "document": "This API is used to query the operation currently being performed on a TencentDB for MongoDB instance.",
96
+ "input": "DescribeCurrentOpRequest",
97
+ "name": "Queries the operation currently being performed on a TencentDB for MongoDB instance",
98
+ "output": "DescribeCurrentOpResponse",
99
+ "status": "online"
100
+ },
59
101
  "DescribeDBBackups": {
60
102
  "document": "This API is used to query the list of instance backups. Currently, only backups created in the last seven days can be queried.",
61
103
  "input": "DescribeDBBackupsRequest",
@@ -105,6 +147,27 @@
105
147
  "output": "DescribeInstanceParamsResponse",
106
148
  "status": "online"
107
149
  },
150
+ "DescribeInstanceSSL": {
151
+ "document": "This API is used to view the enabling status of Secure Sockets Layer (SSL) for an instance.",
152
+ "input": "DescribeInstanceSSLRequest",
153
+ "name": "Views the enabling status of SSL for an instance",
154
+ "output": "DescribeInstanceSSLResponse",
155
+ "status": "online"
156
+ },
157
+ "DescribeLogDownloadTasks": {
158
+ "document": "This API is used to query a log download task.",
159
+ "input": "DescribeLogDownloadTasksRequest",
160
+ "name": "Queries a log download task",
161
+ "output": "DescribeLogDownloadTasksResponse",
162
+ "status": "online"
163
+ },
164
+ "DescribeMongodbLogs": {
165
+ "document": "This API is used to query running logs.",
166
+ "input": "DescribeMongodbLogsRequest",
167
+ "name": "Queries logs",
168
+ "output": "DescribeMongodbLogsResponse",
169
+ "status": "online"
170
+ },
108
171
  "DescribeSecurityGroup": {
109
172
  "document": "This API is used to query security groups bound to an instance.",
110
173
  "input": "DescribeSecurityGroupRequest",
@@ -133,6 +196,13 @@
133
196
  "output": "DescribeSpecInfoResponse",
134
197
  "status": "online"
135
198
  },
199
+ "EnableTransparentDataEncryption": {
200
+ "document": "This API is used to enable the transparent data encryption (TDE) capability for TencentDB for MongoDB.",
201
+ "input": "EnableTransparentDataEncryptionRequest",
202
+ "name": "Enables TDE for an instance",
203
+ "output": "EnableTransparentDataEncryptionResponse",
204
+ "status": "online"
205
+ },
136
206
  "FlushInstanceRouterConfig": {
137
207
  "document": "This API is used to run the `FlushRouterConfig` command on all mongos instances.",
138
208
  "input": "FlushInstanceRouterConfigRequest",
@@ -161,6 +231,13 @@
161
231
  "output": "InquirePriceRenewDBInstancesResponse",
162
232
  "status": "online"
163
233
  },
234
+ "InstanceEnableSSL": {
235
+ "document": "This API is used to set the SSL status for an instance.",
236
+ "input": "InstanceEnableSSLRequest",
237
+ "name": "Sets the SSL status for an instance",
238
+ "output": "InstanceEnableSSLResponse",
239
+ "status": "online"
240
+ },
164
241
  "IsolateDBInstance": {
165
242
  "document": "This API is used to isolate a pay-as-you-go TencentDB for MongoDB instance. After isolation, the instance is retained in the recycle bin, and data cannot be written into it. After a certain period of isolation, the instance is deleted permanently. For the retention time in the recycle bin, see the pay-as-you-go service terms. The deleted pay-as-you-go instance cannot be recovered. Proceed with caution.",
166
243
  "input": "IsolateDBInstanceRequest",
@@ -168,6 +245,13 @@
168
245
  "output": "IsolateDBInstanceResponse",
169
246
  "status": "online"
170
247
  },
248
+ "KillOps": {
249
+ "document": "This API is used to terminate a specific operation performed on a TencentDB for MongoDB instance.",
250
+ "input": "KillOpsRequest",
251
+ "name": "Terminates a specific operation performed on a TencentDB for MongoDB instance",
252
+ "output": "KillOpsResponse",
253
+ "status": "online"
254
+ },
171
255
  "ModifyDBInstanceNetworkAddress": {
172
256
  "document": "This API is used to modify the network information on a TencentDB for MongoDB instance. It supports switching from a basic network to a VPC network or from one VPC network to another VPC network.",
173
257
  "input": "ModifyDBInstanceNetworkAddressRequest",
@@ -189,6 +273,13 @@
189
273
  "output": "ModifyDBInstanceSpecResponse",
190
274
  "status": "online"
191
275
  },
276
+ "ModifyInstanceParams": {
277
+ "document": "This API is used to modify the parameter configuration of a TencentDB for MongoDB instance.",
278
+ "input": "ModifyInstanceParamsRequest",
279
+ "name": "Modifies parameters of a TencentDB for MongoDB instance",
280
+ "output": "ModifyInstanceParamsResponse",
281
+ "status": "online"
282
+ },
192
283
  "OfflineIsolatedDBInstance": {
193
284
  "document": "This API is used to deactivate isolated TencentDB instances immediately. The instances must be in isolated status.",
194
285
  "input": "OfflineIsolatedDBInstanceRequest",
@@ -217,6 +308,13 @@
217
308
  "output": "ResetDBInstancePasswordResponse",
218
309
  "status": "online"
219
310
  },
311
+ "SetAccountUserPrivilege": {
312
+ "document": "This API is used to set the account permissions of an instance.",
313
+ "input": "SetAccountUserPrivilegeRequest",
314
+ "name": "Sets account permissions",
315
+ "output": "SetAccountUserPrivilegeResponse",
316
+ "status": "online"
317
+ },
220
318
  "SetDBInstanceDeletionProtection": {
221
319
  "document": "This API is used to set instance termination protection.",
222
320
  "input": "SetDBInstanceDeletionProtectionRequest",
@@ -224,12 +322,33 @@
224
322
  "output": "SetDBInstanceDeletionProtectionResponse",
225
323
  "status": "online"
226
324
  },
325
+ "SetInstanceMaintenance": {
326
+ "document": "This API is used to set the instance maintenance window.",
327
+ "input": "SetInstanceMaintenanceRequest",
328
+ "name": "Sets the instance maintenance time",
329
+ "output": "SetInstanceMaintenanceResponse",
330
+ "status": "online"
331
+ },
227
332
  "TerminateDBInstances": {
228
333
  "document": "This API is used to terminate monthly subscription billing instances.",
229
334
  "input": "TerminateDBInstancesRequest",
230
335
  "name": "Monthly subscription return and refund",
231
336
  "output": "TerminateDBInstancesResponse",
232
337
  "status": "online"
338
+ },
339
+ "UpgradeDBInstanceKernelVersion": {
340
+ "document": "This API is used to upgrade the kernel version of the database instance.",
341
+ "input": "UpgradeDBInstanceKernelVersionRequest",
342
+ "name": "Upgrades the kernel minor version number of the instance",
343
+ "output": "UpgradeDBInstanceKernelVersionResponse",
344
+ "status": "online"
345
+ },
346
+ "UpgradeDbInstanceVersion": {
347
+ "document": "This API is used to upgrade the database kernel across versions. Currently, it is only supported to upgrade from version 3.6 to 4.0, 4.0 to 4.2, 4.2 to 4.4, and 4.4 to 5.0.",
348
+ "input": "UpgradeDbInstanceVersionRequest",
349
+ "name": "Upgrades the database version",
350
+ "output": "UpgradeDbInstanceVersionResponse",
351
+ "status": "online"
233
352
  }
234
353
  },
235
354
  "metadata": {
@@ -308,6 +427,34 @@
308
427
  ],
309
428
  "type": "object"
310
429
  },
430
+ "Auth": {
431
+ "document": "",
432
+ "members": [
433
+ {
434
+ "disabled": false,
435
+ "document": "Permission information of the current account.\n- 0: no permissions.\n- 1: read-only.\n- 3: read-write.\nNote: This field may return null, indicating that no valid values can be obtained.",
436
+ "example": "1",
437
+ "member": "int64",
438
+ "name": "Mask",
439
+ "output_required": false,
440
+ "required": true,
441
+ "type": "int",
442
+ "value_allowed_null": true
443
+ },
444
+ {
445
+ "disabled": false,
446
+ "document": "Specifies the name of the database that has the current account permissions.\n- \\*: indicates all databases.\n- db.name: indicates the database with a specific name.\nNote: This field may return null, indicating that no valid values can be obtained.",
447
+ "example": "\"db_test\"",
448
+ "member": "string",
449
+ "name": "NameSpace",
450
+ "output_required": false,
451
+ "required": true,
452
+ "type": "string",
453
+ "value_allowed_null": true
454
+ }
455
+ ],
456
+ "usage": "both"
457
+ },
311
458
  "BackupDownloadTask": {
312
459
  "document": "Backup download task information",
313
460
  "members": [
@@ -632,6 +779,88 @@
632
779
  ],
633
780
  "usage": "out"
634
781
  },
782
+ "CreateAccountUserRequest": {
783
+ "document": "CreateAccountUser request structure.",
784
+ "members": [
785
+ {
786
+ "disabled": false,
787
+ "document": "Instance ID. For example, cmgo-p8vn****. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/MongoDB), and copy the instance ID from the instance list.",
788
+ "example": "cmgo-7pjedvz7",
789
+ "member": "string",
790
+ "name": "InstanceId",
791
+ "required": true,
792
+ "type": "string"
793
+ },
794
+ {
795
+ "disabled": false,
796
+ "document": "New account name. The format requirements are as follows:\n- The value range for the character length is [1, 64].\n- Allowed characters include uppercase letters, lowercase letters, digits (1–9), underscores (\\_), and hyphens (-).",
797
+ "example": "mong_test",
798
+ "member": "string",
799
+ "name": "UserName",
800
+ "required": true,
801
+ "type": "string"
802
+ },
803
+ {
804
+ "disabled": false,
805
+ "document": "New account password. The password complexity requirements are as follows:\n- The value range for the character length is [8, 32].\n- It should include at least two of the following: letters, digits, and special characters (the exclamation mark (!), at sign (@), number sign (#), percent sign (%), caret (^), asterisk (*), parentheses (), and underscore (_)).",
806
+ "example": "password",
807
+ "member": "string",
808
+ "name": "Password",
809
+ "required": true,
810
+ "type": "string"
811
+ },
812
+ {
813
+ "disabled": false,
814
+ "document": "Password corresponding to the mongouser account. mongouser is the default account of the system; it indicates the password set during instance creation.",
815
+ "example": "password...",
816
+ "member": "string",
817
+ "name": "MongoUserPassword",
818
+ "required": false,
819
+ "type": "string"
820
+ },
821
+ {
822
+ "disabled": false,
823
+ "document": "Account remarks.",
824
+ "example": "测试账号",
825
+ "member": "string",
826
+ "name": "UserDesc",
827
+ "required": false,
828
+ "type": "string"
829
+ },
830
+ {
831
+ "disabled": false,
832
+ "document": "Read/Write permission information of the account.",
833
+ "example": "无",
834
+ "member": "Auth",
835
+ "name": "AuthRole",
836
+ "required": false,
837
+ "type": "list"
838
+ }
839
+ ],
840
+ "type": "object"
841
+ },
842
+ "CreateAccountUserResponse": {
843
+ "document": "CreateAccountUser response structure.",
844
+ "members": [
845
+ {
846
+ "disabled": false,
847
+ "document": "Creates a task ID.",
848
+ "example": "1",
849
+ "member": "uint64",
850
+ "name": "FlowId",
851
+ "output_required": true,
852
+ "type": "int",
853
+ "value_allowed_null": false
854
+ },
855
+ {
856
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
857
+ "member": "string",
858
+ "name": "RequestId",
859
+ "type": "string"
860
+ }
861
+ ],
862
+ "type": "object"
863
+ },
635
864
  "CreateBackupDBInstanceRequest": {
636
865
  "document": "CreateBackupDBInstance request structure.",
637
866
  "members": [
@@ -1331,117 +1560,104 @@
1331
1560
  ],
1332
1561
  "type": "object"
1333
1562
  },
1334
- "DBInstanceInfo": {
1335
- "document": "Instance information",
1563
+ "CreateLogDownloadTaskRequest": {
1564
+ "document": "CreateLogDownloadTask request structure.",
1336
1565
  "members": [
1337
1566
  {
1338
1567
  "disabled": false,
1339
- "document": "Instance ID",
1340
- "example": "cmgo-12sad****",
1568
+ "document": "Instance ID.",
1569
+ "example": "cmgo-b6nit818p",
1341
1570
  "member": "string",
1342
1571
  "name": "InstanceId",
1343
- "output_required": true,
1344
- "type": "string",
1345
- "value_allowed_null": false
1572
+ "required": true,
1573
+ "type": "string"
1346
1574
  },
1347
1575
  {
1348
1576
  "disabled": false,
1349
- "document": "Region information",
1350
- "example": "ap-guangzhou",
1577
+ "document": "Start time.",
1578
+ "example": "2023-03-02 10:51:21",
1351
1579
  "member": "string",
1352
- "name": "Region",
1353
- "output_required": true,
1354
- "type": "string",
1355
- "value_allowed_null": false
1356
- }
1357
- ],
1358
- "usage": "out"
1359
- },
1360
- "DBInstancePrice": {
1361
- "document": "Instance price",
1362
- "members": [
1580
+ "name": "StartTime",
1581
+ "required": true,
1582
+ "type": "string"
1583
+ },
1363
1584
  {
1364
1585
  "disabled": false,
1365
- "document": "Unit price of the instance, in USD.",
1366
- "example": "0.17",
1367
- "member": "float",
1368
- "name": "UnitPrice",
1369
- "output_required": false,
1586
+ "document": "End time.",
1587
+ "example": "2023-03-0310:51:21",
1588
+ "member": "string",
1589
+ "name": "EndTime",
1370
1590
  "required": true,
1371
- "type": "float",
1372
- "value_allowed_null": false
1591
+ "type": "string"
1373
1592
  },
1374
1593
  {
1375
1594
  "disabled": false,
1376
- "document": "Original price of the instance, in USD.",
1377
- "example": "210",
1378
- "member": "float",
1379
- "name": "OriginalPrice",
1380
- "output_required": true,
1381
- "required": true,
1382
- "type": "float",
1383
- "value_allowed_null": false
1595
+ "document": "Node name.",
1596
+ "example": "[\"cmgo-xxx_0-node-primary\"]",
1597
+ "member": "string",
1598
+ "name": "NodeNames",
1599
+ "required": false,
1600
+ "type": "list"
1384
1601
  },
1385
1602
  {
1386
1603
  "disabled": false,
1387
- "document": "Discount price of the instance, in USD.",
1388
- "example": "198",
1389
- "member": "float",
1390
- "name": "DiscountPrice",
1391
- "output_required": true,
1392
- "required": true,
1393
- "type": "float",
1394
- "value_allowed_null": false
1395
- }
1396
- ],
1397
- "usage": "both"
1398
- },
1399
- "DescribeAsyncRequestInfoRequest": {
1400
- "document": "DescribeAsyncRequestInfo request structure.",
1401
- "members": [
1604
+ "document": "Log category.",
1605
+ "example": "[\"COMMAND\"]",
1606
+ "member": "string",
1607
+ "name": "LogComponents",
1608
+ "required": false,
1609
+ "type": "list"
1610
+ },
1402
1611
  {
1403
1612
  "disabled": false,
1404
- "document": "Specifies the ID of the asynchronous request to be queried. When an asynchronous process is involved in the API operation (such as [CreateBackupDBInstance](https://www.tencentcloud.comom/document/product/240/46599?from_cn_redirect=1)), the response value of AsyncRequestId is the ID to be filled in for this parameter.",
1405
- "example": "4762",
1613
+ "document": "Log level.",
1614
+ "example": "[\"WARNING\"]",
1406
1615
  "member": "string",
1407
- "name": "AsyncRequestId",
1408
- "required": true,
1409
- "type": "string"
1410
- }
1411
- ],
1412
- "type": "object"
1413
- },
1414
- "DescribeAsyncRequestInfoResponse": {
1415
- "document": "DescribeAsyncRequestInfo response structure.",
1416
- "members": [
1616
+ "name": "LogLevels",
1617
+ "required": false,
1618
+ "type": "list"
1619
+ },
1417
1620
  {
1418
1621
  "disabled": false,
1419
- "document": "Status. Valid values: `initial` (initializing), `running`, `paused` (paused due to failure), `undoed` (rolled back due to failure), `failed` (ended due to failure), `success`",
1420
- "example": "success",
1622
+ "document": "Log ID.",
1623
+ "example": "[\"5626700\"]",
1421
1624
  "member": "string",
1422
- "name": "Status",
1423
- "output_required": true,
1424
- "type": "string",
1425
- "value_allowed_null": false
1625
+ "name": "LogIds",
1626
+ "required": false,
1627
+ "type": "list"
1426
1628
  },
1427
1629
  {
1428
1630
  "disabled": false,
1429
- "document": "Task execution start time.",
1430
- "example": "2022-05-30 15:00:00",
1631
+ "document": "Log connection information.",
1632
+ "example": "[\"conn268164\"]",
1431
1633
  "member": "string",
1432
- "name": "StartTime",
1433
- "output_required": false,
1434
- "type": "string",
1435
- "value_allowed_null": false
1634
+ "name": "LogConnections",
1635
+ "required": false,
1636
+ "type": "list"
1436
1637
  },
1437
1638
  {
1438
1639
  "disabled": false,
1439
- "document": "Task execution end time.",
1440
- "example": "2022-05-30 15:01:00",
1640
+ "document": "Filtering fields for log details.",
1641
+ "example": "[\"*\"]",
1441
1642
  "member": "string",
1442
- "name": "EndTime",
1643
+ "name": "LogDetailParams",
1644
+ "required": false,
1645
+ "type": "list"
1646
+ }
1647
+ ],
1648
+ "type": "object"
1649
+ },
1650
+ "CreateLogDownloadTaskResponse": {
1651
+ "document": "CreateLogDownloadTask response structure.",
1652
+ "members": [
1653
+ {
1654
+ "disabled": false,
1655
+ "document": "Task status.",
1656
+ "example": "0",
1657
+ "member": "int64",
1658
+ "name": "Status",
1443
1659
  "output_required": false,
1444
- "type": "string",
1660
+ "type": "int",
1445
1661
  "value_allowed_null": false
1446
1662
  },
1447
1663
  {
@@ -1453,30 +1669,359 @@
1453
1669
  ],
1454
1670
  "type": "object"
1455
1671
  },
1456
- "DescribeBackupDownloadTaskRequest": {
1457
- "document": "DescribeBackupDownloadTask request structure.",
1672
+ "CurrentOp": {
1673
+ "document": "Current operation on the TencentDB for MongoDB instance.",
1458
1674
  "members": [
1459
1675
  {
1460
1676
  "disabled": false,
1461
- "document": "Instance ID. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and copy the instance ID from the instance list.",
1462
- "example": "cmgo-74sjf5mt",
1463
- "member": "string",
1464
- "name": "InstanceId",
1465
- "required": true,
1466
- "type": "string"
1677
+ "document": "Operation number.",
1678
+ "example": "1804858933",
1679
+ "member": "int64",
1680
+ "name": "OpId",
1681
+ "output_required": true,
1682
+ "type": "int",
1683
+ "value_allowed_null": false
1467
1684
  },
1468
1685
  {
1469
1686
  "disabled": false,
1470
- "document": "Specifies the backup file name for filtering download tasks of the specified file. The [DescribeDBBackups](https://www.tencentcloud.comom/document/product/240/38574?from_cn_redirect=1) API can be called to obtain the backup file name.",
1471
- "example": "cmgo-74sjf5mt_2021-03-24 15:40",
1687
+ "document": "Namespace where the operation is located, in the format of db.collection.",
1688
+ "example": "db.test",
1472
1689
  "member": "string",
1473
- "name": "BackupName",
1474
- "required": false,
1475
- "type": "string"
1690
+ "name": "Ns",
1691
+ "output_required": true,
1692
+ "type": "string",
1693
+ "value_allowed_null": false
1476
1694
  },
1477
1695
  {
1478
1696
  "disabled": false,
1479
- "document": "Specifies the task within the query time range, and StartTime specifies the start time. If not specified, there are no limitations on the start time by default.",
1697
+ "document": "Execution statement of the operation.",
1698
+ "example": "执行语句",
1699
+ "member": "string",
1700
+ "name": "Query",
1701
+ "output_required": true,
1702
+ "type": "string",
1703
+ "value_allowed_null": false
1704
+ },
1705
+ {
1706
+ "disabled": false,
1707
+ "document": "Operation type.\n- none: special status; idle connections or internal tasks.\n- update: update data.\n- insert: insertion operation.\n- query: query operation.\n- command: command operation.\n- getmore: obtain more data.\n- remove: deletion operation.\n- killcursors: operation of releasing the query cursor.",
1708
+ "example": "update",
1709
+ "member": "string",
1710
+ "name": "Op",
1711
+ "output_required": true,
1712
+ "type": "string",
1713
+ "value_allowed_null": false
1714
+ },
1715
+ {
1716
+ "disabled": false,
1717
+ "document": "Name of the shard where the operation is performed.",
1718
+ "example": "cmgo-12asa***_0",
1719
+ "member": "string",
1720
+ "name": "ReplicaSetName",
1721
+ "output_required": true,
1722
+ "type": "string",
1723
+ "value_allowed_null": false
1724
+ },
1725
+ {
1726
+ "disabled": false,
1727
+ "document": "Name of the node where the operation is performed.",
1728
+ "example": "9.18.157.***:70**:234****",
1729
+ "member": "string",
1730
+ "name": "NodeName",
1731
+ "output_required": true,
1732
+ "type": "string",
1733
+ "value_allowed_null": false
1734
+ },
1735
+ {
1736
+ "disabled": false,
1737
+ "document": "Detailed information about the operation.",
1738
+ "example": "操作详情",
1739
+ "member": "string",
1740
+ "name": "Operation",
1741
+ "output_required": true,
1742
+ "type": "string",
1743
+ "value_allowed_null": false
1744
+ },
1745
+ {
1746
+ "disabled": false,
1747
+ "document": "Node role.\n- primary: primary node.\n- secondary: secondary node.",
1748
+ "example": "Secondary",
1749
+ "member": "string",
1750
+ "name": "State",
1751
+ "output_required": true,
1752
+ "type": "string",
1753
+ "value_allowed_null": false
1754
+ },
1755
+ {
1756
+ "disabled": false,
1757
+ "document": "Execution time of the operation, in ms.",
1758
+ "example": "30353723",
1759
+ "member": "uint64",
1760
+ "name": "MicrosecsRunning",
1761
+ "output_required": true,
1762
+ "type": "int",
1763
+ "value_allowed_null": false
1764
+ },
1765
+ {
1766
+ "disabled": false,
1767
+ "document": "Information about the node where the current operation is performed.",
1768
+ "example": "从节点",
1769
+ "member": "string",
1770
+ "name": "ExecNode",
1771
+ "output_required": true,
1772
+ "type": "string",
1773
+ "value_allowed_null": false
1774
+ }
1775
+ ],
1776
+ "usage": "out"
1777
+ },
1778
+ "DBInstanceInfo": {
1779
+ "document": "Instance information",
1780
+ "members": [
1781
+ {
1782
+ "disabled": false,
1783
+ "document": "Instance ID",
1784
+ "example": "cmgo-12sad****",
1785
+ "member": "string",
1786
+ "name": "InstanceId",
1787
+ "output_required": true,
1788
+ "type": "string",
1789
+ "value_allowed_null": false
1790
+ },
1791
+ {
1792
+ "disabled": false,
1793
+ "document": "Region information",
1794
+ "example": "ap-guangzhou",
1795
+ "member": "string",
1796
+ "name": "Region",
1797
+ "output_required": true,
1798
+ "type": "string",
1799
+ "value_allowed_null": false
1800
+ }
1801
+ ],
1802
+ "usage": "out"
1803
+ },
1804
+ "DBInstancePrice": {
1805
+ "document": "Instance price",
1806
+ "members": [
1807
+ {
1808
+ "disabled": false,
1809
+ "document": "Unit price of the instance, in USD.",
1810
+ "example": "0.17",
1811
+ "member": "float",
1812
+ "name": "UnitPrice",
1813
+ "output_required": false,
1814
+ "required": true,
1815
+ "type": "float",
1816
+ "value_allowed_null": false
1817
+ },
1818
+ {
1819
+ "disabled": false,
1820
+ "document": "Original price of the instance, in USD.",
1821
+ "example": "210",
1822
+ "member": "float",
1823
+ "name": "OriginalPrice",
1824
+ "output_required": true,
1825
+ "required": true,
1826
+ "type": "float",
1827
+ "value_allowed_null": false
1828
+ },
1829
+ {
1830
+ "disabled": false,
1831
+ "document": "Discount price of the instance, in USD.",
1832
+ "example": "198",
1833
+ "member": "float",
1834
+ "name": "DiscountPrice",
1835
+ "output_required": true,
1836
+ "required": true,
1837
+ "type": "float",
1838
+ "value_allowed_null": false
1839
+ }
1840
+ ],
1841
+ "usage": "both"
1842
+ },
1843
+ "DeleteAccountUserRequest": {
1844
+ "document": "DeleteAccountUser request structure.",
1845
+ "members": [
1846
+ {
1847
+ "disabled": false,
1848
+ "document": "Specifies the instance ID for the account to be deleted. For example, cmgo-p8vn****. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and copy the instance ID from the instance list.\n",
1849
+ "example": "cmgo-7pjedvz7",
1850
+ "member": "string",
1851
+ "name": "InstanceId",
1852
+ "required": true,
1853
+ "type": "string"
1854
+ },
1855
+ {
1856
+ "disabled": false,
1857
+ "document": "Configures the name of the account to be deleted.",
1858
+ "example": "mong_test",
1859
+ "member": "string",
1860
+ "name": "UserName",
1861
+ "required": true,
1862
+ "type": "string"
1863
+ },
1864
+ {
1865
+ "disabled": false,
1866
+ "document": "Configures the password corresponding to the mongouser account. mongouser is the default account of the system. Enter the password corresponding to it.",
1867
+ "example": "Abc123...",
1868
+ "member": "string",
1869
+ "name": "MongoUserPassword",
1870
+ "required": true,
1871
+ "type": "string"
1872
+ }
1873
+ ],
1874
+ "type": "object"
1875
+ },
1876
+ "DeleteAccountUserResponse": {
1877
+ "document": "DeleteAccountUser response structure.",
1878
+ "members": [
1879
+ {
1880
+ "disabled": false,
1881
+ "document": "Account deletion task ID.",
1882
+ "example": "1",
1883
+ "member": "int64",
1884
+ "name": "FlowId",
1885
+ "output_required": true,
1886
+ "type": "int",
1887
+ "value_allowed_null": false
1888
+ },
1889
+ {
1890
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1891
+ "member": "string",
1892
+ "name": "RequestId",
1893
+ "type": "string"
1894
+ }
1895
+ ],
1896
+ "type": "object"
1897
+ },
1898
+ "DeleteLogDownloadTaskRequest": {
1899
+ "document": "DeleteLogDownloadTask request structure.",
1900
+ "members": [
1901
+ {
1902
+ "disabled": false,
1903
+ "document": "Instance ID.",
1904
+ "example": "cmgo-b6nit818p",
1905
+ "member": "string",
1906
+ "name": "InstanceId",
1907
+ "required": true,
1908
+ "type": "string"
1909
+ },
1910
+ {
1911
+ "disabled": false,
1912
+ "document": "Task ID.",
1913
+ "example": "1373039ed2ee07bcd6ae1d5e",
1914
+ "member": "string",
1915
+ "name": "TaskId",
1916
+ "required": true,
1917
+ "type": "string"
1918
+ }
1919
+ ],
1920
+ "type": "object"
1921
+ },
1922
+ "DeleteLogDownloadTaskResponse": {
1923
+ "document": "DeleteLogDownloadTask response structure.",
1924
+ "members": [
1925
+ {
1926
+ "disabled": false,
1927
+ "document": "Task status. 0: successful.",
1928
+ "example": "0",
1929
+ "member": "int64",
1930
+ "name": "Status",
1931
+ "output_required": true,
1932
+ "type": "int",
1933
+ "value_allowed_null": false
1934
+ },
1935
+ {
1936
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1937
+ "member": "string",
1938
+ "name": "RequestId",
1939
+ "type": "string"
1940
+ }
1941
+ ],
1942
+ "type": "object"
1943
+ },
1944
+ "DescribeAsyncRequestInfoRequest": {
1945
+ "document": "DescribeAsyncRequestInfo request structure.",
1946
+ "members": [
1947
+ {
1948
+ "disabled": false,
1949
+ "document": "Specifies the ID of the asynchronous request to be queried. When an asynchronous process is involved in the API operation (such as [CreateBackupDBInstance](https://www.tencentcloud.comom/document/product/240/46599?from_cn_redirect=1)), the response value of AsyncRequestId is the ID to be filled in for this parameter.",
1950
+ "example": "4762",
1951
+ "member": "string",
1952
+ "name": "AsyncRequestId",
1953
+ "required": true,
1954
+ "type": "string"
1955
+ }
1956
+ ],
1957
+ "type": "object"
1958
+ },
1959
+ "DescribeAsyncRequestInfoResponse": {
1960
+ "document": "DescribeAsyncRequestInfo response structure.",
1961
+ "members": [
1962
+ {
1963
+ "disabled": false,
1964
+ "document": "Status. Valid values: `initial` (initializing), `running`, `paused` (paused due to failure), `undoed` (rolled back due to failure), `failed` (ended due to failure), `success`",
1965
+ "example": "success",
1966
+ "member": "string",
1967
+ "name": "Status",
1968
+ "output_required": true,
1969
+ "type": "string",
1970
+ "value_allowed_null": false
1971
+ },
1972
+ {
1973
+ "disabled": false,
1974
+ "document": "Task execution start time.",
1975
+ "example": "2022-05-30 15:00:00",
1976
+ "member": "string",
1977
+ "name": "StartTime",
1978
+ "output_required": false,
1979
+ "type": "string",
1980
+ "value_allowed_null": false
1981
+ },
1982
+ {
1983
+ "disabled": false,
1984
+ "document": "Task execution end time.",
1985
+ "example": "2022-05-30 15:01:00",
1986
+ "member": "string",
1987
+ "name": "EndTime",
1988
+ "output_required": false,
1989
+ "type": "string",
1990
+ "value_allowed_null": false
1991
+ },
1992
+ {
1993
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
1994
+ "member": "string",
1995
+ "name": "RequestId",
1996
+ "type": "string"
1997
+ }
1998
+ ],
1999
+ "type": "object"
2000
+ },
2001
+ "DescribeBackupDownloadTaskRequest": {
2002
+ "document": "DescribeBackupDownloadTask request structure.",
2003
+ "members": [
2004
+ {
2005
+ "disabled": false,
2006
+ "document": "Instance ID. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and copy the instance ID from the instance list.",
2007
+ "example": "cmgo-74sjf5mt",
2008
+ "member": "string",
2009
+ "name": "InstanceId",
2010
+ "required": true,
2011
+ "type": "string"
2012
+ },
2013
+ {
2014
+ "disabled": false,
2015
+ "document": "Specifies the backup file name for filtering download tasks of the specified file. The [DescribeDBBackups](https://www.tencentcloud.comom/document/product/240/38574?from_cn_redirect=1) API can be called to obtain the backup file name.",
2016
+ "example": "cmgo-74sjf5mt_2021-03-24 15:40",
2017
+ "member": "string",
2018
+ "name": "BackupName",
2019
+ "required": false,
2020
+ "type": "string"
2021
+ },
2022
+ {
2023
+ "disabled": false,
2024
+ "document": "Specifies the task within the query time range, and StartTime specifies the start time. If not specified, there are no limitations on the start time by default.",
1480
2025
  "example": "2021-01-02 15:04:05",
1481
2026
  "member": "string",
1482
2027
  "name": "StartTime",
@@ -1572,6 +2117,63 @@
1572
2117
  ],
1573
2118
  "type": "object"
1574
2119
  },
2120
+ "DescribeBackupRulesRequest": {
2121
+ "document": "DescribeBackupRules request structure.",
2122
+ "members": [
2123
+ {
2124
+ "disabled": false,
2125
+ "document": "Specifies the instance ID. For example, cmgo-p8vn****. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and copy the instance ID from the instance list.",
2126
+ "example": "cmgo-7pjedvz7",
2127
+ "member": "string",
2128
+ "name": "InstanceId",
2129
+ "required": true,
2130
+ "type": "string"
2131
+ }
2132
+ ],
2133
+ "type": "object"
2134
+ },
2135
+ "DescribeBackupRulesResponse": {
2136
+ "document": "DescribeBackupRules response structure.",
2137
+ "members": [
2138
+ {
2139
+ "disabled": false,
2140
+ "document": "Retention period for backup data, in days.",
2141
+ "example": "7",
2142
+ "member": "uint64",
2143
+ "name": "BackupSaveTime",
2144
+ "output_required": true,
2145
+ "type": "int",
2146
+ "value_allowed_null": false
2147
+ },
2148
+ {
2149
+ "disabled": false,
2150
+ "document": "Automatic backup start time.",
2151
+ "example": "1",
2152
+ "member": "uint64",
2153
+ "name": "BackupTime",
2154
+ "output_required": true,
2155
+ "type": "int",
2156
+ "value_allowed_null": false
2157
+ },
2158
+ {
2159
+ "disabled": false,
2160
+ "document": "Backup method.\n- 0: logical backup.\n- 1: physical backup.",
2161
+ "example": "1",
2162
+ "member": "uint64",
2163
+ "name": "BackupMethod",
2164
+ "output_required": true,
2165
+ "type": "int",
2166
+ "value_allowed_null": false
2167
+ },
2168
+ {
2169
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2170
+ "member": "string",
2171
+ "name": "RequestId",
2172
+ "type": "string"
2173
+ }
2174
+ ],
2175
+ "type": "object"
2176
+ },
1575
2177
  "DescribeClientConnectionsRequest": {
1576
2178
  "document": "DescribeClientConnections request structure.",
1577
2179
  "members": [
@@ -1635,6 +2237,134 @@
1635
2237
  ],
1636
2238
  "type": "object"
1637
2239
  },
2240
+ "DescribeCurrentOpRequest": {
2241
+ "document": "DescribeCurrentOp request structure.",
2242
+ "members": [
2243
+ {
2244
+ "disabled": false,
2245
+ "document": "Specifies the instance ID to be queried. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and copy the instance ID from the instance list.",
2246
+ "example": "cmgo-p8vn****",
2247
+ "member": "string",
2248
+ "name": "InstanceId",
2249
+ "required": true,
2250
+ "type": "string"
2251
+ },
2252
+ {
2253
+ "disabled": false,
2254
+ "document": "Namespace where the operation belongs, in the format of db.collection.",
2255
+ "example": "data.user",
2256
+ "member": "string",
2257
+ "name": "Ns",
2258
+ "required": false,
2259
+ "type": "string"
2260
+ },
2261
+ {
2262
+ "disabled": false,
2263
+ "document": "Sets the query and filtering condition to the execution time of the operation task.\n- The default value is 0, and the value range is [0, 3600000], in milliseconds.\n- The result will return the operation whose execution time exceeds the set time.",
2264
+ "example": "20",
2265
+ "member": "uint64",
2266
+ "name": "MillisecondRunning",
2267
+ "required": false,
2268
+ "type": "int"
2269
+ },
2270
+ {
2271
+ "disabled": false,
2272
+ "document": "Sets the query and filtering condition to the type of the operation task. Valid values:\n- none: special status; idle connections or internal tasks.\n- update: update data.\n- insert: insertion operation.\n- query: query operation.\n- command: command operation.\n- getmore: obtain more data.\n- remove: deletion operation.\n- killcursors: operation of releasing the query cursor.",
2273
+ "example": "update",
2274
+ "member": "string",
2275
+ "name": "Op",
2276
+ "required": false,
2277
+ "type": "string"
2278
+ },
2279
+ {
2280
+ "disabled": false,
2281
+ "document": "Filtering condition, such as the shard name.",
2282
+ "example": "cmgo-nh1o****_0",
2283
+ "member": "string",
2284
+ "name": "ReplicaSetName",
2285
+ "required": false,
2286
+ "type": "string"
2287
+ },
2288
+ {
2289
+ "disabled": false,
2290
+ "document": "Sets the query and filtering condition to the node role.\n- primary: primary node.\n- secondary: secondary node.",
2291
+ "example": "primary",
2292
+ "member": "string",
2293
+ "name": "State",
2294
+ "required": false,
2295
+ "type": "string"
2296
+ },
2297
+ {
2298
+ "disabled": false,
2299
+ "document": "Number of entries returned per request. The default value is 100, and the value range is [0, 100].",
2300
+ "example": "10",
2301
+ "member": "uint64",
2302
+ "name": "Limit",
2303
+ "required": false,
2304
+ "type": "int"
2305
+ },
2306
+ {
2307
+ "disabled": false,
2308
+ "document": "Offset. The default value is 0, and the value range is [0, 10000].",
2309
+ "example": "1",
2310
+ "member": "uint64",
2311
+ "name": "Offset",
2312
+ "required": false,
2313
+ "type": "int"
2314
+ },
2315
+ {
2316
+ "disabled": false,
2317
+ "document": "Sorting field of the returned result set. Currently, sorting by MicrosecsRunning (execution time of the operation task) is supported.",
2318
+ "example": "MicrosecsRunning",
2319
+ "member": "string",
2320
+ "name": "OrderBy",
2321
+ "required": false,
2322
+ "type": "string"
2323
+ },
2324
+ {
2325
+ "disabled": false,
2326
+ "document": "Sorting method of the returned result set.\n- ASC: ascending order. The default value is ASC, which indicates sorting in ascending order.\n- DESC: descending order.",
2327
+ "example": "ASC",
2328
+ "member": "string",
2329
+ "name": "OrderByType",
2330
+ "required": false,
2331
+ "type": "string"
2332
+ }
2333
+ ],
2334
+ "type": "object"
2335
+ },
2336
+ "DescribeCurrentOpResponse": {
2337
+ "document": "DescribeCurrentOp response structure.",
2338
+ "members": [
2339
+ {
2340
+ "disabled": false,
2341
+ "document": "Total number of operations meeting the query conditions.",
2342
+ "example": "19",
2343
+ "member": "uint64",
2344
+ "name": "TotalCount",
2345
+ "output_required": true,
2346
+ "type": "int",
2347
+ "value_allowed_null": false
2348
+ },
2349
+ {
2350
+ "disabled": false,
2351
+ "document": "List of the current operations.",
2352
+ "example": "无",
2353
+ "member": "CurrentOp",
2354
+ "name": "CurrentOps",
2355
+ "output_required": true,
2356
+ "type": "list",
2357
+ "value_allowed_null": false
2358
+ },
2359
+ {
2360
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2361
+ "member": "string",
2362
+ "name": "RequestId",
2363
+ "type": "string"
2364
+ }
2365
+ ],
2366
+ "type": "object"
2367
+ },
1638
2368
  "DescribeDBBackupsRequest": {
1639
2369
  "document": "DescribeDBBackups request structure.",
1640
2370
  "members": [
@@ -2330,6 +3060,283 @@
2330
3060
  ],
2331
3061
  "type": "object"
2332
3062
  },
3063
+ "DescribeInstanceSSLRequest": {
3064
+ "document": "DescribeInstanceSSL request structure.",
3065
+ "members": [
3066
+ {
3067
+ "disabled": false,
3068
+ "document": "Instance ID, in the format of cmgo-p8vnipr5. It is the same as the format of the instance ID displayed on the TencentDB for MongoDB console page.",
3069
+ "example": "cmgo-p8vnipr5",
3070
+ "member": "string",
3071
+ "name": "InstanceId",
3072
+ "required": true,
3073
+ "type": "string"
3074
+ }
3075
+ ],
3076
+ "type": "object"
3077
+ },
3078
+ "DescribeInstanceSSLResponse": {
3079
+ "document": "DescribeInstanceSSL response structure.",
3080
+ "members": [
3081
+ {
3082
+ "disabled": false,
3083
+ "document": "SSL enabling status. 0 indicates disabled; 1 indicates enabled.\nNote: This field may return null, indicating that no valid values can be obtained.",
3084
+ "example": "1",
3085
+ "member": "int64",
3086
+ "name": "Status",
3087
+ "output_required": true,
3088
+ "type": "int",
3089
+ "value_allowed_null": true
3090
+ },
3091
+ {
3092
+ "disabled": false,
3093
+ "document": "Certificate expiration time, in the format of 2023-05-01 12:00:00.\nNote: This field may return null, indicating that no valid values can be obtained.",
3094
+ "example": "2023-05-01 12:00:00",
3095
+ "member": "string",
3096
+ "name": "ExpiredTime",
3097
+ "output_required": true,
3098
+ "type": "string",
3099
+ "value_allowed_null": true
3100
+ },
3101
+ {
3102
+ "disabled": false,
3103
+ "document": "Certificate download URL.\nNote: This field may return null, indicating that no valid values can be obtained.",
3104
+ "example": "http://abc/cert",
3105
+ "member": "string",
3106
+ "name": "CertUrl",
3107
+ "output_required": true,
3108
+ "type": "string",
3109
+ "value_allowed_null": true
3110
+ },
3111
+ {
3112
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3113
+ "member": "string",
3114
+ "name": "RequestId",
3115
+ "type": "string"
3116
+ }
3117
+ ],
3118
+ "type": "object"
3119
+ },
3120
+ "DescribeLogDownloadTasksRequest": {
3121
+ "document": "DescribeLogDownloadTasks request structure.",
3122
+ "members": [
3123
+ {
3124
+ "disabled": false,
3125
+ "document": "Instance ID.",
3126
+ "example": "cmgo-b6nit818p",
3127
+ "member": "string",
3128
+ "name": "InstanceId",
3129
+ "required": true,
3130
+ "type": "string"
3131
+ },
3132
+ {
3133
+ "disabled": false,
3134
+ "document": "Number of queries.",
3135
+ "example": "20",
3136
+ "member": "int64",
3137
+ "name": "Limit",
3138
+ "required": false,
3139
+ "type": "int"
3140
+ },
3141
+ {
3142
+ "disabled": false,
3143
+ "document": "Page number.",
3144
+ "example": "0",
3145
+ "member": "int64",
3146
+ "name": "Offset",
3147
+ "required": false,
3148
+ "type": "int"
3149
+ },
3150
+ {
3151
+ "disabled": false,
3152
+ "document": "Start time of the download task.",
3153
+ "example": "2024-03-07 9:22:15",
3154
+ "member": "string",
3155
+ "name": "StartTime",
3156
+ "required": false,
3157
+ "type": "string"
3158
+ },
3159
+ {
3160
+ "disabled": false,
3161
+ "document": "End time of the download task.",
3162
+ "example": "2024-03-07 11:22:15",
3163
+ "member": "string",
3164
+ "name": "EndTime",
3165
+ "required": false,
3166
+ "type": "string"
3167
+ }
3168
+ ],
3169
+ "type": "object"
3170
+ },
3171
+ "DescribeLogDownloadTasksResponse": {
3172
+ "document": "DescribeLogDownloadTasks response structure.",
3173
+ "members": [
3174
+ {
3175
+ "disabled": false,
3176
+ "document": "Quantity.",
3177
+ "example": "10",
3178
+ "member": "int64",
3179
+ "name": "TotalCount",
3180
+ "output_required": true,
3181
+ "type": "int",
3182
+ "value_allowed_null": false
3183
+ },
3184
+ {
3185
+ "disabled": false,
3186
+ "document": "Task list.\nNote: This field may return null, indicating that no valid values can be obtained.",
3187
+ "example": "无",
3188
+ "member": "Task",
3189
+ "name": "Tasks",
3190
+ "output_required": false,
3191
+ "type": "list",
3192
+ "value_allowed_null": true
3193
+ },
3194
+ {
3195
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3196
+ "member": "string",
3197
+ "name": "RequestId",
3198
+ "type": "string"
3199
+ }
3200
+ ],
3201
+ "type": "object"
3202
+ },
3203
+ "DescribeMongodbLogsRequest": {
3204
+ "document": "DescribeMongodbLogs request structure.",
3205
+ "members": [
3206
+ {
3207
+ "disabled": false,
3208
+ "document": "Instance ID. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb#/), and copy the instance ID from the instance list.",
3209
+ "example": "cmgo-k2p5su09",
3210
+ "member": "string",
3211
+ "name": "InstanceId",
3212
+ "required": true,
3213
+ "type": "string"
3214
+ },
3215
+ {
3216
+ "disabled": false,
3217
+ "document": "Start time for querying logs.\n- Format: yyyy-mm-dd hh:mm:ss. For example, 2019-06-01 10:00:00.\n- Query time range: Only log data within the last 7 days can be queried.",
3218
+ "example": "2020-04-20 00:00:00",
3219
+ "member": "string",
3220
+ "name": "StartTime",
3221
+ "required": true,
3222
+ "type": "string"
3223
+ },
3224
+ {
3225
+ "disabled": false,
3226
+ "document": "End time for querying logs.\n- Format: yyyy-mm-dd hh:mm:ss. For example, 2019-06-01 10:00:00.\n- Query time range: Only log data within the last 7 days can be queried.",
3227
+ "example": "2020-04-20 00:00:00",
3228
+ "member": "string",
3229
+ "name": "EndTime",
3230
+ "required": true,
3231
+ "type": "string"
3232
+ },
3233
+ {
3234
+ "disabled": false,
3235
+ "document": "Node ID. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and go to the **Node Management** page to obtain the ID of the node to be queried.",
3236
+ "example": "[\"cmgo-xxx_0-node-primary\"]",
3237
+ "member": "string",
3238
+ "name": "NodeNames",
3239
+ "required": false,
3240
+ "type": "list"
3241
+ },
3242
+ {
3243
+ "disabled": false,
3244
+ "document": "Log category.\n- Log categories include but are not limited to COMMAND, ACCESS, CONTROL, FTDC, INDEX, NETWORK, QUERY, REPL, SHARDING, STORAGE, RECOVERY, JOURNAL, and WRITE. The specific supported categories may vary depending on the MongoDB version. For details, see Log Messages (https://www.mongodb.com/zh-cn/docs/v5.0/reference/log-messages/#log-message-examples).\n- Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and view the **log category** on the **Error Log** tab of the **Log Management** page.",
3245
+ "example": "[\"COMMAND\"]",
3246
+ "member": "string",
3247
+ "name": "LogComponents",
3248
+ "required": false,
3249
+ "type": "list"
3250
+ },
3251
+ {
3252
+ "disabled": false,
3253
+ "document": "Log level.\n- The log levels are ranked by severity from high to low: FATAL, ERROR, and WARNING.\n-Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and view the **log level** on the **Error Log** tab of the **Log Management** page.",
3254
+ "example": "[\"WARNING\"]",
3255
+ "member": "string",
3256
+ "name": "LogLevels",
3257
+ "required": false,
3258
+ "type": "list"
3259
+ },
3260
+ {
3261
+ "disabled": false,
3262
+ "document": "Log ID. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and view the **log ID** on the **Error Log** tab of the **Log Management** page.",
3263
+ "example": "[\"1245\"]",
3264
+ "member": "string",
3265
+ "name": "LogIds",
3266
+ "required": false,
3267
+ "type": "list"
3268
+ },
3269
+ {
3270
+ "disabled": false,
3271
+ "document": "Log connection information. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and view the **log connection information** on the **Error Log** tab of the **Log Management** page.",
3272
+ "example": "[\"conn268164\"]",
3273
+ "member": "string",
3274
+ "name": "LogConnections",
3275
+ "required": false,
3276
+ "type": "list"
3277
+ },
3278
+ {
3279
+ "disabled": false,
3280
+ "document": "Specifies the field for filtering the logs.",
3281
+ "example": "[\"*\"]",
3282
+ "member": "string",
3283
+ "name": "LogDetailParams",
3284
+ "required": false,
3285
+ "type": "list"
3286
+ },
3287
+ {
3288
+ "disabled": false,
3289
+ "document": "Offset. The minimum value is 0, and the maximum value is 10000. The default value is 0.",
3290
+ "example": "0",
3291
+ "member": "int64",
3292
+ "name": "Offset",
3293
+ "required": false,
3294
+ "type": "int"
3295
+ },
3296
+ {
3297
+ "disabled": false,
3298
+ "document": "Pagination size. The minimum value is 1, and the maximum value is 100. The default value is 20.",
3299
+ "example": "100",
3300
+ "member": "int64",
3301
+ "name": "Limit",
3302
+ "required": false,
3303
+ "type": "int"
3304
+ }
3305
+ ],
3306
+ "type": "object"
3307
+ },
3308
+ "DescribeMongodbLogsResponse": {
3309
+ "document": "DescribeMongodbLogs response structure.",
3310
+ "members": [
3311
+ {
3312
+ "disabled": false,
3313
+ "document": "Total number of logs.",
3314
+ "example": "1000",
3315
+ "member": "int64",
3316
+ "name": "TotalCount",
3317
+ "output_required": false,
3318
+ "type": "int",
3319
+ "value_allowed_null": false
3320
+ },
3321
+ {
3322
+ "disabled": false,
3323
+ "document": "List of log details.\nNote: This field may return null, indicating that no valid values can be obtained.",
3324
+ "example": "无",
3325
+ "member": "LogInfo",
3326
+ "name": "LogList",
3327
+ "output_required": false,
3328
+ "type": "list",
3329
+ "value_allowed_null": true
3330
+ },
3331
+ {
3332
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3333
+ "member": "string",
3334
+ "name": "RequestId",
3335
+ "type": "string"
3336
+ }
3337
+ ],
3338
+ "type": "object"
3339
+ },
2333
3340
  "DescribeSecurityGroupRequest": {
2334
3341
  "document": "DescribeSecurityGroup request structure.",
2335
3342
  "members": [
@@ -2569,32 +3576,87 @@
2569
3576
  ],
2570
3577
  "type": "object"
2571
3578
  },
2572
- "DescribeSpecInfoRequest": {
2573
- "document": "DescribeSpecInfo request structure.",
3579
+ "DescribeSpecInfoRequest": {
3580
+ "document": "DescribeSpecInfo request structure.",
3581
+ "members": [
3582
+ {
3583
+ "disabled": false,
3584
+ "document": "AZ to be queried. For currently supported AZs, see [Regions and AZs](https://www.tencentcloud.comom/document/product/240/3637?from_cn_redirect=1).",
3585
+ "example": "ap-guangzhou-3",
3586
+ "member": "string",
3587
+ "name": "Zone",
3588
+ "required": false,
3589
+ "type": "string"
3590
+ }
3591
+ ],
3592
+ "type": "object"
3593
+ },
3594
+ "DescribeSpecInfoResponse": {
3595
+ "document": "DescribeSpecInfo response structure.",
3596
+ "members": [
3597
+ {
3598
+ "disabled": false,
3599
+ "document": "List of sales specification information on the instance.",
3600
+ "example": "无",
3601
+ "member": "SpecificationInfo",
3602
+ "name": "SpecInfoList",
3603
+ "output_required": true,
3604
+ "type": "list",
3605
+ "value_allowed_null": false
3606
+ },
3607
+ {
3608
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
3609
+ "member": "string",
3610
+ "name": "RequestId",
3611
+ "type": "string"
3612
+ }
3613
+ ],
3614
+ "type": "object"
3615
+ },
3616
+ "EnableTransparentDataEncryptionRequest": {
3617
+ "document": "EnableTransparentDataEncryption request structure.",
2574
3618
  "members": [
2575
3619
  {
2576
3620
  "disabled": false,
2577
- "document": "AZ to be queried. For currently supported AZs, see [Regions and AZs](https://www.tencentcloud.comom/document/product/240/3637?from_cn_redirect=1).",
2578
- "example": "ap-guangzhou-3",
3621
+ "document": "Instance ID. For example, cmgo-p8vn****. Log in to the[TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb) to copy the instance ID from the instance list. Currently, the supported general versions include 4.4 and 5.0, and Cloud Disk Edition is not supported.",
3622
+ "example": "cmgo-p8vnipr5",
2579
3623
  "member": "string",
2580
- "name": "Zone",
3624
+ "name": "InstanceId",
3625
+ "required": true,
3626
+ "type": "string"
3627
+ },
3628
+ {
3629
+ "disabled": false,
3630
+ "document": " Region where the [Key Management Service (KMS)](https://www.tencentcloud.comom/document/product/573/18809?from_cn_redirect=1) instance is located. For example, ap-shanghai.",
3631
+ "example": "ap-shanghai",
3632
+ "member": "string",
3633
+ "name": "KmsRegion",
3634
+ "required": true,
3635
+ "type": "string"
3636
+ },
3637
+ {
3638
+ "disabled": false,
3639
+ "document": "Key ID. If the parameter is left unspecified, there is no specific key ID, Tencent Cloud will generate the key automatically.",
3640
+ "example": "AKID********************************",
3641
+ "member": "string",
3642
+ "name": "KeyId",
2581
3643
  "required": false,
2582
3644
  "type": "string"
2583
3645
  }
2584
3646
  ],
2585
3647
  "type": "object"
2586
3648
  },
2587
- "DescribeSpecInfoResponse": {
2588
- "document": "DescribeSpecInfo response structure.",
3649
+ "EnableTransparentDataEncryptionResponse": {
3650
+ "document": "EnableTransparentDataEncryption response structure.",
2589
3651
  "members": [
2590
3652
  {
2591
3653
  "disabled": false,
2592
- "document": "List of sales specification information on the instance.",
2593
- "example": "",
2594
- "member": "SpecificationInfo",
2595
- "name": "SpecInfoList",
2596
- "output_required": true,
2597
- "type": "list",
3654
+ "document": "Asynchronous process ID for enabling TDE, which is used for querying the process status.",
3655
+ "example": "17316505316",
3656
+ "member": "int64",
3657
+ "name": "FlowId",
3658
+ "output_required": false,
3659
+ "type": "int",
2598
3660
  "value_allowed_null": false
2599
3661
  },
2600
3662
  {
@@ -3423,6 +4485,82 @@
3423
4485
  ],
3424
4486
  "usage": "out"
3425
4487
  },
4488
+ "InstanceEnableSSLRequest": {
4489
+ "document": "InstanceEnableSSL request structure.",
4490
+ "members": [
4491
+ {
4492
+ "disabled": false,
4493
+ "document": "Instance ID.",
4494
+ "example": "cmgo-eqmoaxxx",
4495
+ "member": "string",
4496
+ "name": "InstanceId",
4497
+ "required": true,
4498
+ "type": "string"
4499
+ },
4500
+ {
4501
+ "disabled": false,
4502
+ "document": "Configures whether to enable SSL for access.\n- true: enabled.\n- false: disabled.",
4503
+ "example": "true",
4504
+ "member": "bool",
4505
+ "name": "Enable",
4506
+ "required": true,
4507
+ "type": "bool"
4508
+ }
4509
+ ],
4510
+ "type": "object"
4511
+ },
4512
+ "InstanceEnableSSLResponse": {
4513
+ "document": "InstanceEnableSSL response structure.",
4514
+ "members": [
4515
+ {
4516
+ "disabled": false,
4517
+ "document": "SSL enabling status.\n- 0: disabled.\n- 1: enabled.\nNote: This field may return null, indicating that no valid values can be obtained.",
4518
+ "example": "1",
4519
+ "member": "int64",
4520
+ "name": "Status",
4521
+ "output_required": false,
4522
+ "type": "int",
4523
+ "value_allowed_null": true
4524
+ },
4525
+ {
4526
+ "disabled": false,
4527
+ "document": "Certificate file expiration time, in the format of 2023-05-01 12:00:00.\nNote: This field may return null, indicating that no valid values can be obtained.",
4528
+ "example": "2023-05-01 12:00:00",
4529
+ "member": "string",
4530
+ "name": "ExpiredTime",
4531
+ "output_required": false,
4532
+ "type": "string",
4533
+ "value_allowed_null": true
4534
+ },
4535
+ {
4536
+ "disabled": false,
4537
+ "document": "Download URL of the certificate file.\nNote: This field may return null, indicating that no valid values can be obtained.",
4538
+ "example": "http://xxx.xxx/xxx",
4539
+ "member": "string",
4540
+ "name": "CertUrl",
4541
+ "output_required": false,
4542
+ "type": "string",
4543
+ "value_allowed_null": true
4544
+ },
4545
+ {
4546
+ "disabled": false,
4547
+ "document": "Process ID.",
4548
+ "example": "10000",
4549
+ "member": "int64",
4550
+ "name": "FlowId",
4551
+ "output_required": false,
4552
+ "type": "int",
4553
+ "value_allowed_null": false
4554
+ },
4555
+ {
4556
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
4557
+ "member": "string",
4558
+ "name": "RequestId",
4559
+ "type": "string"
4560
+ }
4561
+ ],
4562
+ "type": "object"
4563
+ },
3426
4564
  "InstanceEnumParam": {
3427
4565
  "document": "The collection of modifiable enum parameters of an instance.",
3428
4566
  "members": [
@@ -3824,6 +4962,108 @@
3824
4962
  ],
3825
4963
  "type": "object"
3826
4964
  },
4965
+ "KillOpsRequest": {
4966
+ "document": "KillOps request structure.",
4967
+ "members": [
4968
+ {
4969
+ "disabled": false,
4970
+ "document": "Instance ID. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and copy the instance ID from the instance list.",
4971
+ "example": "cmgo-p8vnipr5",
4972
+ "member": "string",
4973
+ "name": "InstanceId",
4974
+ "required": true,
4975
+ "type": "string"
4976
+ },
4977
+ {
4978
+ "disabled": false,
4979
+ "document": "Operation to be terminated.",
4980
+ "example": "无",
4981
+ "member": "Operation",
4982
+ "name": "Operations",
4983
+ "required": true,
4984
+ "type": "list"
4985
+ }
4986
+ ],
4987
+ "type": "object"
4988
+ },
4989
+ "KillOpsResponse": {
4990
+ "document": "KillOps response structure.",
4991
+ "members": [
4992
+ {
4993
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
4994
+ "member": "string",
4995
+ "name": "RequestId",
4996
+ "type": "string"
4997
+ }
4998
+ ],
4999
+ "type": "object"
5000
+ },
5001
+ "LogInfo": {
5002
+ "document": "Log details.",
5003
+ "members": [
5004
+ {
5005
+ "disabled": false,
5006
+ "document": "Log category.\nNote: This field may return null, indicating that no valid values can be obtained.",
5007
+ "example": "无",
5008
+ "member": "string",
5009
+ "name": "LogComponent",
5010
+ "output_required": false,
5011
+ "type": "string",
5012
+ "value_allowed_null": true
5013
+ },
5014
+ {
5015
+ "disabled": false,
5016
+ "document": "Log level.\nNote: This field may return null, indicating that no valid values can be obtained.",
5017
+ "example": "无",
5018
+ "member": "string",
5019
+ "name": "LogLevel",
5020
+ "output_required": false,
5021
+ "type": "string",
5022
+ "value_allowed_null": true
5023
+ },
5024
+ {
5025
+ "disabled": false,
5026
+ "document": "Log generation time.\nNote: This field may return null, indicating that no valid values can be obtained.",
5027
+ "example": "无",
5028
+ "member": "string",
5029
+ "name": "LogTime",
5030
+ "output_required": false,
5031
+ "type": "string",
5032
+ "value_allowed_null": true
5033
+ },
5034
+ {
5035
+ "disabled": false,
5036
+ "document": "Log details.\nNote: This field may return null, indicating that no valid values can be obtained.",
5037
+ "example": "无",
5038
+ "member": "string",
5039
+ "name": "LogDetail",
5040
+ "output_required": false,
5041
+ "type": "string",
5042
+ "value_allowed_null": true
5043
+ },
5044
+ {
5045
+ "disabled": false,
5046
+ "document": "Log connection information.\nNote: This field may return null, indicating that no valid values can be obtained.",
5047
+ "example": "无",
5048
+ "member": "string",
5049
+ "name": "LogConnection",
5050
+ "output_required": false,
5051
+ "type": "string",
5052
+ "value_allowed_null": true
5053
+ },
5054
+ {
5055
+ "disabled": false,
5056
+ "document": "Log ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
5057
+ "example": "无",
5058
+ "member": "string",
5059
+ "name": "LogId",
5060
+ "output_required": false,
5061
+ "type": "string",
5062
+ "value_allowed_null": true
5063
+ }
5064
+ ],
5065
+ "usage": "out"
5066
+ },
3827
5067
  "ModifyDBInstanceNetworkAddressRequest": {
3828
5068
  "document": "ModifyDBInstanceNetworkAddress request structure.",
3829
5069
  "members": [
@@ -4051,6 +5291,95 @@
4051
5291
  ],
4052
5292
  "type": "object"
4053
5293
  },
5294
+ "ModifyInstanceParamsRequest": {
5295
+ "document": "ModifyInstanceParams request structure.",
5296
+ "members": [
5297
+ {
5298
+ "disabled": false,
5299
+ "document": "Specifies the instance ID. For example, cmgo-p8vn****. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and copy the instance ID from the instance list.\n",
5300
+ "example": "\"cmgo-jyjcw8yv\"",
5301
+ "member": "string",
5302
+ "name": "InstanceId",
5303
+ "required": true,
5304
+ "type": "string"
5305
+ },
5306
+ {
5307
+ "disabled": false,
5308
+ "document": "Specifies the parameter name and value to be modified. For details about the currently supported parameter names and the corresponding valid values, see [DescribeInstanceParams](https://www.tencentcloud.comom/document/product/240/65903?from_cn_redirect=1).",
5309
+ "example": "无",
5310
+ "member": "ModifyMongoDBParamType",
5311
+ "name": "InstanceParams",
5312
+ "required": true,
5313
+ "type": "list"
5314
+ },
5315
+ {
5316
+ "disabled": false,
5317
+ "document": "Operation type. Valid values:\n- IMMEDIATELY: immediate adjustment.\n- DELAY: delayed adjustment. It is an optional field. The default value is immediate adjustment if this parameter is left unspecified.",
5318
+ "example": "IMMEDIATELY",
5319
+ "member": "string",
5320
+ "name": "ModifyType",
5321
+ "required": false,
5322
+ "type": "string"
5323
+ }
5324
+ ],
5325
+ "type": "object"
5326
+ },
5327
+ "ModifyInstanceParamsResponse": {
5328
+ "document": "ModifyInstanceParams response structure.",
5329
+ "members": [
5330
+ {
5331
+ "disabled": false,
5332
+ "document": "Whether the modification on the parameter configuration takes effect.\n- true: the modified parameter value has taken effect.\n- false: execution failed.\n",
5333
+ "example": "true",
5334
+ "member": "bool",
5335
+ "name": "Changed",
5336
+ "output_required": true,
5337
+ "type": "bool",
5338
+ "value_allowed_null": false
5339
+ },
5340
+ {
5341
+ "disabled": false,
5342
+ "document": "This parameter is temporarily meaningless (to be compatible with the earlier versions, reserve this parameter at the frontend).",
5343
+ "example": "1",
5344
+ "member": "uint64",
5345
+ "name": "TaskId",
5346
+ "output_required": true,
5347
+ "type": "int",
5348
+ "value_allowed_null": false
5349
+ },
5350
+ {
5351
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5352
+ "member": "string",
5353
+ "name": "RequestId",
5354
+ "type": "string"
5355
+ }
5356
+ ],
5357
+ "type": "object"
5358
+ },
5359
+ "ModifyMongoDBParamType": {
5360
+ "document": "Modifies the request parameters of a TencentDB for MongoDB instance.",
5361
+ "members": [
5362
+ {
5363
+ "disabled": false,
5364
+ "document": "Parameter name to be modified. Strictly refer to the parameter names supported by the current instance, which are obtained through DescribeInstanceParams.",
5365
+ "example": "\"operationProfiling.****\"",
5366
+ "member": "string",
5367
+ "name": "Key",
5368
+ "required": true,
5369
+ "type": "string"
5370
+ },
5371
+ {
5372
+ "disabled": false,
5373
+ "document": "Corresponding value of the parameter name to be modified. Strictly refer to the value ranges corresponding to the parameters obtained through DescribeInstanceParams.",
5374
+ "example": "off",
5375
+ "member": "string",
5376
+ "name": "Value",
5377
+ "required": true,
5378
+ "type": "string"
5379
+ }
5380
+ ],
5381
+ "usage": "in"
5382
+ },
4054
5383
  "ModifyNetworkAddress": {
4055
5384
  "document": "Database IP to be modified",
4056
5385
  "members": [
@@ -4258,13 +5587,46 @@
4258
5587
  "value_allowed_null": false
4259
5588
  },
4260
5589
  {
4261
- "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5590
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
5591
+ "member": "string",
5592
+ "name": "RequestId",
5593
+ "type": "string"
5594
+ }
5595
+ ],
5596
+ "type": "object"
5597
+ },
5598
+ "Operation": {
5599
+ "document": "Operation to be terminated.",
5600
+ "members": [
5601
+ {
5602
+ "disabled": false,
5603
+ "document": "Name of the shard where the operation is performed. The [DescribeCurrentOp](https://www.tencentcloud.comom/document/product/240/48120?from_cn_redirect=1) API can be called to query the shard name.",
5604
+ "example": "cmgo-bbzl****_0",
5605
+ "member": "string",
5606
+ "name": "ReplicaSetName",
5607
+ "required": true,
5608
+ "type": "string"
5609
+ },
5610
+ {
5611
+ "disabled": false,
5612
+ "document": "Name of the node where the operation is performed. The [DescribeCurrentOp](https://www.tencentcloud.comom/document/product/240/48120?from_cn_redirect=1) API can be called to query the node name.",
5613
+ "example": "30.99.***.*:7005:244****",
4262
5614
  "member": "string",
4263
- "name": "RequestId",
5615
+ "name": "NodeName",
5616
+ "required": true,
4264
5617
  "type": "string"
5618
+ },
5619
+ {
5620
+ "disabled": false,
5621
+ "document": "Operation number. The [DescribeCurrentOp](https://www.tencentcloud.comom/document/product/240/48120?from_cn_redirect=1) API can be called to query the operation number.",
5622
+ "example": "918759117",
5623
+ "member": "int64",
5624
+ "name": "OpId",
5625
+ "required": true,
5626
+ "type": "int"
4265
5627
  }
4266
5628
  ],
4267
- "type": "object"
5629
+ "usage": "in"
4268
5630
  },
4269
5631
  "RemoveNodeList": {
4270
5632
  "document": "Node details of the instance to be modified.",
@@ -4619,6 +5981,61 @@
4619
5981
  ],
4620
5982
  "usage": "out"
4621
5983
  },
5984
+ "SetAccountUserPrivilegeRequest": {
5985
+ "document": "SetAccountUserPrivilege request structure.",
5986
+ "members": [
5987
+ {
5988
+ "disabled": false,
5989
+ "document": "Specifies the instance ID for the account to be configured. For example, cmgo-p8vn****. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/MongoDB), and copy the instance ID from the instance list.",
5990
+ "example": "cmgo-kbcfl64r",
5991
+ "member": "string",
5992
+ "name": "InstanceId",
5993
+ "required": true,
5994
+ "type": "string"
5995
+ },
5996
+ {
5997
+ "disabled": false,
5998
+ "document": "Sets the account name to access the instance. The setting requirements are as follows: The name should be started with a letter and its length should be 1–64 characters. Only uppercase letters, lowercase letters, digits (1–9), underscores (_), and hyphens (-) can be entered.",
5999
+ "example": "test_123",
6000
+ "member": "string",
6001
+ "name": "UserName",
6002
+ "required": true,
6003
+ "type": "string"
6004
+ },
6005
+ {
6006
+ "disabled": false,
6007
+ "document": "Sets the permission information.",
6008
+ "example": "无",
6009
+ "member": "Auth",
6010
+ "name": "AuthRole",
6011
+ "required": true,
6012
+ "type": "list"
6013
+ }
6014
+ ],
6015
+ "type": "object"
6016
+ },
6017
+ "SetAccountUserPrivilegeResponse": {
6018
+ "document": "SetAccountUserPrivilege response structure.",
6019
+ "members": [
6020
+ {
6021
+ "disabled": false,
6022
+ "document": "Task ID.",
6023
+ "example": "100000",
6024
+ "member": "uint64",
6025
+ "name": "FlowId",
6026
+ "output_required": true,
6027
+ "type": "int",
6028
+ "value_allowed_null": false
6029
+ },
6030
+ {
6031
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6032
+ "member": "string",
6033
+ "name": "RequestId",
6034
+ "type": "string"
6035
+ }
6036
+ ],
6037
+ "type": "object"
6038
+ },
4622
6039
  "SetDBInstanceDeletionProtectionRequest": {
4623
6040
  "document": "SetDBInstanceDeletionProtection request structure.",
4624
6041
  "members": [
@@ -4655,6 +6072,51 @@
4655
6072
  ],
4656
6073
  "type": "object"
4657
6074
  },
6075
+ "SetInstanceMaintenanceRequest": {
6076
+ "document": "SetInstanceMaintenance request structure.",
6077
+ "members": [
6078
+ {
6079
+ "disabled": false,
6080
+ "document": "Specifies the instance ID. For example, cmgo-p8vn****. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/mongodb), and copy the instance ID from the instance list.\n",
6081
+ "example": "cmgo-7pjedvz7",
6082
+ "member": "string",
6083
+ "name": "InstanceId",
6084
+ "required": true,
6085
+ "type": "string"
6086
+ },
6087
+ {
6088
+ "disabled": false,
6089
+ "document": "Start time of the maintenance window. The value range is any hour or half-hour between 00:00 and 23:00, such as 00:00 or 00:30.",
6090
+ "example": "\"04:00\"",
6091
+ "member": "string",
6092
+ "name": "MaintenanceStart",
6093
+ "required": true,
6094
+ "type": "string"
6095
+ },
6096
+ {
6097
+ "disabled": false,
6098
+ "document": "End time of the maintenance window.\n- The value range is any hour or half-hour between 00:00 and 23:00. The minimum value of maintenance time is 30 minutes, and the maximum value is 3 hours.\n- The end time should be later than the start time.",
6099
+ "example": "\"05:00\"",
6100
+ "member": "string",
6101
+ "name": "MaintenanceEnd",
6102
+ "required": true,
6103
+ "type": "string"
6104
+ }
6105
+ ],
6106
+ "type": "object"
6107
+ },
6108
+ "SetInstanceMaintenanceResponse": {
6109
+ "document": "SetInstanceMaintenance response structure.",
6110
+ "members": [
6111
+ {
6112
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6113
+ "member": "string",
6114
+ "name": "RequestId",
6115
+ "type": "string"
6116
+ }
6117
+ ],
6118
+ "type": "object"
6119
+ },
4658
6120
  "ShardInfo": {
4659
6121
  "document": "Details of an instance shard",
4660
6122
  "members": [
@@ -5123,6 +6585,100 @@
5123
6585
  ],
5124
6586
  "usage": "both"
5125
6587
  },
6588
+ "Task": {
6589
+ "document": "Log download task description.",
6590
+ "members": [
6591
+ {
6592
+ "disabled": false,
6593
+ "document": "Download task type. 0: slow log; 1: error log.",
6594
+ "example": "1",
6595
+ "member": "int64",
6596
+ "name": "TaskType",
6597
+ "output_required": false,
6598
+ "required": false,
6599
+ "type": "int",
6600
+ "value_allowed_null": false
6601
+ },
6602
+ {
6603
+ "disabled": false,
6604
+ "document": "Task ID.",
6605
+ "example": "无",
6606
+ "member": "string",
6607
+ "name": "TaskId",
6608
+ "output_required": true,
6609
+ "required": false,
6610
+ "type": "string",
6611
+ "value_allowed_null": false
6612
+ },
6613
+ {
6614
+ "disabled": false,
6615
+ "document": "Creation time.\nNote: This field may return null, indicating that no valid values can be obtained.",
6616
+ "example": "无",
6617
+ "member": "string",
6618
+ "name": "CreateTime",
6619
+ "output_required": false,
6620
+ "required": false,
6621
+ "type": "string",
6622
+ "value_allowed_null": true
6623
+ },
6624
+ {
6625
+ "disabled": false,
6626
+ "document": "Update time.\nNote: This field may return null, indicating that no valid values can be obtained.",
6627
+ "example": "无",
6628
+ "member": "string",
6629
+ "name": "UpdateTime",
6630
+ "output_required": false,
6631
+ "required": false,
6632
+ "type": "string",
6633
+ "value_allowed_null": true
6634
+ },
6635
+ {
6636
+ "disabled": false,
6637
+ "document": "File size.\nNote: This field may return null, indicating that no valid values can be obtained.",
6638
+ "example": "无",
6639
+ "member": "int64",
6640
+ "name": "FileSize",
6641
+ "output_required": false,
6642
+ "required": false,
6643
+ "type": "int",
6644
+ "value_allowed_null": true
6645
+ },
6646
+ {
6647
+ "disabled": false,
6648
+ "document": "Task status. 0: initialized; 1: running; 2: successful; 3: failed.\nNote: This field may return null, indicating that no valid values can be obtained.",
6649
+ "example": "0",
6650
+ "member": "int64",
6651
+ "name": "Status",
6652
+ "output_required": false,
6653
+ "required": false,
6654
+ "type": "int",
6655
+ "value_allowed_null": true
6656
+ },
6657
+ {
6658
+ "disabled": false,
6659
+ "document": "Percentage.\nNote: This field may return null, indicating that no valid values can be obtained.",
6660
+ "example": "100",
6661
+ "member": "int64",
6662
+ "name": "Percent",
6663
+ "output_required": false,
6664
+ "required": false,
6665
+ "type": "int",
6666
+ "value_allowed_null": true
6667
+ },
6668
+ {
6669
+ "disabled": false,
6670
+ "document": "Download URL.\nNote: This field may return null, indicating that no valid values can be obtained.",
6671
+ "example": "无",
6672
+ "member": "string",
6673
+ "name": "Url",
6674
+ "output_required": false,
6675
+ "required": false,
6676
+ "type": "string",
6677
+ "value_allowed_null": true
6678
+ }
6679
+ ],
6680
+ "usage": "both"
6681
+ },
5126
6682
  "TerminateDBInstancesRequest": {
5127
6683
  "document": "TerminateDBInstances request structure.",
5128
6684
  "members": [
@@ -5149,6 +6705,107 @@
5149
6705
  }
5150
6706
  ],
5151
6707
  "type": "object"
6708
+ },
6709
+ "UpgradeDBInstanceKernelVersionRequest": {
6710
+ "document": "UpgradeDBInstanceKernelVersion request structure.",
6711
+ "members": [
6712
+ {
6713
+ "disabled": false,
6714
+ "document": "List of instance IDs, which are in the format of cmgo-p8vnipr5. It is the same as the format of the instance ID displayed on the TencentDB for MongoDB console page.",
6715
+ "example": "cmgo-p8vnipr5",
6716
+ "member": "string",
6717
+ "name": "InstanceId",
6718
+ "required": true,
6719
+ "type": "string"
6720
+ },
6721
+ {
6722
+ "disabled": false,
6723
+ "document": "Whether to perform the upgrade during the maintenance period. 0 - no; 1 - yes.",
6724
+ "example": "无",
6725
+ "member": "int64",
6726
+ "name": "InMaintenance",
6727
+ "required": false,
6728
+ "type": "int"
6729
+ }
6730
+ ],
6731
+ "type": "object"
6732
+ },
6733
+ "UpgradeDBInstanceKernelVersionResponse": {
6734
+ "document": "UpgradeDBInstanceKernelVersion response structure.",
6735
+ "members": [
6736
+ {
6737
+ "disabled": false,
6738
+ "document": "Asynchronous process task ID.",
6739
+ "example": "1367",
6740
+ "member": "uint64",
6741
+ "name": "FlowId",
6742
+ "output_required": true,
6743
+ "type": "int",
6744
+ "value_allowed_null": false
6745
+ },
6746
+ {
6747
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6748
+ "member": "string",
6749
+ "name": "RequestId",
6750
+ "type": "string"
6751
+ }
6752
+ ],
6753
+ "type": "object"
6754
+ },
6755
+ "UpgradeDbInstanceVersionRequest": {
6756
+ "document": "UpgradeDbInstanceVersion request structure.",
6757
+ "members": [
6758
+ {
6759
+ "disabled": false,
6760
+ "document": "List of instance IDs, which are in the format of cmgo-p8vnipr5. It is the same as the format of the instance ID displayed on the TencentDB for MongoDB console page.",
6761
+ "example": "cmgo-p8vnipr5",
6762
+ "member": "string",
6763
+ "name": "InstanceId",
6764
+ "required": true,
6765
+ "type": "string"
6766
+ },
6767
+ {
6768
+ "disabled": false,
6769
+ "document": "Newly upgraded database version. Currently, it only supports MONGO_40_WT (version of the MongoDB 4.0 WiredTiger storage engine) and MONGO_42_WT (version of the MongoDB 4.2 WiredTiger storage engine).",
6770
+ "example": "MONGO_42_WT",
6771
+ "member": "string",
6772
+ "name": "MongoVersion",
6773
+ "required": true,
6774
+ "type": "string"
6775
+ },
6776
+ {
6777
+ "disabled": false,
6778
+ "document": "Whether to perform the upgrade during the maintenance period. 0 - upgrade now; 1 - upgrade during the maintenance period.",
6779
+ "example": "无",
6780
+ "member": "int64",
6781
+ "name": "InMaintenance",
6782
+ "required": false,
6783
+ "type": "int"
6784
+ }
6785
+ ],
6786
+ "type": "object"
6787
+ },
6788
+ "UpgradeDbInstanceVersionResponse": {
6789
+ "document": "UpgradeDbInstanceVersion response structure.",
6790
+ "members": [
6791
+ {
6792
+ "disabled": false,
6793
+ "document": "Asynchronous process task ID.",
6794
+ "example": "1367",
6795
+ "member": "uint64",
6796
+ "name": "FlowId",
6797
+ "output_required": true,
6798
+ "type": "int",
6799
+ "value_allowed_null": false
6800
+ },
6801
+ {
6802
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6803
+ "member": "string",
6804
+ "name": "RequestId",
6805
+ "type": "string"
6806
+ }
6807
+ ],
6808
+ "type": "object"
5152
6809
  }
5153
6810
  },
5154
6811
  "version": "1.0"