tccli-intl-en 3.1.13.1__py2.py3-none-any.whl → 3.1.39.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 (75) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/advisor_client.py +56 -0
  4. tccli/services/advisor/v20200721/api.json +34 -0
  5. tccli/services/advisor/v20200721/examples.json +8 -0
  6. tccli/services/autoscaling/v20180419/api.json +41 -13
  7. tccli/services/billing/billing_client.py +172 -4
  8. tccli/services/billing/v20180709/api.json +332 -1
  9. tccli/services/billing/v20180709/examples.json +24 -0
  10. tccli/services/ccc/v20200210/api.json +71 -26
  11. tccli/services/cdb/cdb_client.py +1128 -288
  12. tccli/services/cdb/v20170320/api.json +2166 -335
  13. tccli/services/cdb/v20170320/examples.json +126 -6
  14. tccli/services/cdn/v20180606/api.json +22 -22
  15. tccli/services/cdn/v20180606/examples.json +1 -1
  16. tccli/services/ckafka/ckafka_client.py +120 -8
  17. tccli/services/ckafka/v20190819/api.json +525 -180
  18. tccli/services/ckafka/v20190819/examples.json +30 -20
  19. tccli/services/clb/v20180317/api.json +87 -87
  20. tccli/services/csip/csip_client.py +392 -0
  21. tccli/services/csip/v20221121/api.json +2050 -284
  22. tccli/services/csip/v20221121/examples.json +56 -0
  23. tccli/services/cvm/v20170312/api.json +20 -20
  24. tccli/services/cvm/v20170312/examples.json +8 -8
  25. tccli/services/emr/v20190103/api.json +6 -6
  26. tccli/services/faceid/v20180301/api.json +102 -52
  27. tccli/services/faceid/v20180301/examples.json +3 -9
  28. tccli/services/hunyuan/hunyuan_client.py +448 -0
  29. tccli/services/hunyuan/v20230901/api.json +879 -18
  30. tccli/services/hunyuan/v20230901/examples.json +64 -0
  31. tccli/services/lighthouse/lighthouse_client.py +360 -24
  32. tccli/services/lighthouse/v20200324/api.json +488 -0
  33. tccli/services/lighthouse/v20200324/examples.json +54 -0
  34. tccli/services/lkeap/v20240522/api.json +36 -0
  35. tccli/services/lkeap/v20240522/examples.json +1 -1
  36. tccli/services/mdl/v20200326/api.json +309 -38
  37. tccli/services/mdp/v20200527/api.json +191 -28
  38. tccli/services/mongodb/v20190725/api.json +39 -39
  39. tccli/services/monitor/v20180724/api.json +5 -5
  40. tccli/services/mps/mps_client.py +341 -61
  41. tccli/services/mps/v20190612/api.json +890 -31
  42. tccli/services/mps/v20190612/examples.json +40 -0
  43. tccli/services/mqtt/__init__.py +4 -0
  44. tccli/services/mqtt/mqtt_client.py +1610 -0
  45. tccli/services/mqtt/v20240516/api.json +3057 -0
  46. tccli/services/mqtt/v20240516/examples.json +213 -0
  47. tccli/services/ocr/v20181119/api.json +23 -3
  48. tccli/services/ocr/v20181119/examples.json +6 -6
  49. tccli/services/redis/v20180412/api.json +12 -12
  50. tccli/services/ses/ses_client.py +348 -12
  51. tccli/services/ses/v20201002/api.json +1197 -256
  52. tccli/services/ses/v20201002/examples.json +78 -24
  53. tccli/services/tcsas/tcsas_client.py +2281 -209
  54. tccli/services/tcsas/v20250106/api.json +8410 -3423
  55. tccli/services/tcsas/v20250106/examples.json +308 -12
  56. tccli/services/tdmq/v20200217/api.json +4 -4
  57. tccli/services/teo/v20220901/api.json +10 -10
  58. tccli/services/tke/tke_client.py +168 -0
  59. tccli/services/tke/v20180525/api.json +227 -0
  60. tccli/services/tke/v20180525/examples.json +24 -0
  61. tccli/services/trocket/v20230308/api.json +96 -96
  62. tccli/services/trtc/v20190722/api.json +212 -144
  63. tccli/services/trtc/v20190722/examples.json +7 -7
  64. tccli/services/vod/v20180717/api.json +2929 -296
  65. tccli/services/vod/v20180717/examples.json +40 -6
  66. tccli/services/vod/vod_client.py +280 -0
  67. tccli/services/vpc/v20170312/api.json +80 -13
  68. tccli/services/vpc/v20170312/examples.json +17 -9
  69. tccli/services/vpc/vpc_client.py +64 -8
  70. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
  71. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
  72. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
  73. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
  74. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
  75. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
@@ -29,7 +29,7 @@
29
29
  "status": "online"
30
30
  },
