tccli 3.0.1388.1__py2.py3-none-any.whl → 3.0.1390.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 (85) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/ai3d/ai3d_client.py +106 -0
  4. tccli/services/ai3d/v20250513/api.json +172 -0
  5. tccli/services/ai3d/v20250513/examples.json +16 -0
  6. tccli/services/batch/v20170312/api.json +3 -3
  7. tccli/services/batch/v20170312/examples.json +3 -3
  8. tccli/services/bi/v20220105/api.json +8 -8
  9. tccli/services/bi/v20220105/examples.json +4 -4
  10. tccli/services/cam/v20190116/api.json +11 -1
  11. tccli/services/ccc/v20200210/api.json +10 -10
  12. tccli/services/cdb/v20170320/api.json +40 -2
  13. tccli/services/cdc/v20201214/api.json +1 -1
  14. tccli/services/cdc/v20201214/examples.json +2 -2
  15. tccli/services/cdn/v20180606/api.json +1 -1
  16. tccli/services/cdz/v20221123/api.json +1 -1
  17. tccli/services/chc/v20230418/api.json +69 -1
  18. tccli/services/ckafka/v20190819/api.json +141 -124
  19. tccli/services/ckafka/v20190819/examples.json +8 -8
  20. tccli/services/cloudapp/cloudapp_client.py +53 -0
  21. tccli/services/cloudapp/v20220530/api.json +68 -0
  22. tccli/services/cloudapp/v20220530/examples.json +14 -0
  23. tccli/services/cls/cls_client.py +167 -8
  24. tccli/services/cls/v20201016/api.json +373 -6
  25. tccli/services/cls/v20201016/examples.json +25 -1
  26. tccli/services/ctem/v20231128/api.json +40 -0
  27. tccli/services/dc/v20180410/api.json +26 -6
  28. tccli/services/dts/v20211206/api.json +21 -21
  29. tccli/services/dts/v20211206/examples.json +2 -2
  30. tccli/services/emr/v20190103/api.json +172 -11
  31. tccli/services/es/v20180416/api.json +4 -4
  32. tccli/services/es/v20250101/api.json +218 -13
  33. tccli/services/ess/v20201111/api.json +175 -5
  34. tccli/services/ess/v20201111/examples.json +1 -1
  35. tccli/services/essbasic/v20210526/api.json +21 -3
  36. tccli/services/gme/gme_client.py +509 -32
  37. tccli/services/gme/v20180711/api.json +1179 -53
  38. tccli/services/gme/v20180711/examples.json +72 -0
  39. tccli/services/hunyuan/v20230901/api.json +18 -0
  40. tccli/services/igtm/v20231024/api.json +3 -3
  41. tccli/services/ioa/v20220601/api.json +44 -8
  42. tccli/services/ioa/v20220601/examples.json +4 -4
  43. tccli/services/iotexplorer/iotexplorer_client.py +432 -8
  44. tccli/services/iotexplorer/v20190423/api.json +990 -36
  45. tccli/services/iotexplorer/v20190423/examples.json +65 -1
  46. tccli/services/lighthouse/lighthouse_client.py +53 -0
  47. tccli/services/lighthouse/v20200324/api.json +246 -35
  48. tccli/services/lighthouse/v20200324/examples.json +8 -0
  49. tccli/services/live/v20180801/api.json +3 -3
  50. tccli/services/live/v20180801/examples.json +1 -1
  51. tccli/services/lkeap/v20240522/api.json +18 -0
  52. tccli/services/lowcode/lowcode_client.py +163 -4
  53. tccli/services/lowcode/v20210108/api.json +1373 -96
  54. tccli/services/lowcode/v20210108/examples.json +24 -0
  55. tccli/services/mps/v20190612/api.json +804 -47
  56. tccli/services/mqtt/v20240516/api.json +89 -0
  57. tccli/services/ocr/ocr_client.py +114 -8
  58. tccli/services/ocr/v20181119/api.json +225 -0
  59. tccli/services/ocr/v20181119/examples.json +28 -0
  60. tccli/services/sqlserver/v20180328/api.json +4 -4
  61. tccli/services/tcbr/v20220217/api.json +51 -0
  62. tccli/services/tdai/__init__.py +4 -0
  63. tccli/services/tdai/tdai_client.py +1108 -0
  64. tccli/services/tdai/v20250717/api.json +1930 -0
  65. tccli/services/tdai/v20250717/examples.json +149 -0
  66. tccli/services/teo/teo_client.py +53 -0
  67. tccli/services/teo/v20220901/api.json +111 -3
  68. tccli/services/teo/v20220901/examples.json +8 -0
  69. tccli/services/thpc/v20230321/api.json +1 -1
  70. tccli/services/thpc/v20230321/examples.json +2 -2
  71. tccli/services/tione/v20211111/api.json +9 -9
  72. tccli/services/tmt/v20180321/api.json +3 -3
  73. tccli/services/tsf/v20180326/api.json +2 -2
  74. tccli/services/tts/v20190823/api.json +11 -11
  75. tccli/services/vpc/v20170312/api.json +37 -7
  76. tccli/services/vpc/v20170312/examples.json +7 -7
  77. tccli/services/vtc/v20240223/api.json +3 -1
  78. tccli/services/vtc/v20240223/examples.json +1 -1
  79. tccli/services/waf/v20180125/api.json +6 -6
  80. tccli/services/wsa/v20250508/api.json +2 -2
  81. {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/METADATA +2 -2
  82. {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/RECORD +85 -81
  83. {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/WHEEL +0 -0
  84. {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/entry_points.txt +0 -0
  85. {tccli-3.0.1388.1.dist-info → tccli-3.0.1390.1.dist-info}/license_files/LICENSE +0 -0
@@ -1564,7 +1564,7 @@
1564
1564
  },
1565
1565
  {
1566
1566
  "disabled": false,
1567
- "document": "源端信息,分布式类型数据库配置使用,且SrcNodeType传cluster。例如分布式数据库tdsqlmysql等。",
1567
+ "document": "源端信息,分布式类型数据库配置使用,且SrcNodeType传cluster。例如分布式数据库tdsqlmysql等,mongodb使用此参数透传。",
1568
1568
  "example": "无",
1569
1569
  "member": "SyncDBEndpointInfos",
1570
1570
  "name": "SrcInfos",
@@ -1591,7 +1591,7 @@
1591
1591
  },
1592
1592
  {
1593
1593
  "disabled": false,
1594
- "document": "目标端信息,分布式类型数据库配置使用,且SrcNodeType传cluster。例如分布式数据库tdsqlmysql等。",
1594
+ "document": "目标端信息,分布式类型数据库配置使用,且SrcNodeType传cluster。例如分布式数据库tdsqlmysql等,mongodb使用此参数透传。",
1595
1595
  "example": "无",
1596
1596
  "member": "SyncDBEndpointInfos",
1597
1597
  "name": "DstInfos",
@@ -1945,7 +1945,7 @@
1945
1945
  "members": [
1946
1946
  {
1947
1947
  "disabled": false,
1948
- "document": "源实例数据库类型,如mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb,cynosdbmysql",
1948
+ "document": "源实例数据库类型,如mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb,cynosdbmysql(表示TDSQL-C MySQL数据库)",
1949
1949
  "example": "mysql",
1950
1950
  "member": "string",
1951
1951
  "name": "SrcDatabaseType",
@@ -1954,7 +1954,7 @@
1954
1954
  },
1955
1955
  {
1956
1956
  "disabled": false,
1957
- "document": "目标实例数据库类型,如mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb,cynosdbmysql",
1957
+ "document": "目标实例数据库类型,如mysql,redis,percona,mongodb,postgresql,sqlserver,mariadb,cynosdbmysql(表示TDSQL-C MySQL数据库)",
1958
1958
  "example": "mysql",
1959
1959
  "member": "string",
1960
1960
  "name": "DstDatabaseType",
@@ -1981,7 +1981,7 @@
1981
1981
  },
1982
1982
  {
1983
1983
  "disabled": false,
1984
- "document": "实例规格,包括:small、medium、large、xlarge、2xlarge",
1984
+ "document": "实例规格,包括:small、medium、large、xlarge、2xlarge。当前未计费链路仅支持medium字段值。不同规格类型参考[计费概述](https://cloud.tencent.com/document/product/571/18736)",
1985
1985
  "example": "large",
1986
1986
  "member": "string",
1987
1987
  "name": "InstanceClass",
@@ -2355,7 +2355,7 @@
2355
2355
  },
2356
2356
  {
2357
2357
  "disabled": false,
2358
- "document": "实例网络接入类型,如:extranet(外网)、ipv6(公网ipv6)、cvm(云主机自建)、dcg(专线接入)、vpncloud(vpn接入的实例)、cdb(云数据库)、ccn(云联网)、intranet(自研上云)、vpc(私有网络)等,注意具体可选值依赖当前链路",
2358
+ "document": "实例网络接入类型,如:extranet(外网)、ipv6(公网ipv6)、cvm(云服务器自建)、dcg(专线接入)、vpncloud(vpn接入的实例)、cdb(云数据库)、ccn(云联网)、intranet(自研上云)、vpc(私有网络)等,注意具体可选值依赖当前链路",
2359
2359
  "example": "cdb",
2360
2360
  "member": "string",
2361
2361
  "name": "AccessType",
@@ -2410,7 +2410,7 @@
2410
2410
  },
2411
2411
  {
2412
2412
  "disabled": false,
2413
- "document": "此参数为数组类型,可以传多个键值对结构对象。\nMongoDB可定义如下的参数:\n'AuthDatabase':'admin',\n'AuthFlag': \"1\",\n'AuthMechanism':\"SCRAM-SHA-1\",\n\"fetchMethod\":\"oplog\",\n\"connectMode\":\"srv\",\n\"EncryptedConnProtocol\":\"mongo_atlas_ssl\";\n其中fetchMethod表示迁移方式,还可支持change_stream;EncryptedConnProtocol值为mongo_atlas_ssl表示使用atlas ssl连接方式。",
2413
+ "document": "此参数为数组类型,可以传多个键值对结构对象。\nMongoDB可定义如下的参数:\n'AuthDatabase':'admin', //认证库\n'AuthFlag': \"1\", //实例是否需要认证,\"0\": 不用认证;\"1\":需要认证\n'AuthMechanism':\"SCRAM-SHA-1\", //实例认证方式\n\"fetchMethod\":\"oplog\", //fetchMethod表示迁移方式,支持oplog、change_stream\n\"connectMode\":\"srv\", //外网srv连接模式\n\"EncryptedConnProtocol\":\"mongo_atlas_ssl\"; //加密连接方式\n其中fetchMethod表示迁移方式,还可支持change_stream;EncryptedConnProtocol值为mongo_atlas_ssl表示使用atlas ssl连接方式。",
2414
2414
  "example": "无",
2415
2415
  "member": "KeyValuePairOption",
2416
2416
  "name": "ExtraAttr",
@@ -6818,7 +6818,7 @@
6818
6818
  "members": [
6819
6819
  {
6820
6820
  "disabled": false,
6821
- "document": "投递到kafka的数据类型,如Avro,Json,canal-pb,canal-json",
6821
+ "document": "投递到kafka的数据类型,如Avro,Json,canal-pb,canal-json,debezium",
6822
6822
  "example": "Avro,Json",
6823
6823
  "member": "string",
6824
6824
  "name": "DataType",
@@ -6897,7 +6897,7 @@
6897
6897
  {
6898
6898
  "disabled": false,
6899
6899
  "document": "任务的所有操作列表",
6900
- "example": "[\"view\",\"modify\",\"check\",\"start\",\"configure\",\"stop\",\"complete\",\"",
6900
+ "example": "[\"view\",\"modify\",\"check\",\"start\",\"configure\",\"stop\",\"complete\",\"modifyPosition\"]",
6901
6901
  "member": "string",
6902
6902
  "name": "AllAction",
6903
6903
  "output_required": true,
@@ -7066,14 +7066,14 @@
7066
7066
  },
7067
7067
  {
7068
7068
  "disabled": false,
7069
- "document": "数据一致性校验选项, 默认为不开启一致性校验",
7069
+ "document": "数据一致性校验选项, 默认为不开启一致性校验\n注意:此字段可能返回 null,表示取不到有效值。",
7070
7070
  "example": "无",
7071
7071
  "member": "ConsistencyOption",
7072
7072
  "name": "Consistency",
7073
- "output_required": true,
7073
+ "output_required": false,
7074
7074
  "required": false,
7075
7075
  "type": "object",
7076
- "value_allowed_null": false
7076
+ "value_allowed_null": true
7077
7077
  },
7078
7078
  {
7079
7079
  "disabled": false,
@@ -7110,7 +7110,7 @@
7110
7110
  },
7111
7111
  {
7112
7112
  "disabled": false,
7113
- "document": "其他附加信息,对于特定库可设置额外参数,Redis可定义如下的参数: \n[\"DstWriteMode\":normal, \t目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(跟正常流程一样,不做额外动作) \t\"IsDstReadOnly\":true, \t是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) \t\"ClientOutputBufferHardLimit\":512, \t从机缓冲区的硬性容量限制(MB) \t\"ClientOutputBufferSoftLimit\":512, \t从机缓冲区的软性容量限制(MB) \t\"ClientOutputBufferPersistTime\":60, 从机缓冲区的软性限制持续时间(秒) \t\"ReplBacklogSize\":512, \t环形缓冲区容量限制(MB) \t\"ReplTimeout\":120,\t\t复制超时时间(秒) \t\"IsExpireKey\":\"true\",过期key自动淘汰]",
7113
+ "document": "其他附加信息,对于特定库可设置额外参数,Redis可定义如下的参数: \n[\"DstWriteMode\":normal, \t目标库写入模式,可取值clearData(清空目标实例数据)、overwrite(以覆盖写的方式执行任务)、normal(要求目标端为空,否则校验不通过) ,不显示指定默认以覆盖写的方式执行任务\t\"IsDstReadOnly\":true, \t是否在迁移时设置目标库只读,true(设置只读)、false(不设置只读) \t\"ClientOutputBufferHardLimit\":512, \t从机缓冲区的硬性容量限制(MB) \t\"ClientOutputBufferSoftLimit\":512, \t从机缓冲区的软性容量限制(MB) \t\"ClientOutputBufferPersistTime\":60, 从机缓冲区的软性限制持续时间(秒) \t\"ReplBacklogSize\":512, \t环形缓冲区容量限制(MB) \t\"ReplTimeout\":120,\t\t复制超时时间(秒) \t\"IsExpireKey\":\"true\",过期key自动淘汰]",
7114
7114
  "example": "无",
7115
7115
  "member": "KeyValuePairOption",
7116
7116
  "name": "ExtraAttr",
@@ -8081,7 +8081,7 @@
8081
8081
  "members": [
8082
8082
  {
8083
8083
  "disabled": false,
8084
- "document": "同步初始化选项,Data(全量数据初始化)、Structure(结构初始化)、Full(全量数据且结构初始化,默认)、None(仅增量)",
8084
+ "document": "同步初始化选项,Data(全量数据初始化)、Structure(结构初始化)、Full(全量数据且结构初始化,默认)、None(仅增量);mongodb链路只支持全量数据初始化或仅增量。",
8085
8085
  "example": "Full",
8086
8086
  "member": "string",
8087
8087
  "name": "InitType",
@@ -8137,7 +8137,7 @@
8137
8137
  {
8138
8138
  "disabled": false,
8139
8139
  "document": "冲突处理的详细选项,如条件覆盖中的条件行和条件操作",
8140
- "example": "ConflictHandleOption",
8140
+ "example": "",
8141
8141
  "member": "ConflictHandleOption",
8142
8142
  "name": "ConflictHandleOption",
8143
8143
  "output_required": true,
@@ -8148,7 +8148,7 @@
8148
8148
  {
8149
8149
  "disabled": false,
8150
8150
  "document": "DDL同步选项,具体描述要同步哪些DDL\n注意:此字段可能返回 null,表示取不到有效值。",
8151
- "example": "DdlOption",
8151
+ "example": "",
8152
8152
  "member": "DdlOption",
8153
8153
  "name": "DdlOptions",
8154
8154
  "output_required": true,
@@ -8159,7 +8159,7 @@
8159
8159
  {
8160
8160
  "disabled": false,
8161
8161
  "document": "kafka同步选项",
8162
- "example": "KafkaOption",
8162
+ "example": "",
8163
8163
  "member": "KafkaOption",
8164
8164
  "name": "KafkaOption",
8165
8165
  "output_required": true,
@@ -8170,7 +8170,7 @@
8170
8170
  {
8171
8171
  "disabled": false,
8172
8172
  "document": "任务限速信息",
8173
- "example": "RateLimitOption",
8173
+ "example": "",
8174
8174
  "member": "RateLimitOption",
8175
8175
  "name": "RateLimitOption",
8176
8176
  "output_required": true,
@@ -10253,7 +10253,7 @@
10253
10253
  {
10254
10254
  "disabled": false,
10255
10255
  "document": "支持的所有操作",
10256
- "example": "[\"pause\",\"stop\",\"limitRate\",\"view\",\"resize\",\"isolate\",\"postPay2prePay\",\"configureOptObj\"]",
10256
+ "example": "[\"pause\",\"stop\",\"limitRate\",\"view\",\"resize\",\"isolate\",\"postPay2prePay\",\"configureOptObj\",\"modifyPosition\"]",
10257
10257
  "member": "string",
10258
10258
  "name": "AllActions",
10259
10259
  "output_required": true,
@@ -10362,7 +10362,7 @@
10362
10362
  },
10363
10363
  {
10364
10364
  "disabled": false,
10365
- "document": "源端信息,多节点数据库使用",
10365
+ "document": "源端信息,若SrcNodeType=cluster,则源端信息在这个字段里,mongodb链路使用此参数透传。",
10366
10366
  "example": "无",
10367
10367
  "member": "SyncDBEndpointInfos",
10368
10368
  "name": "SrcInfos",
@@ -10422,7 +10422,7 @@
10422
10422
  },
10423
10423
  {
10424
10424
  "disabled": false,
10425
- "document": "目标端信息,多节点数据库使用",
10425
+ "document": "目标端信息,若SrcNodeType=cluster,则源端信息在这个字段里,mongodb链路使用此参数透传。",
10426
10426
  "example": "无",
10427
10427
  "member": "SyncDBEndpointInfos",
10428
10428
  "name": "DstInfos",
@@ -194,7 +194,7 @@
194
194
  {
195
195
  "document": "",
196
196
  "input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigrationJobs\n<公共请求参数>\n\n{\n \"JobId\": \"dts-amm1jw5q\"\n}",
197
- "output": "{\n \"Response\": {\n \"JobList\": [\n {\n \"Action\": {\n \"AllAction\": [\n \"view\",\n \"modify\",\n \"check\",\n \"start\",\n \"configure\",\n \"stop\",\n \"complete\",\n \"resume\",\n \"createCmpTask\",\n \"isolate\",\n \"offline\",\n \"resize\",\n \"recover\"\n ],\n \"AllowedAction\": [\n \"view\",\n \"stop\",\n \"complete\",\n \"createCmpTask\",\n \"view\",\n \"isolate\",\n \"resize\"\n ]\n },\n \"CompareTask\": {\n \"CompareTaskId\": \"dts-amm1jw5q-cmp-bmuum7jk\",\n \"Status\": \"consistent\"\n },\n \"CreateTime\": \"2022-07-11 16:20:49\",\n \"BriefMsg\": \"\",\n \"DumperResumeCtrl\": \"yes\",\n \"AutoRetryTimeRangeMinutes\": 5,\n \"StepInfo\": {\n \"MasterSlaveDistance\": 0,\n \"SecondsBehindMaster\": 0,\n \"StepAll\": 3,\n \"StepInfo\": [\n {\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:21:59\",\n \"Status\": \"finished\",\n \"StepId\": \"dumper\",\n \"StepName\": \"源库导出\",\n \"StepNo\": 1,\n \"Percent\": 100,\n \"StepMessage\": \"\",\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:22:43\",\n \"Status\": \"finished\",\n \"StepId\": \"loader\",\n \"StepName\": \"数据导入\",\n \"StepNo\": 2,\n \"Percent\": 100,\n \"StepMessage\": \"\",\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:23:26\",\n \"Status\": \"running\",\n \"StepId\": \"sinker\",\n \"StepName\": \"同步增量\",\n \"Percent\": 0,\n \"StepMessage\": \"\",\n \"StepNo\": 3,\n \"Warnings\": []\n }\n ],\n \"StepNow\": 3\n },\n \"DstInfo\": {\n \"AccessType\": \"cdb\",\n \"DatabaseType\": \"mysql\",\n \"ExtraAttr\": [],\n \"Info\": [\n {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnGwId\": \"\",\n \"CvmInstanceId\": \"\",\n \"DbKernel\": \"\",\n \"EngineVersion\": \"\",\n \"Host\": \"\",\n \"InstanceId\": \"cdb-o7uph0cj\",\n \"Password\": \"Rogerp@ssw0rd\",\n \"Port\": 0,\n \"Role\": \"\",\n \"SubnetId\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n }\n ],\n \"NodeType\": \"simple\",\n \"Region\": \"ap-guangzhou\",\n \"Supplier\": \"\"\n },\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"ExpectRunTime\": \"\",\n \"JobId\": \"dts-amm1jw5q\",\n \"JobName\": \"test_config_api\",\n \"RunMode\": \"immediate\",\n \"SrcInfo\": {\n \"AccessType\": \"intranet\",\n \"DatabaseType\": \"mysql\",\n \"ExtraAttr\": [],\n \"Info\": [\n {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnGwId\": \"\",\n \"CvmInstanceId\": \"\",\n \"DbKernel\": \"\",\n \"EngineVersion\": \"5.7\",\n \"Host\": \"9.123.210.37\",\n \"InstanceId\": \"\",\n \"Password\": \"Rogerp@ssw0rd\",\n \"Port\": 31035,\n \"Role\": \"\",\n \"SubnetId\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n }\n ],\n \"NodeType\": \"simple\",\n \"Region\": \"ap-guangzhou\",\n \"Supplier\": \"\"\n },\n \"StartTime\": \"2022-07-11 17:20:56\",\n \"Status\": \"readyComplete\",\n \"Tags\": [],\n \"TradeInfo\": {\n \"BillingType\": \"billing\",\n \"DealName\": \"20220711715001047929481\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"OfflineTime\": \"0000-00-00 00:00:00\",\n \"IsolateTime\": \"0000-00-00 00:00:00\",\n \"InstanceClass\": \"xlarge\",\n \"IsolateReason\": \"\",\n \"LastDealName\": \"\",\n \"OfflineReason\": \"\",\n \"PayType\": \"postpay\",\n \"TradeStatus\": \"normal\"\n },\n \"UpdateTime\": \"2022-07-11 17:26:40\"\n }\n ],\n \"RequestId\": \"asdfadfasdfasdf\",\n \"TotalCount\": 1\n }\n}",
197
+ "output": "{\n \"Response\": {\n \"JobList\": [\n {\n \"Action\": {\n \"AllAction\": [\n \"view\",\n \"modify\",\n \"check\",\n \"start\",\n \"configure\",\n \"stop\",\n \"complete\",\n \"resume\",\n \"createCmpTask\",\n \"isolate\",\n \"offline\",\n \"resize\",\n \"recover\"\n ],\n \"AllowedAction\": [\n \"view\",\n \"stop\",\n \"complete\",\n \"createCmpTask\",\n \"view\",\n \"isolate\",\n \"resize\"\n ]\n },\n \"CompareTask\": {\n \"CompareTaskId\": \"dts-amm1jw5q-cmp-bmuum7jk\",\n \"Status\": \"consistent\"\n },\n \"CreateTime\": \"2022-07-11 16:20:49\",\n \"BriefMsg\": \"\",\n \"DumperResumeCtrl\": \"yes\",\n \"AutoRetryTimeRangeMinutes\": 5,\n \"StepInfo\": {\n \"MasterSlaveDistance\": 0,\n \"SecondsBehindMaster\": 0,\n \"StepAll\": 3,\n \"StepInfo\": [\n {\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:21:59\",\n \"Status\": \"finished\",\n \"StepId\": \"dumper\",\n \"StepName\": \"源库导出\",\n \"StepNo\": 1,\n \"Percent\": 100,\n \"StepMessage\": \"\",\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:22:43\",\n \"Status\": \"finished\",\n \"StepId\": \"loader\",\n \"StepName\": \"数据导入\",\n \"StepNo\": 2,\n \"Percent\": 100,\n \"StepMessage\": \"\",\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:23:26\",\n \"Status\": \"running\",\n \"StepId\": \"sinker\",\n \"StepName\": \"同步增量\",\n \"Percent\": 0,\n \"StepMessage\": \"\",\n \"StepNo\": 3,\n \"Warnings\": []\n }\n ],\n \"StepNow\": 3\n },\n \"DstInfo\": {\n \"AccessType\": \"cdb\",\n \"DatabaseType\": \"mysql\",\n \"ExtraAttr\": [],\n \"Info\": [\n {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnGwId\": \"\",\n \"CvmInstanceId\": \"\",\n \"DbKernel\": \"\",\n \"EngineVersion\": \"\",\n \"Host\": \"\",\n \"InstanceId\": \"cdb-o7uph0cj\",\n \"Password\": \"xxxxxxxx\",\n \"Port\": 0,\n \"EncryptConn\": \"Encrypted\",\n \"Role\": \"\",\n \"SubnetId\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n }\n ],\n \"NodeType\": \"simple\",\n \"Region\": \"ap-guangzhou\",\n \"Supplier\": \"\"\n },\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"ExpectRunTime\": \"\",\n \"JobId\": \"dts-amm1jw5q\",\n \"JobName\": \"test_config_api\",\n \"RunMode\": \"immediate\",\n \"SrcInfo\": {\n \"AccessType\": \"intranet\",\n \"DatabaseType\": \"mysql\",\n \"ExtraAttr\": [],\n \"Info\": [\n {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnGwId\": \"\",\n \"CvmInstanceId\": \"\",\n \"DbKernel\": \"\",\n \"EngineVersion\": \"5.7\",\n \"Host\": \"9.123.210.37\",\n \"InstanceId\": \"\",\n \"Password\": \"xxxxxxxx\",\n \"Port\": 31035,\n \"Role\": \"\",\n \"SubnetId\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n }\n ],\n \"NodeType\": \"simple\",\n \"Region\": \"ap-guangzhou\",\n \"Supplier\": \"\"\n },\n \"StartTime\": \"2022-07-11 17:20:56\",\n \"Status\": \"readyComplete\",\n \"Tags\": [],\n \"TradeInfo\": {\n \"BillingType\": \"billing\",\n \"DealName\": \"20220711715001047929481\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"OfflineTime\": \"0000-00-00 00:00:00\",\n \"IsolateTime\": \"0000-00-00 00:00:00\",\n \"InstanceClass\": \"xlarge\",\n \"IsolateReason\": \"\",\n \"LastDealName\": \"\",\n \"OfflineReason\": \"\",\n \"PayType\": \"postpay\",\n \"TradeStatus\": \"normal\"\n },\n \"UpdateTime\": \"2022-07-11 17:26:40\"\n }\n ],\n \"RequestId\": \"asdfadfasdfasdf\",\n \"TotalCount\": 1\n }\n}",
198
198
  "title": "查询数据迁移任务列表"
199
199
  }
200
200
  ],
@@ -416,7 +416,7 @@
416
416
  {
417
417
  "document": "修改任务全量导出线程数成功",
418
418
  "input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySyncRateLimit\n<公共请求参数>\n\n{\n \"JobId\": \"sync-asasdasa\",\n \"DumpThread\": 12,\n \"DumpRps\": 0,\n \"LoadThread\": 0,\n \"SinkerThread\": 0,\n \"LoadRps\": 0\n}",
419
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
419
+ "output": "{\n \"Response\": {\n \"RequestId\": \"be20a600-66e5-11f0-b22f-efb8dc978dd0\"\n }\n}",
420
420
  "title": "修改任务全量导出线程数"
421
421
  }
422
422
  ],
@@ -1716,7 +1716,7 @@
1716
1716
  {
1717
1717
  "disabled": false,
1718
1718
  "document": "该云盘当前被挂载到的CVM实例InstanceId\n注意:此字段可能返回 null,表示取不到有效值。",
1719
- "example": "[ins-1111111,ins-2222222]",
1719
+ "example": "[\"ins-1111111\",\"ins-2222222\"]",
1720
1720
  "member": "string",
1721
1721
  "name": "InstanceIdList",
1722
1722
  "output_required": true,
@@ -1762,6 +1762,26 @@
1762
1762
  "output_required": false,
1763
1763
  "type": "string",
1764
1764
  "value_allowed_null": false
1765
+ },
1766
+ {
1767
+ "disabled": false,
1768
+ "document": "标签",
1769
+ "example": "无",
1770
+ "member": "TagInfo",
1771
+ "name": "Tags",
1772
+ "output_required": false,
1773
+ "type": "list",
1774
+ "value_allowed_null": false
1775
+ },
1776
+ {
1777
+ "disabled": false,
1778
+ "document": "云硬盘额外性能值,单位:MB/s",
1779
+ "example": "10",
1780
+ "member": "int64",
1781
+ "name": "ThroughputPerformance",
1782
+ "output_required": false,
1783
+ "type": "int",
1784
+ "value_allowed_null": false
1765
1785
  }
1766
1786
  ],
1767
1787
  "usage": "out"
@@ -3244,7 +3264,7 @@
3244
3264
  },
3245
3265
  {
3246
3266
  "disabled": false,
3247
- "document": "客户端token,唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,小于等于64个字符,例如 a9a90aa6----fae36063280\n示例值:a9a90aa6----fae36063280",
3267
+ "document": "客户端token,唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,小于等于64个字符,例如 a9a90aa6fae36063280\n示例值:a9a90aa6fae36063280",
3248
3268
  "example": "a9a90aa6----fae36063280",
3249
3269
  "member": "string",
3250
3270
  "name": "ClientToken",
@@ -3298,7 +3318,7 @@
3298
3318
  },
3299
3319
  {
3300
3320
  "disabled": false,
3301
- "document": "登陆密码,LoginSettings中的Password字段",
3321
+ "document": "登录密码,LoginSettings中的Password字段",
3302
3322
  "example": "无",
3303
3323
  "member": "LoginSettings",
3304
3324
  "name": "LoginSettings",
@@ -3322,6 +3342,24 @@
3322
3342
  "name": "ZoneId",
3323
3343
  "required": false,
3324
3344
  "type": "int"
3345
+ },
3346
+ {
3347
+ "disabled": false,
3348
+ "document": "数据库版本",
3349
+ "example": "mysql8",
3350
+ "member": "string",
3351
+ "name": "DefaultMetaVersion",
3352
+ "required": false,
3353
+ "type": "string"
3354
+ },
3355
+ {
3356
+ "disabled": false,
3357
+ "document": "是否开通审计",
3358
+ "example": "0",
3359
+ "member": "int64",
3360
+ "name": "NeedCdbAudit",
3361
+ "required": false,
3362
+ "type": "int"
3325
3363
  }
3326
3364
  ],
3327
3365
  "type": "object"
@@ -3417,7 +3455,7 @@
3417
3455
  {
3418
3456
  "disabled": false,
3419
3457
  "document": "实例所属安全组的ID,形如sg-xxxxxxxx。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的SecurityGroupId字段来获取。",
3420
- "example": "sg-xxxxxxxxxx",
3458
+ "example": "[\"sg-test\"]",
3421
3459
  "member": "string",
3422
3460
  "name": "SecurityGroupIds",
3423
3461
  "required": false,
@@ -3557,6 +3595,24 @@
3557
3595
  "name": "LoadBalancerId",
3558
3596
  "required": false,
3559
3597
  "type": "string"
3598
+ },
3599
+ {
3600
+ "disabled": false,
3601
+ "document": "数据库版本:mysql8/tdsql8/mysql5",
3602
+ "example": "mysql8",
3603
+ "member": "string",
3604
+ "name": "DefaultMetaVersion",
3605
+ "required": false,
3606
+ "type": "string"
3607
+ },
3608
+ {
3609
+ "disabled": false,
3610
+ "document": "是否开通数据库审计",
3611
+ "example": "0",
3612
+ "member": "int64",
3613
+ "name": "NeedCdbAudit",
3614
+ "required": false,
3615
+ "type": "int"
3560
3616
  }
3561
3617
  ],
3562
3618
  "type": "object"
@@ -3946,6 +4002,24 @@
3946
4002
  "name": "LoadBalancerId",
3947
4003
  "required": false,
3948
4004
  "type": "string"
4005
+ },
4006
+ {
4007
+ "disabled": false,
4008
+ "document": "数据库类型:mysql8/tdsql8",
4009
+ "example": "mysql8",
4010
+ "member": "string",
4011
+ "name": "DefaultMetaVersion",
4012
+ "required": false,
4013
+ "type": "string"
4014
+ },
4015
+ {
4016
+ "disabled": false,
4017
+ "document": "是否开通审计:0:不开通,1:开通",
4018
+ "example": "0",
4019
+ "member": "int64",
4020
+ "name": "NeedCdbAudit",
4021
+ "required": false,
4022
+ "type": "int"
3949
4023
  }
3950
4024
  ],
3951
4025
  "type": "object"
@@ -6630,7 +6704,7 @@
6630
6704
  {
6631
6705
  "disabled": false,
6632
6706
  "document": "节点CVM实例Id列表",
6633
- "example": "[ins-xxx,inx-xxx]",
6707
+ "example": "[\"ins-xxx\",\"inx-xxx\"]",
6634
6708
  "member": "string",
6635
6709
  "name": "CvmInstanceIds",
6636
6710
  "required": true,
@@ -6639,7 +6713,7 @@
6639
6713
  {
6640
6714
  "disabled": false,
6641
6715
  "document": "查询云盘的过滤条件",
6642
- "example": "[{\"Name\":\"disk-id\",\"Values\":[\"disk-123ddesx\"]},{\"Name\":\"disk-name\",\"Values\":[\"test1\"]}]",
6716
+ "example": "",
6643
6717
  "member": "Filters",
6644
6718
  "name": "Filters",
6645
6719
  "required": false,
@@ -6671,6 +6745,15 @@
6671
6745
  "name": "Offset",
6672
6746
  "required": false,
6673
6747
  "type": "int"
6748
+ },
6749
+ {
6750
+ "disabled": false,
6751
+ "document": "场景值:\nModifyDiskExtraPerformance :调整数据盘额外性能",
6752
+ "example": "ModifyDiskExtraPerformance",
6753
+ "member": "string",
6754
+ "name": "Scene",
6755
+ "required": false,
6756
+ "type": "string"
6674
6757
  }
6675
6758
  ],
6676
6759
  "type": "object"
@@ -6708,6 +6791,16 @@
6708
6791
  "type": "int",
6709
6792
  "value_allowed_null": false
6710
6793
  },
6794
+ {
6795
+ "disabled": false,
6796
+ "document": "云硬盘最大额外性能值",
6797
+ "example": "300",
6798
+ "member": "int64",
6799
+ "name": "MaxThroughputPerformance",
6800
+ "output_required": false,
6801
+ "type": "int",
6802
+ "value_allowed_null": false
6803
+ },
6711
6804
  {
6712
6805
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6713
6806
  "member": "string",
@@ -10559,7 +10652,7 @@
10559
10652
  {
10560
10653
  "disabled": false,
10561
10654
  "document": "部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)需要选择不同的必选组件:<li>ProductId为2(EMR-V2.0.1)的时候,必选组件包括:hdfs-2.7.3,yarn-2.7.3,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为16(EMR-V2.3.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.5.5,knox-1.2.0</li><li>ProductId为20(EMR-V2.5.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为30(EMR-V2.6.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为38(EMR-V2.7.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为57(EMR-V2.8.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为7(EMR-V3.0.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为25(EMR-V3.1.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为31(EMR-V3.1.1)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为28(EMR-V3.2.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为33(EMR-V3.2.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为34(EMR-V3.3.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为37(EMR-V3.4.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为44(EMR-V3.5.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为53(EMR-V3.6.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为58(EMR-V3.6.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.46,knox-1.6.1</li><li>ProductId为47(EMR-V4.0.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li>",
10562
- "example": "[hdfs-2.7.3]",
10655
+ "example": "[\"hdfs-2.7.3\"]",
10563
10656
  "member": "string",
10564
10657
  "name": "Software",
10565
10658
  "required": true,
@@ -10663,6 +10756,24 @@
10663
10756
  "name": "MultiZoneSettings",
10664
10757
  "required": false,
10665
10758
  "type": "list"
10759
+ },
10760
+ {
10761
+ "disabled": false,
10762
+ "document": "数据库版本",
10763
+ "example": "mysql8",
10764
+ "member": "string",
10765
+ "name": "DefaultMetaVersion",
10766
+ "required": false,
10767
+ "type": "string"
10768
+ },
10769
+ {
10770
+ "disabled": false,
10771
+ "document": "0:不开通审计;1:开通审计",
10772
+ "example": "0",
10773
+ "member": "int64",
10774
+ "name": "NeedCdbAudit",
10775
+ "required": false,
10776
+ "type": "int"
10666
10777
  }
10667
10778
  ],
10668
10779
  "type": "object"
@@ -11987,6 +12098,17 @@
11987
12098
  "type": "int",
11988
12099
  "value_allowed_null": false
11989
12100
  },
12101
+ {
12102
+ "disabled": false,
12103
+ "document": "是否开启任务保护",
12104
+ "example": "true",
12105
+ "member": "bool",
12106
+ "name": "GraceDownProtectFlag",
12107
+ "output_required": false,
12108
+ "required": false,
12109
+ "type": "bool",
12110
+ "value_allowed_null": false
12111
+ },
11990
12112
  {
11991
12113
  "disabled": false,
11992
12114
  "document": "绑定标签列表\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -12045,7 +12167,7 @@
12045
12167
  {
12046
12168
  "disabled": false,
12047
12169
  "document": "启动进程列表。\n注意:此字段可能返回 null,表示取不到有效值。",
12048
- "example": "7",
12170
+ "example": "[98]",
12049
12171
  "member": "int64",
12050
12172
  "name": "ServiceNodeInfo",
12051
12173
  "output_required": true,
@@ -12056,7 +12178,7 @@
12056
12178
  {
12057
12179
  "disabled": false,
12058
12180
  "document": "节点部署服务列表。部署服务仅填写HDFS、YARN。[组件名对应的映射关系表](https://cloud.tencent.com/document/product/589/98760)\n注意:此字段可能返回 null,表示取不到有效值。",
12059
- "example": "HDFS",
12181
+ "example": "[98]",
12060
12182
  "member": "int64",
12061
12183
  "name": "SoftDeployInfo",
12062
12184
  "output_required": true,
@@ -20245,6 +20367,34 @@
20245
20367
  ],
20246
20368
  "usage": "both"
20247
20369
  },
20370
+ "TagInfo": {
20371
+ "document": "标签信息",
20372
+ "members": [
20373
+ {
20374
+ "disabled": false,
20375
+ "document": "标签键",
20376
+ "example": "tag-key",
20377
+ "member": "string",
20378
+ "name": "Key",
20379
+ "output_required": false,
20380
+ "required": false,
20381
+ "type": "string",
20382
+ "value_allowed_null": false
20383
+ },
20384
+ {
20385
+ "disabled": false,
20386
+ "document": "标签值",
20387
+ "example": "tag-value",
20388
+ "member": "string",
20389
+ "name": "Value",
20390
+ "output_required": false,
20391
+ "required": false,
20392
+ "type": "string",
20393
+ "value_allowed_null": false
20394
+ }
20395
+ ],
20396
+ "usage": "both"
20397
+ },
20248
20398
  "Taint": {
20249
20399
  "document": "Kubernetes Taint",
20250
20400
  "members": [
@@ -20599,7 +20749,7 @@
20599
20749
  {
20600
20750
  "disabled": false,
20601
20751
  "document": "时间扩缩容重复策略\n注意:此字段可能返回 null,表示取不到有效值。",
20602
- "example": "2",
20752
+ "example": "",
20603
20753
  "member": "RepeatStrategy",
20604
20754
  "name": "RepeatStrategy",
20605
20755
  "output_required": true,
@@ -20610,7 +20760,7 @@
20610
20760
  {
20611
20761
  "disabled": false,
20612
20762
  "document": "策略唯一ID。",
20613
- "example": "1 ",
20763
+ "example": "1",
20614
20764
  "member": "uint64",
20615
20765
  "name": "StrategyId",
20616
20766
  "output_required": true,
@@ -20640,6 +20790,17 @@
20640
20790
  "type": "int",
20641
20791
  "value_allowed_null": false
20642
20792
  },
20793
+ {
20794
+ "disabled": false,
20795
+ "document": "是否开启任务保护",
20796
+ "example": "true",
20797
+ "member": "bool",
20798
+ "name": "GraceDownProtectFlag",
20799
+ "output_required": false,
20800
+ "required": false,
20801
+ "type": "bool",
20802
+ "value_allowed_null": false
20803
+ },
20643
20804
  {
20644
20805
  "disabled": false,
20645
20806
  "document": "绑定标签列表\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -2514,7 +2514,7 @@
2514
2514
  {
2515
2515
  "disabled": false,
2516
2516
  "document": "快照备份详情列表",
2517
- "example": "返回[]",
2517
+ "example": "",
2518
2518
  "member": "Snapshots",
2519
2519
  "name": "Snapshots",
2520
2520
  "output_required": false,
@@ -2900,7 +2900,7 @@
2900
2900
  {
2901
2901
  "disabled": false,
2902
2902
  "document": "日志详细信息列表",
2903
- "example": "[{}]",
2903
+ "example": "",
2904
2904
  "member": "InstanceLog",
2905
2905
  "name": "InstanceLogList",
2906
2906
  "output_required": true,
@@ -3539,7 +3539,7 @@
3539
3539
  {
3540
3540
  "disabled": false,
3541
3541
  "document": "实例名称列表",
3542
- "example": "testnew",
3542
+ "example": "[\"my-logstash-1\"]",
3543
3543
  "member": "string",
3544
3544
  "name": "InstanceNames",
3545
3545
  "required": false,
@@ -3584,7 +3584,7 @@
3584
3584
  {
3585
3585
  "disabled": false,
3586
3586
  "document": "VpcId 筛选项",
3587
- "example": "vpc-imhajivf",
3587
+ "example": "[\"vpc-imhajivf\"]",
3588
3588
  "member": "string",
3589
3589
  "name": "VpcIds",
3590
3590
  "required": false,