31
31
  "CreateDBInstance": {
32
- "document": "This API is used to create a yearly/monthly subscription TencentDB for MongoDB instance. The [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/35767?from_cn_redirect=1) API can be called to query and obtain the supported sales specifications.",
32
+ "document": "This API is used to create a yearly/monthly subscription TencentDB for MongoDB instance. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/35767?from_cn_redirect=1) API can be called to query and obtain the supported sales specifications.",
33
33
  "input": "CreateDBInstanceRequest",
34
34
  "name": "Creates a monthly subscription TencentDB instance",
35
35
  "output": "CreateDBInstanceResponse",
@@ -267,7 +267,7 @@
267
267
  "status": "online"
268
268
  },
269
269
  "ModifyDBInstanceSpec": {
270
- "document": "This API is used to adjust the TencentDB for MongoDB instance configuration. The [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API can be called to query and obtain the supported sales specifications.",
270
+ "document": "This API is used to adjust the TencentDB for MongoDB instance configuration. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to query and obtain the supported sales specifications.",
271
271
  "input": "ModifyDBInstanceSpecRequest",
272
272
  "name": "Adjusts the configurations of a TencentDB instance",
273
273
  "output": "ModifyDBInstanceSpecResponse",
@@ -371,7 +371,7 @@
371
371
  },
372
372
  {
373
373
  "disabled": false,
374
- "document": "AZ corresponding to the node. For the currently supported AZs, see [Regions and AZs](https://www.tencentcloud.comom/document/product/240/3637?from_cn_redirect=1).\n- Single AZ: All nodes are in the same AZ.\n- Multiple AZs: The current standard specification involves three AZs. The primary and secondary nodes are not in the same AZ. Note: AZs corresponding to the nodes to be added should be specified. After addition, the number of nodes in any 2 AZs should be greater than that in the third AZ.",
374
+ "document": "AZ corresponding to the node. For the currently supported AZs, see [Regions and AZs](https://www.tencentcloud.com/document/product/240/3637?from_cn_redirect=1).\n- Single AZ: All nodes are in the same AZ.\n- Multiple AZs: The current standard specification involves three AZs. The primary and secondary nodes are not in the same AZ. Note: AZs corresponding to the nodes to be added should be specified. After addition, the number of nodes in any 2 AZs should be greater than that in the third AZ.",
375
375
  "example": "ap-guangzhou-2",
376
376
  "member": "string",
377
377
  "name": "Zone",
@@ -930,7 +930,7 @@
930
930
  },
931
931
  {
932
932
  "disabled": false,
933
- "document": "Name of the backup file to be downloaded. The [DescribeDBBackups](https://www.tencentcloud.comom/document/product/240/38574?from_cn_redirect=1) API can be called to obtain it.",
933
+ "document": "Name of the backup file to be downloaded. The [DescribeDBBackups](https://www.tencentcloud.com/document/product/240/38574?from_cn_redirect=1) API can be called to obtain it.",
934
934
  "example": "cmgo-74sjf5mt_2021-03-24 15:40",
935
935
  "member": "string",
936
936
  "name": "BackupName",
@@ -1012,7 +1012,7 @@
1012
1012
  },
1013
1013
  {
1014
1014
  "disabled": false,
1015
- "document": "Refers to version information. The [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API can be called to obtain detailed information about the supported versions.\n- MONGO_40_WT: version of the MongoDB 4.0 WiredTiger storage engine.\n- MONGO_42_WT: version of the MongoDB 4.2 WiredTiger storage engine.\n- MONGO_44_WT: version of the MongoDB 4.4 WiredTiger storage engine.\n- MONGO_50_WT: version of the MongoDB 5.0 WiredTiger storage engine.\n- MONGO_60_WT: version of the MongoDB 6.0 WiredTiger storage engine.\n- MONGO_70_WT: version of the MongoDB 7.0 WiredTiger storage engine.",
1015
+ "document": "Refers to version information. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain detailed information about the supported versions.\n- MONGO_40_WT: version of the MongoDB 4.0 WiredTiger storage engine.\n- MONGO_42_WT: version of the MongoDB 4.2 WiredTiger storage engine.\n- MONGO_44_WT: version of the MongoDB 4.4 WiredTiger storage engine.\n- MONGO_50_WT: version of the MongoDB 5.0 WiredTiger storage engine.\n- MONGO_60_WT: version of the MongoDB 6.0 WiredTiger storage engine.\n- MONGO_70_WT: version of the MongoDB 7.0 WiredTiger storage engine.",
1016
1016
  "example": "MONGO_44_WT",
1017
1017
  "member": "string",
1018
1018
  "name": "MongoVersion",
@@ -1057,7 +1057,7 @@
1057
1057
  },
1058
1058
  {
1059
1059
  "disabled": false,
1060
- "document": "VPC ID.\n- Only VPC configuration is supported, and a VPC in the same region as the instance should be selected. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available VPC ID.\n- After successful instance creation, VPCs can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.comom/document/product/239/30910?from_cn_redirect=1).",
1060
+ "document": "VPC ID.\n- Only VPC configuration is supported, and a VPC in the same region as the instance should be selected. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available VPC ID.\n- After successful instance creation, VPCs can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.com/document/product/239/30910?from_cn_redirect=1).",
1061
1061
  "example": "vpc-k515****",
1062
1062
  "member": "string",
1063
1063
  "name": "VpcId",
@@ -1066,7 +1066,7 @@
1066
1066
  },
1067
1067
  {
1068
1068
  "disabled": false,
1069
- "document": "Subnet ID of the VPC.\n- A subnet should be specified within the selected VPC. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available subnet ID.\n- After successful instance creation, VPCs and subnets can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.comom/document/product/239/30910?from_cn_redirect=1).",
1069
+ "document": "Subnet ID of the VPC.\n- A subnet should be specified within the selected VPC. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available subnet ID.\n- After successful instance creation, VPCs and subnets can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.com/document/product/239/30910?from_cn_redirect=1).",
1070
1070
  "example": "subnet-60dr****",
1071
1071
  "member": "string",
1072
1072
  "name": "SubnetId",
@@ -1147,7 +1147,7 @@
1147
1147
  },
1148
1148
  {
1149
1149
  "disabled": false,
1150
- "document": "Specifies the list of AZs during multi-AZ deployment of TencentDB for MongoDB instances.\n- For instances in multi-AZ deployment mode, the **Zone** parameter specifies the primary AZ, and **AvailabilityZoneList** specifies all AZs, including the primary AZ. Format: [ap-guangzhou-2,ap-guangzhou-3,ap-guangzhou-4].\n- The [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API can be called to obtain AZs planned for TencentDB for MongoDB instances in different regions, helping you specify valid AZs.\n- Nodes in multi-AZ deployment mode can only be deployed in 3 different AZs. Deploying most nodes of a cluster in the same AZ is not supported. For example, a 3-node cluster does not support deploying 2 nodes in the same AZ.",
1150
+ "document": "Specifies the list of AZs during multi-AZ deployment of TencentDB for MongoDB instances.\n- For instances in multi-AZ deployment mode, the **Zone** parameter specifies the primary AZ, and **AvailabilityZoneList** specifies all AZs, including the primary AZ. Format: [ap-guangzhou-2,ap-guangzhou-3,ap-guangzhou-4].\n- The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain AZs planned for TencentDB for MongoDB instances in different regions, helping you specify valid AZs.\n- Nodes in multi-AZ deployment mode can only be deployed in 3 different AZs. Deploying most nodes of a cluster in the same AZ is not supported. For example, a 3-node cluster does not support deploying 2 nodes in the same AZ.",
1151
1151
  "example": "[\"ap-guangzhou-2\",\"ap-guangzhou-3\",\"ap-guangzhou-4\"]",
1152
1152
  "member": "string",
1153
1153
  "name": "AvailabilityZoneList",
@@ -1210,7 +1210,7 @@
1210
1210
  },
1211
1211
  {
1212
1212
  "disabled": false,
1213
- "document": "Parameter template ID.\n- A parameter template is a collection of predefined parameter values that can be used to quickly configure new MongoDB instances. Proper use of parameter templates can significantly enhance the deployment efficiency and operational performance of the database.\n- The [DescribeDBInstanceParamTpl](https://www.tencentcloud.comom/document/product/240/109155?from_cn_redirect=1) API can be called to obtain the parameter template ID. Select the parameter template ID corresponding to the instance version and architecture.",
1213
+ "document": "Parameter template ID.\n- A parameter template is a collection of predefined parameter values that can be used to quickly configure new MongoDB instances. Proper use of parameter templates can significantly enhance the deployment efficiency and operational performance of the database.\n- The [DescribeDBInstanceParamTpl](https://www.tencentcloud.com/document/product/240/109155?from_cn_redirect=1) API can be called to obtain the parameter template ID. Select the parameter template ID corresponding to the instance version and architecture.",
1214
1214
  "example": "tpl-0vswu****",
1215
1215
  "member": "string",
1216
1216
  "name": "ParamTemplateId",
@@ -1284,7 +1284,7 @@
1284
1284
  },
1285
1285
  {
1286
1286
  "disabled": false,
1287
- "document": "Refers to version information. The [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API can be called to obtain detailed information about the supported versions.\n- MONGO_40_WT: version of the MongoDB 4.0 WiredTiger storage engine.\n- MONGO_42_WT: version of the MongoDB 4.2 WiredTiger storage engine.\n- MONGO_44_WT: version of the MongoDB 4.4 WiredTiger storage engine.\n- MONGO_50_WT: version of the MongoDB 5.0 WiredTiger storage engine.\n- MONGO_60_WT: version of the MongoDB 6.0 WiredTiger storage engine.\n- MONGO_70_WT: version of the MongoDB 7.0 WiredTiger storage engine.",
1287
+ "document": "Refers to version information. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain detailed information about the supported versions.\n- MONGO_40_WT: version of the MongoDB 4.0 WiredTiger storage engine.\n- MONGO_42_WT: version of the MongoDB 4.2 WiredTiger storage engine.\n- MONGO_44_WT: version of the MongoDB 4.4 WiredTiger storage engine.\n- MONGO_50_WT: version of the MongoDB 5.0 WiredTiger storage engine.\n- MONGO_60_WT: version of the MongoDB 6.0 WiredTiger storage engine.\n- MONGO_70_WT: version of the MongoDB 7.0 WiredTiger storage engine.",
1288
1288
  "example": "MONGO_44_WT",
1289
1289
  "member": "string",
1290
1290
  "name": "MongoVersion",
@@ -1356,7 +1356,7 @@
1356
1356
  },
1357
1357
  {
1358
1358
  "disabled": false,
1359
- "document": "VPC ID.\n- Only VPC configuration is supported, and a VPC in the same region as the instance should be selected. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available VPC ID.\n- After successful instance creation, VPCs can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.comom/document/product/239/30910?from_cn_redirect=1).",
1359
+ "document": "VPC ID.\n- Only VPC configuration is supported, and a VPC in the same region as the instance should be selected. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available VPC ID.\n- After successful instance creation, VPCs can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.com/document/product/239/30910?from_cn_redirect=1).",
1360
1360
  "example": "vpc-0akb****",
1361
1361
  "member": "string",
1362
1362
  "name": "VpcId",
@@ -1365,7 +1365,7 @@
1365
1365
  },
1366
1366
  {
1367
1367
  "disabled": false,
1368
- "document": "Subnet ID of the VPC.\n- A subnet should be specified within the selected VPC. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available subnet ID.\n- After successful instance creation, VPCs and subnets can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.comom/document/product/239/30910?from_cn_redirect=1).",
1368
+ "document": "Subnet ID of the VPC.\n- A subnet should be specified within the selected VPC. Log in to the [VPC console](https://console.cloud.tencent.com/vpc) to obtain the available subnet ID.\n- After successful instance creation, VPCs and subnets can be changed. For detailed operations, see [Changing the Network](https://www.tencentcloud.com/document/product/239/30910?from_cn_redirect=1).",
1369
1369
  "example": "subnet-fyrt****",
1370
1370
  "member": "string",
1371
1371
  "name": "SubnetId",
@@ -1518,7 +1518,7 @@
1518
1518
  },
1519
1519
  {
1520
1520
  "disabled": false,
1521
- "document": "Parameter template ID.\n- A parameter template is a collection of predefined parameter values that can be used to quickly configure new MongoDB instances. Proper use of parameter templates can significantly enhance the deployment efficiency and operational performance of the database.\n- The [DescribeDBInstanceParamTpl](https://www.tencentcloud.comom/document/product/240/109155?from_cn_redirect=1) API can be called to obtain the parameter template ID. Select the parameter template ID corresponding to the instance version and architecture.",
1521
+ "document": "Parameter template ID.\n- A parameter template is a collection of predefined parameter values that can be used to quickly configure new MongoDB instances. Proper use of parameter templates can significantly enhance the deployment efficiency and operational performance of the database.\n- The [DescribeDBInstanceParamTpl](https://www.tencentcloud.com/document/product/240/109155?from_cn_redirect=1) API can be called to obtain the parameter template ID. Select the parameter template ID corresponding to the instance version and architecture.",
1522
1522
  "example": "tpl-0vswu****",
1523
1523
  "member": "string",
1524
1524
  "name": "ParamTemplateId",
@@ -1946,7 +1946,7 @@
1946
1946
  "members": [
1947
1947
  {
1948
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.",
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.com/document/product/240/46599?from_cn_redirect=1)), the response value of AsyncRequestId is the ID to be filled in for this parameter.",
1950
1950
  "example": "4762",
1951
1951
  "member": "string",
1952
1952
  "name": "AsyncRequestId",
@@ -2012,7 +2012,7 @@
2012
2012
  },
2013
2013
  {
2014
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.",
2015
+ "document": "Specifies the backup file name for filtering download tasks of the specified file. The [DescribeDBBackups](https://www.tencentcloud.com/document/product/240/38574?from_cn_redirect=1) API can be called to obtain the backup file name.",
2016
2016
  "example": "cmgo-74sjf5mt_2021-03-24 15:40",
2017
2017
  "member": "string",
2018
2018
  "name": "BackupName",
@@ -2444,7 +2444,7 @@
2444
2444
  "members": [
2445
2445
  {
2446
2446
  "disabled": false,
2447
- "document": "Order ID.\n- Pay-as-you-go instance. It can be obtained through the output parameter **DealId** of the [CreateDBInstanceHour](https://www.tencentcloud.comom/document/product/240/38570?from_cn_redirect=1) API.\n- Yearly/monthly subscription instance. It can be obtained through the output parameter **DealId** of the [CreateDBInstance](https://www.tencentcloud.comom/document/product/240/38571?from_cn_redirect=1) API.",
2447
+ "document": "Order ID.\n- Pay-as-you-go instance. It can be obtained through the output parameter **DealId** of the [CreateDBInstanceHour](https://www.tencentcloud.com/document/product/240/38570?from_cn_redirect=1) API.\n- Yearly/monthly subscription instance. It can be obtained through the output parameter **DealId** of the [CreateDBInstance](https://www.tencentcloud.com/document/product/240/38571?from_cn_redirect=1) API.",
2448
2448
  "example": "20200420111635",
2449
2449
  "member": "string",
2450
2450
  "name": "DealId",
@@ -2896,7 +2896,7 @@
2896
2896
  },
2897
2897
  {
2898
2898
  "disabled": false,
2899
- "document": "Specifies the node name for querying slow logs. The [DescribeDBInstanceNodeProperty](https://www.tencentcloud.comom/document/product/240/82022?from_cn_redirect=1) API can be called to query the node name.",
2899
+ "document": "Specifies the node name for querying slow logs. The [DescribeDBInstanceNodeProperty](https://www.tencentcloud.com/document/product/240/82022?from_cn_redirect=1) API can be called to query the node name.",
2900
2900
  "example": "[\"cmgo-r3p8****_0-node-primary\"]",
2901
2901
  "member": "string",
2902
2902
  "name": "NodeNames",
@@ -3581,7 +3581,7 @@
3581
3581
  "members": [
3582
3582
  {
3583
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).",
3584
+ "document": "AZ to be queried. For currently supported AZs, see [Regions and AZs](https://www.tencentcloud.com/document/product/240/3637?from_cn_redirect=1).",
3585
3585
  "example": "ap-guangzhou-3",
3586
3586
  "member": "string",
3587
3587
  "name": "Zone",
@@ -3627,7 +3627,7 @@
3627
3627
  },
3628
3628
  {
3629
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.",
3630
+ "document": " Region where the [Key Management Service (KMS)](https://www.tencentcloud.com/document/product/573/18809?from_cn_redirect=1) instance is located. For example, ap-shanghai.",
3631
3631
  "example": "ap-shanghai",
3632
3632
  "member": "string",
3633
3633
  "name": "KmsRegion",
@@ -3700,7 +3700,7 @@
3700
3700
  "members": [
3701
3701
  {
3702
3702
  "disabled": false,
3703
- "document": "Region and AZ information of the instance. For details, see [Regions and AZs](https://www.tencentcloud.comom/document/product/240/3637?from_cn_redirect=1).",
3703
+ "document": "Region and AZ information of the instance. For details, see [Regions and AZs](https://www.tencentcloud.com/document/product/240/3637?from_cn_redirect=1).",
3704
3704
  "example": "ap-guangzhou-4",
3705
3705
  "member": "string",
3706
3706
  "name": "Zone",
@@ -3709,7 +3709,7 @@
3709
3709
  },
3710
3710
  {
3711
3711
  "disabled": false,
3712
- "document": "-Specifies the number of primary and secondary nodes for each replica set during replica set instance creation. call the [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API to obtain the maximum and minimum number of nodes supported for each replica set.\n- Specifies the number of primary and secondary nodes for each shard during sharded cluster instance creation. Call the [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API to obtain the maximum and minimum number of nodes supported for each shard.",
3712
+ "document": "-Specifies the number of primary and secondary nodes for each replica set during replica set instance creation. call the [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API to obtain the maximum and minimum number of nodes supported for each replica set.\n- Specifies the number of primary and secondary nodes for each shard during sharded cluster instance creation. Call the [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API to obtain the maximum and minimum number of nodes supported for each shard.",
3713
3713
  "example": "3",
3714
3714
  "member": "int64",
3715
3715
  "name": "NodeNum",
@@ -3736,7 +3736,7 @@
3736
3736
  },
3737
3737
  {
3738
3738
  "disabled": false,
3739
- "document": "Instance version information. The [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API can be called to obtain specific supported versions. The MongoVersionCode parameter in the returned data structure SpecItems indicates the information on versions supported by instances. The corresponding relationship between version information and version number is as follows:\n- MONGO_40_WT: version of the MongoDB 4.0 WiredTiger storage engine.\n- MONGO_42_WT: version of the MongoDB 4.2 WiredTiger storage engine.\n- MONGO_44_WT: version of the MongoDB 4.4 WiredTiger storage engine.\n- MONGO_50_WT: version of the MongoDB 5.0 WiredTiger storage engine.\n- MONGO_60_WT: version of the MongoDB 6.0 WiredTiger storage engine.\n- MONGO_70_WT: version of the MongoDB 7.0 WiredTiger storage engine.",
3739
+ "document": "Instance version information. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain specific supported versions. The MongoVersionCode parameter in the returned data structure SpecItems indicates the information on versions supported by instances. The corresponding relationship between version information and version number is as follows:\n- MONGO_40_WT: version of the MongoDB 4.0 WiredTiger storage engine.\n- MONGO_42_WT: version of the MongoDB 4.2 WiredTiger storage engine.\n- MONGO_44_WT: version of the MongoDB 4.4 WiredTiger storage engine.\n- MONGO_50_WT: version of the MongoDB 5.0 WiredTiger storage engine.\n- MONGO_60_WT: version of the MongoDB 6.0 WiredTiger storage engine.\n- MONGO_70_WT: version of the MongoDB 7.0 WiredTiger storage engine.",
3740
3740
  "example": "MONGO_50_WT",
3741
3741
  "member": "string",
3742
3742
  "name": "MongoVersion",
@@ -3890,7 +3890,7 @@
3890
3890
  },
3891
3891
  {
3892
3892
  "disabled": false,
3893
- "document": "Instance memory size after configuration changes, in GB. The [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API can be called to obtain the specific sales specifications for memory.",
3893
+ "document": "Instance memory size after configuration changes, in GB. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain the specific sales specifications for memory.",
3894
3894
  "example": "8",
3895
3895
  "member": "int64",
3896
3896
  "name": "Memory",
@@ -3899,7 +3899,7 @@
3899
3899
  },
3900
3900
  {
3901
3901
  "disabled": false,
3902
- "document": "Instance disk size after configuration changes, in GB. The [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API can be called to obtain the maximum and minimum disk sizes corresponding to each CPU specification.",
3902
+ "document": "Instance disk size after configuration changes, in GB. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain the maximum and minimum disk sizes corresponding to each CPU specification.",
3903
3903
  "example": "200",
3904
3904
  "member": "int64",
3905
3905
  "name": "Volume",
@@ -3908,7 +3908,7 @@
3908
3908
  },
3909
3909
  {
3910
3910
  "disabled": false,
3911
- "document": "Number of instance nodes. The [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API can be called to obtain the number of instance nodes.\n- Replica set instance, which refers to the number of primary and secondary nodes for the instance after configuration changes.\n- Sharded cluster instance, which refers to the number of primary and secondary nodes per shard for the instance after configuration changes.\n**Note**: Do not initiate tasks of adjusting the number of nodes and shards and the node specifications simultaneously.",
3911
+ "document": "Number of instance nodes. The [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API can be called to obtain the number of instance nodes.\n- Replica set instance, which refers to the number of primary and secondary nodes for the instance after configuration changes.\n- Sharded cluster instance, which refers to the number of primary and secondary nodes per shard for the instance after configuration changes.\n**Note**: Do not initiate tasks of adjusting the number of nodes and shards and the node specifications simultaneously.",
3912
3912
  "example": "3",
3913
3913
  "member": "int64",
3914
3914
  "name": "NodeNum",
@@ -5087,7 +5087,7 @@
5087
5087
  },
5088
5088
  {
5089
5089
  "disabled": false,
5090
- "document": "VPC ID after the switch. If the instance is using a basic network, this field is not required. The [DescribeDBInstances](https://www.tencentcloud.comom/document/product/240/38568?from_cn_redirect=1) API can be called to obtain the VPC ID.",
5090
+ "document": "VPC ID after the switch. If the instance is using a basic network, this field is not required. The [DescribeDBInstances](https://www.tencentcloud.com/document/product/240/38568?from_cn_redirect=1) API can be called to obtain the VPC ID.",
5091
5091
  "example": "vpc-****",
5092
5092
  "member": "string",
5093
5093
  "name": "NewUniqVpcId",
@@ -5096,7 +5096,7 @@
5096
5096
  },
5097
5097
  {
5098
5098
  "disabled": false,
5099
- "document": "VPC subnet ID after the switch. If the instance is using a basic network, this field is not required. The [DescribeDBInstances](https://www.tencentcloud.comom/document/product/240/38568?from_cn_redirect=1) API can be called to obtain the subnet ID of the VPC.",
5099
+ "document": "VPC subnet ID after the switch. If the instance is using a basic network, this field is not required. The [DescribeDBInstances](https://www.tencentcloud.com/document/product/240/38568?from_cn_redirect=1) API can be called to obtain the subnet ID of the VPC.",
5100
5100
  "example": "subnet-****",
5101
5101
  "member": "string",
5102
5102
  "name": "NewUniqSubnetId",
@@ -5187,7 +5187,7 @@
5187
5187
  },
5188
5188
  {
5189
5189
  "disabled": false,
5190
- "document": "Memory size after instance configuration changes, in GB. If this parameter is left blank, the default value is the current memory size of the instance. For the currently supported memory specifications, see [Product Specifications](https://www.tencentcloud.comom/document/product/240/64125?from_cn_redirect=1).\n**Note**: Memory and disk configurations should be upgraded or downgraded simultaneously, meaning that Memory and Volume should be modified at the same time.",
5190
+ "document": "Memory size after instance configuration changes, in GB. If this parameter is left blank, the default value is the current memory size of the instance. For the currently supported memory specifications, see [Product Specifications](https://www.tencentcloud.com/document/product/240/64125?from_cn_redirect=1).\n**Note**: Memory and disk configurations should be upgraded or downgraded simultaneously, meaning that Memory and Volume should be modified at the same time.",
5191
5191
  "example": "4",
5192
5192
  "member": "uint64",
5193
5193
  "name": "Memory",
@@ -5196,7 +5196,7 @@
5196
5196
  },
5197
5197
  {
5198
5198
  "disabled": false,
5199
- "document": "Hard disk size after instance configuration changes, in GB. If this parameter is left blank, the default value is the current disk size of the instance. For the currently supported disk capacity, see [Product Specifications](https://www.tencentcloud.comom/document/product/240/64125?from_cn_redirect=1).\n- Memory and disk configurations should be upgraded or downgraded at the same time, meaning that Memory and Volume should be modified at the same time.\n- During configuration downgrade, the disk capacity after changes should be greater than 1.2 times the used disk capacity.",
5199
+ "document": "Hard disk size after instance configuration changes, in GB. If this parameter is left blank, the default value is the current disk size of the instance. For the currently supported disk capacity, see [Product Specifications](https://www.tencentcloud.com/document/product/240/64125?from_cn_redirect=1).\n- Memory and disk configurations should be upgraded or downgraded at the same time, meaning that Memory and Volume should be modified at the same time.\n- During configuration downgrade, the disk capacity after changes should be greater than 1.2 times the used disk capacity.",
5200
5200
  "example": "250",
5201
5201
  "member": "uint64",
5202
5202
  "name": "Volume",
@@ -5214,7 +5214,7 @@
5214
5214
  },
5215
5215
  {
5216
5216
  "disabled": false,
5217
- "document": "Number of Mongod nodes after instance changes (excluding read-only nodes).\n- Number of replica set nodes. The value range of the number of nodes can be obtained through the response parameters MinNodeNum and MaxNodeNum of the [DescribeSpecInfo ](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API.\n- Number of nodes per shard in a sharded cluster. The value range of the number of nodes can be obtained through the response parameters MinReplicateSetNodeNum and MaxReplicateSetNodeNum of the [DescribeSpecInfo ](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API.\n**Note**: When the CPU and memory specifications of Mongod or Mongos nodes are changed, this parameter is not required, or enter the current number of Mongod or Mongos nodes (excluding read-only nodes).",
5217
+ "document": "Number of Mongod nodes after instance changes (excluding read-only nodes).\n- Number of replica set nodes. The value range of the number of nodes can be obtained through the response parameters MinNodeNum and MaxNodeNum of the [DescribeSpecInfo ](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API.\n- Number of nodes per shard in a sharded cluster. The value range of the number of nodes can be obtained through the response parameters MinReplicateSetNodeNum and MaxReplicateSetNodeNum of the [DescribeSpecInfo ](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API.\n**Note**: When the CPU and memory specifications of Mongod or Mongos nodes are changed, this parameter is not required, or enter the current number of Mongod or Mongos nodes (excluding read-only nodes).",
5218
5218
  "example": "3",
5219
5219
  "member": "uint64",
5220
5220
  "name": "NodeNum",
@@ -5223,7 +5223,7 @@
5223
5223
  },
5224
5224
  {
5225
5225
  "disabled": false,
5226
- "document": "Number of shards after instance changes.\n- The value range for the number of instance shards can be obtained through the response parameters **MinReplicateSetNum** and **MaxReplicateSetNum** of the [DescribeSpecInfo](https://www.tencentcloud.comom/document/product/240/38567?from_cn_redirect=1) API.\n- The number of instance shards can only be increased and cannot be decreased.",
5226
+ "document": "Number of shards after instance changes.\n- The value range for the number of instance shards can be obtained through the response parameters **MinReplicateSetNum** and **MaxReplicateSetNum** of the [DescribeSpecInfo](https://www.tencentcloud.com/document/product/240/38567?from_cn_redirect=1) API.\n- The number of instance shards can only be increased and cannot be decreased.",
5227
5227
  "example": "3",
5228
5228
  "member": "uint64",
5229
5229
  "name": "ReplicateSetNum",
@@ -5241,7 +5241,7 @@
5241
5241
  },
5242
5242
  {
5243
5243
  "disabled": false,
5244
- "document": "Memory size of the Mongos node after sharded cluster instance configuration changes, in GB. For the specifications supported by the instance, see [Product Specifications](https://www.tencentcloud.comom/document/product/240/64125?from_cn_redirect=1).",
5244
+ "document": "Memory size of the Mongos node after sharded cluster instance configuration changes, in GB. For the specifications supported by the instance, see [Product Specifications](https://www.tencentcloud.com/document/product/240/64125?from_cn_redirect=1).",
5245
5245
  "example": "2",
5246
5246
  "member": "string",
5247
5247
  "name": "MongosMemory",
@@ -5305,7 +5305,7 @@
5305
5305
  },
5306
5306
  {
5307
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).",
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.com/document/product/240/65903?from_cn_redirect=1).",
5309
5309
  "example": "无",
5310
5310
  "member": "ModifyMongoDBParamType",
5311
5311
  "name": "InstanceParams",
@@ -5600,7 +5600,7 @@
5600
5600
  "members": [
5601
5601
  {
5602
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.",
5603
+ "document": "Name of the shard where the operation is performed. The [DescribeCurrentOp](https://www.tencentcloud.com/document/product/240/48120?from_cn_redirect=1) API can be called to query the shard name.",
5604
5604
  "example": "cmgo-bbzl****_0",
5605
5605
  "member": "string",
5606
5606
  "name": "ReplicaSetName",
@@ -5609,7 +5609,7 @@
5609
5609
  },
5610
5610
  {
5611
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.",
5612
+ "document": "Name of the node where the operation is performed. The [DescribeCurrentOp](https://www.tencentcloud.com/document/product/240/48120?from_cn_redirect=1) API can be called to query the node name.",
5613
5613
  "example": "30.99.***.*:7005:244****",
5614
5614
  "member": "string",
5615
5615
  "name": "NodeName",
@@ -5618,7 +5618,7 @@
5618
5618
  },
5619
5619
  {
5620
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.",
5621
+ "document": "Operation number. The [DescribeCurrentOp](https://www.tencentcloud.com/document/product/240/48120?from_cn_redirect=1) API can be called to query the operation number.",
5622
5622
  "example": "918759117",
5623
5623
  "member": "int64",
5624
5624
  "name": "OpId",
@@ -5651,7 +5651,7 @@
5651
5651
  },
5652
5652
  {
5653
5653
  "disabled": false,
5654
- "document": "AZ corresponding to the node. For the currently supported AZs, see [Regions and AZs](https://www.tencentcloud.comom/document/product/240/3637?from_cn_redirect=1).\n- Single AZ: all nodes are in the same AZ.\n- Multiple AZs: The current standard specification involves three AZs. The primary and secondary nodes are not in the same AZ. Note: AZs corresponding to the nodes to be deleted should be specified. After deletion, the number of nodes in any 2 AZs should be larger than that in the third AZ.",
5654
+ "document": "AZ corresponding to the node. For the currently supported AZs, see [Regions and AZs](https://www.tencentcloud.com/document/product/240/3637?from_cn_redirect=1).\n- Single AZ: all nodes are in the same AZ.\n- Multiple AZs: The current standard specification involves three AZs. The primary and secondary nodes are not in the same AZ. Note: AZs corresponding to the nodes to be deleted should be specified. After deletion, the number of nodes in any 2 AZs should be larger than that in the third AZ.",
5655
5655
  "example": "ap-guangzhou-2",
5656
5656
  "member": "string",
5657
5657
  "name": "Zone",
@@ -5702,7 +5702,7 @@
5702
5702
  "members": [
5703
5703
  {
5704
5704
  "disabled": false,
5705
- "document": "Specifies the ID or IDs of one or multiple instances to be renewed.\n- It can be obtained through the response parameter **InstanceId** of the [DescribeDBInstances](https://www.tencentcloud.comom/document/product/240/38568?from_cn_redirect=1) API.\n- The maximum number of instances for each renewal request is 100.",
5705
+ "document": "Specifies the ID or IDs of one or multiple instances to be renewed.\n- It can be obtained through the response parameter **InstanceId** of the [DescribeDBInstances](https://www.tencentcloud.com/document/product/240/38568?from_cn_redirect=1) API.\n- The maximum number of instances for each renewal request is 100.",
5706
5706
  "example": "[\"cmgo-gzo0****\"]",
5707
5707
  "member": "string",
5708
5708
  "name": "InstanceIds",
@@ -5778,7 +5778,7 @@
5778
5778
  },
5779
5779
  {
5780
5780
  "disabled": false,
5781
- "document": "Specifies the account name for which the password needs to be changed. The [DescribeAccountUsers](https://www.tencentcloud.comom/document/product/240/80800?from_cn_redirect=1) API can be called to obtain the account list and copy the account name for which the password needs to be changed.",
5781
+ "document": "Specifies the account name for which the password needs to be changed. The [DescribeAccountUsers](https://www.tencentcloud.com/document/product/240/80800?from_cn_redirect=1) API can be called to obtain the account list and copy the account name for which the password needs to be changed.",
5782
5782
  "example": "rwuser",
5783
5783
  "member": "string",
5784
5784
  "name": "UserName",
@@ -3758,7 +3758,7 @@
3758
3758
  {
3759
3759
  "disabled": false,
3760
3760
  "document": "Agent name",
3761
- "example": "test",
3761
+ "example": "example",
3762
3762
  "member": "string",
3763
3763
  "name": "Name",
3764
3764
  "required": true,
@@ -3773,15 +3773,15 @@
3773
3773
  {
3774
3774
  "disabled": false,
3775
3775
  "document": "ID of a successfully created agent.",
3776
- "example": "",
3776
+ "example": "agent-abcd",
3777
3777
  "member": "string",
3778
3778
  "name": "AgentId",
3779
- "required": true,
3779
+ "output_required": true,
3780
3780
  "type": "string",
3781
3781
  "value_allowed_null": false
3782
3782
  },
3783
3783
  {
3784
- "document": "The unique request ID, which is returned for each request. RequestId is required for locating a problem.",
3784
+ "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.",
3785
3785
  "member": "string",
3786
3786
  "name": "RequestId",
3787
3787
  "type": "string"
@@ -15377,7 +15377,7 @@
15377
15377
  },
15378
15378
  {
15379
15379
  "disabled": false,
15380
- "document": "Alert expression. see <a href=\"https://www.tencentcloud.comom/document/product/1416/56008?from_cn_redirect=1\">alert rule description</a>.\nNote: This field may return null, indicating that no valid values can be obtained.",
15380
+ "document": "Alert expression. see <a href=\"https://www.tencentcloud.com/document/product/1416/56008?from_cn_redirect=1\">alert rule description</a>.\nNote: This field may return null, indicating that no valid values can be obtained.",
15381
15381
  "example": "job:request_latency_seconds:mean5m{job=\"myjob\"} > 0.5",
15382
15382
  "member": "string",
15383
15383
  "name": "Expr",