tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
{
|
|
99
99
|
"document": "购买1个按量计费的mysql订阅任务",
|
|
100
100
|
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSubscribe\n<公共请求参数>\n\n{\n \"Product\": \"mysql\",\n \"PayType\": 1,\n \"Count\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"负责人\",\n \"TagValue\": \"jason\"\n }\n ],\n \"Name\": \"binlog订阅\"\n}",
|
|
101
|
-
"output": "{\n \"Response\": {\n \"SubscribeIds\": [\n \"subs-b6x64o31tm\"\n ],\n \"RequestId\": \"
|
|
101
|
+
"output": "{\n \"Response\": {\n \"SubscribeIds\": [\n \"subs-b6x64o31tm\"\n ],\n \"RequestId\": \"11b58de0-a5b5-11f0-a1aa-358a863876dd\"\n }\n}",
|
|
102
102
|
"title": "购买订阅任务"
|
|
103
103
|
}
|
|
104
104
|
],
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
{
|
|
147
147
|
"document": "",
|
|
148
148
|
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCompareReport\n<公共请求参数>\n\n{\n \"JobId\": \"dts-amm1jw5q\",\n \"CompareTaskId\": \"dts-amm1jw5q-cmp-bmuum7jk\"\n}",
|
|
149
|
-
"output": "{\n \"Response\": {\n \"Abstract\": {\n \"CheckedTables\": 1,\n \"Conclusion\": \"same\",\n \"DifferentRows\": 0,\n \"DifferentTables\": 0,\n \"DstSampleRows\": 0,\n \"FinishedAt\": \"2024-12-20 19:07:20\",\n \"NearlyTableCount\": 1,\n \"Objects\": {\n \"AdvancedObjects\": [],\n \"ObjectItems\": [\n {\n \"DbMode\": \"partial\",\n \"DbName\": \"db_1\",\n \"SchemaName\": \"\",\n \"TableMode\": \"partial\",\n \"Tables\": [\n {\n \"ColumnMode\": \"all\",\n \"Columns\": [],\n \"TableName\": \"tb_1\"\n }\n ],\n \"ViewMode\": \"partial\",\n \"Views\": null\n }\n ],\n \"ObjectMode\": \"partial\"\n },\n \"Options\": {\n \"Method\": \"dataCheck\",\n \"SampleRate\": 100,\n \"ThreadCount\": 1\n },\n \"SkippedTables\": 0,\n \"SrcSampleRows\": 0,\n \"StartedAt\": \"2024-12-20 19:04:03\",\n \"Status\": \"success\",\n \"TotalTables\": 1\n },\n \"Detail\": {\n \"Difference\": {\n \"Items\": [],\n \"TotalCount\": 0\n },\n \"DifferenceAdvancedObjects\": {\n \"Items\": null,\n \"TotalCount\": 0\n },\n \"DifferenceData\": {\n \"Items\": null,\n \"TotalCount\": 0\n },\n \"DifferenceRow\": {\n \"Items\": null,\n \"TotalCount\": 0\n },\n \"Skipped\": {\n \"Items\": [],\n \"TotalCount\": 0\n }\n },\n \"RequestId\": \"a3365b29-2042-4565-9206-8df9e2af1a17\"\n }\n}",
|
|
149
|
+
"output": "{\n \"Response\": {\n \"Abstract\": {\n \"CheckedTables\": 1,\n \"Conclusion\": \"same\",\n \"DifferentRows\": 0,\n \"DifferentTables\": 0,\n \"DstSampleRows\": 0,\n \"FinishedAt\": \"2024-12-20 19:07:20\",\n \"NearlyTableCount\": 1,\n \"Objects\": {\n \"AdvancedObjects\": [],\n \"ObjectItems\": [\n {\n \"DbMode\": \"partial\",\n \"DbName\": \"db_1\",\n \"SchemaName\": \"\",\n \"TableMode\": \"partial\",\n \"Tables\": [\n {\n \"ColumnMode\": \"all\",\n \"Columns\": [],\n \"TableName\": \"tb_1\"\n }\n ],\n \"ViewMode\": \"partial\",\n \"Views\": null\n }\n ],\n \"ObjectMode\": \"partial\"\n },\n \"Options\": {\n \"Method\": \"dataCheck\",\n \"SampleRate\": 100,\n \"ThreadCount\": 1,\n \"Type\": \"builtin\"\n },\n \"SkippedTables\": 0,\n \"SrcSampleRows\": 0,\n \"StartedAt\": \"2024-12-20 19:04:03\",\n \"Status\": \"success\",\n \"TotalTables\": 1\n },\n \"Detail\": {\n \"Difference\": {\n \"Items\": [],\n \"TotalCount\": 0\n },\n \"DifferenceAdvancedObjects\": {\n \"Items\": null,\n \"TotalCount\": 0\n },\n \"DifferenceData\": {\n \"Items\": null,\n \"TotalCount\": 0\n },\n \"DifferenceOwner\": {\n \"Items\": null,\n \"TotalCount\": 0\n },\n \"DifferenceRow\": {\n \"Items\": null,\n \"TotalCount\": 0\n },\n \"DifferenceSchema\": {\n \"Items\": null,\n \"TotalCount\": 0\n },\n \"Skipped\": {\n \"Items\": [],\n \"TotalCount\": 0\n }\n },\n \"RequestId\": \"a3365b29-2042-4565-9206-8df9e2af1a17\"\n }\n}",
|
|
150
150
|
"title": "查询一致性校验任务详情"
|
|
151
151
|
}
|
|
152
152
|
],
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
{
|
|
171
171
|
"document": "查询迁移实例列表",
|
|
172
172
|
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigrateDBInstances\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-eur39922\",\n \"DatabaseType\": \"mysql\",\n \"MigrateRole\": \"src\"\n}",
|
|
173
|
-
"output": "{\n \"Response\": {\n \"
|
|
173
|
+
"output": "{\n \"Response\": {\n \"Instances\": [\n {\n \"Hint\": \"ok\",\n \"InstanceId\": \"cdb-chtaoop0\",\n \"InstanceName\": \"evan-test2\",\n \"Usable\": 1,\n \"Vip\": \"172.21.0.31\",\n \"Vport\": 10086\n },\n {\n \"Hint\": \"ok\",\n \"InstanceId\": \"cdb-o3dplch0\",\n \"InstanceName\": \"evan-test1\",\n \"Usable\": 1,\n \"Vip\": \"172.21.0.37\",\n \"Vport\": 10086\n },\n {\n \"Hint\": \"ok\",\n \"InstanceId\": \"cdb-hbfybwlq\",\n \"InstanceName\": \"joyce-dts2\",\n \"Usable\": 1,\n \"Vip\": \"172.21.0.104\",\n \"Vport\": 3306\n },\n {\n \"Hint\": \"ok\",\n \"InstanceId\": \"cdb-kgmdn6iq\",\n \"InstanceName\": \"joyce-dts1\",\n \"Usable\": 1,\n \"Vip\": \"172.21.0.100\",\n \"Vport\": 3306\n }\n ],\n \"RequestId\": \"a4a8f147-1898-4130-a1cf-f4bd3c92d083\",\n \"TotalCount\": 4\n }\n}",
|
|
174
174
|
"title": "查询迁移实例列表"
|
|
175
175
|
}
|
|
176
176
|
],
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
{
|
|
187
187
|
"document": "查询某个迁移任务详情",
|
|
188
188
|
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigrationDetail\n<公共请求参数>\n\n{\n \"JobId\": \"dts-amm1jw5q\"\n}",
|
|
189
|
-
"output": "{\n \"Response\": {\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 \"CheckStepInfo\": {\n \"EndAt\": \"2022-07-11 17:19:25\",\n \"Progress\": {\n \"Message\": \"success\",\n \"Percent\": 100,\n \"Status\": \"success\",\n \"StepAll\": 12,\n \"Steps\": [\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"ConnectDBCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"连接DB检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"VersionCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"版本检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"SrcPrivilegeCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"源实例权限检查\",\n \"StepNo\": 0,\n \"Warnings\": [\n {\n \"HelpDoc\": \"\",\n \"Message\": \"您的授权情况:GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, REFERENCES, INDEX, ALTER, SHOW DATABASES, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, REPLICATION SLAVE, REPLICATION CLIENT, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT, TRIGGER, CREATE TABLESPACE ON *.* TO 'root'@'%' WITH GRANT OPTION。 源端账号权限范围大于要求的账号权限范围,腾讯云DTS不会使用超过必要的权限,请按照最小化原则给与授权: https://cloud.tencent.com/document/product/571/58700\",\n \"Solution\": \"\"\n }\n ]\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"SimpleParamCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"部分实例参数检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"DstPrivilegeCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"目标实例权限检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"DstEmptyCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"目标实例内容冲突检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"DstSpaceCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"目标实例空间检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"BinlogParamCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"binlog参数检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"ConstraintCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"外键依赖检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"ConstraintRefCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"外键部分库表依赖检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"ViewCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"视图检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"WarningParamCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"警告项检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 0,\n \"StartTime\": \"\",\n \"Status\": \"skipped\",\n \"StepId\": \"OptimizeCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"周边检查\",\n \"StepNo\": 0,\n \"Warnings\": [\n {\n \"HelpDoc\": \"\",\n \"Message\": \"skipped\",\n \"Solution\": \"\"\n }\n ]\n }\n ],\n \"StepNow\": 12\n },\n \"StartAt\": \"2022-07-11 17:18:57\"\n },\n \"CompareTask\": {\n \"CompareTaskId\": \"dts-amm1jw5q-cmp-bmuum7jk\",\n \"Status\": \"consistent\"\n },\n \"CreateTime\": \"2022-07-11 16:20:49\",\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\": \"Abc_123456789\",\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 \"ErrorInfo\": [],\n \"ExpectRunTime\": \"2022-07-11 17:16:50\",\n \"JobId\": \"dts-amm1jw5q\",\n \"JobName\": \"test_config_api\",\n \"BriefMsg\": \"\",\n \"MigrateOption\": {\n \"Consistency\": {\n \"Mode\": \"full\"\n },\n \"DatabaseTable\": {\n \"Databases\": [\n {\n \"DBMode\": \"partial\",\n \"DbName\": \"big100\",\n \"EventMode\": \"\",\n \"FunctionMode\": \"\",\n \"NewDbName\": \"\",\n \"NewSchemaName\": \"\",\n \"ProcedureMode\": \"\",\n \"RoleMode\": \"\",\n \"Roles\": [],\n \"SchemaMode\": \"\",\n \"SchemaName\": \"\",\n \"TableMode\": \"partial\",\n \"Tables\": [\n {\n \"NewTableName\": \"\",\n \"TableEditMode\": \"\",\n \"TableName\": \"sbtest1\",\n \"TmpTables\": []\n },\n {\n \"NewTableName\": \"new_sbtest10\",\n \"TableEditMode\": \"rename\",\n \"TableName\": \"sbtest10\",\n \"TmpTables\": []\n },\n {\n \"NewTableName\": \"\",\n \"TableEditMode\": \"\",\n \"TableName\": \"sbtest100\",\n \"TmpTables\": []\n }\n ],\n \"TriggerMode\": \"\",\n \"ViewMode\": \"none\",\n \"Views\": []\n },\n {\n \"DBMode\": \"all\",\n \"DbName\": \"db1\",\n \"EventMode\": \"\",\n \"FunctionMode\": \"\",\n \"NewDbName\": \"\",\n \"NewSchemaName\": \"\",\n \"ProcedureMode\": \"\",\n \"RoleMode\": \"\",\n \"Roles\": [],\n \"SchemaMode\": \"\",\n \"SchemaName\": \"\",\n \"TableMode\": \"\",\n \"Tables\": [],\n \"TriggerMode\": \"\",\n \"ViewMode\": \"\",\n \"Views\": []\n }\n ],\n \"AdvancedObjects\": [\n \"function\"\n ],\n \"ObjectMode\": \"partial\"\n },\n \"ExtraAttr\": [],\n \"IsMigrateAccount\": false,\n \"IsDstReadOnly\": false,\n \"IsOverrideRoot\": false,\n \"MigrateType\": \"fullAndIncrement\"\n },\n \"RequestId\": \"ac300ff0-00f2-11ed-b005-4930e69d89c2\",\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.456.789\",\n \"InstanceId\": \"\",\n \"Password\": \"Abc_123456789\",\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 \"StepInfo\": {\n \"MasterSlaveDistance\": 0,\n \"SecondsBehindMaster\": 0,\n \"StepAll\": 3,\n \"StepInfo\": [\n {\n \"StepMessage\": \"\",\n \"Percent\": 100,\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:21:59\",\n \"Status\": \"finished\",\n \"StepId\": \"dumper\",\n \"StepName\": \"源库导出\",\n \"StepNo\": 1,\n \"Warnings\": []\n },\n {\n \"StepMessage\": \"\",\n \"Percent\": 100,\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:22:43\",\n \"Status\": \"finished\",\n \"StepId\": \"loader\",\n \"StepName\": \"数据导入\",\n \"StepNo\": 2,\n \"Warnings\": []\n },\n {\n \"StepMessage\": \"\",\n \"Percent\": 100,\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:23:26\",\n \"Status\": \"running\",\n \"StepId\": \"sinker\",\n \"StepName\": \"同步增量\",\n \"StepNo\": 3,\n \"Warnings\": []\n }\n ],\n \"StepNow\": 3\n },\n \"Tags\": [],\n \"TradeInfo\": {\n \"BillingType\": \"billing\",\n \"DealName\": \"20220711715001047929481\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"InstanceClass\": \"xlarge\",\n \"IsolateReason\": \"\",\n \"LastDealName\": \"\",\n \"OfflineReason\": \"\",\n \"PayType\": \"postpay\",\n \"TradeStatus\": \"normal\",\n \"OfflineTime\": \"\",\n \"IsolateTime\": \"\"\n },\n \"UpdateTime\": \"2022-07-11 19:53:03\",\n \"DumperResumeCtrl\": \"no\"\n }\n}",
|
|
189
|
+
"output": "{\n \"Response\": {\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 \"CheckStepInfo\": {\n \"EndAt\": \"2022-07-11 17:19:25\",\n \"Progress\": {\n \"Message\": \"success\",\n \"Percent\": 100,\n \"Status\": \"success\",\n \"StepAll\": 12,\n \"Steps\": [\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"ConnectDBCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"连接DB检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"VersionCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"版本检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"SrcPrivilegeCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"源实例权限检查\",\n \"StepNo\": 0,\n \"Warnings\": [\n {\n \"HelpDoc\": \"\",\n \"Message\": \"您的授权情况:GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, REFERENCES, INDEX, ALTER, SHOW DATABASES, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, REPLICATION SLAVE, REPLICATION CLIENT, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, EVENT, TRIGGER, CREATE TABLESPACE ON *.* TO 'root'@'%' WITH GRANT OPTION。 源端账号权限范围大于要求的账号权限范围,腾讯云DTS不会使用超过必要的权限,请按照最小化原则给与授权: https://cloud.tencent.com/document/product/571/58700\",\n \"Solution\": \"\"\n }\n ]\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"SimpleParamCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"部分实例参数检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"DstPrivilegeCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"目标实例权限检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"DstEmptyCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"目标实例内容冲突检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"DstSpaceCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"目标实例空间检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"BinlogParamCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"binlog参数检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"ConstraintCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"外键依赖检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"ConstraintRefCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"外键部分库表依赖检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"ViewCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"视图检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 100,\n \"StartTime\": \"\",\n \"Status\": \"finished\",\n \"StepId\": \"WarningParamCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"警告项检查\",\n \"StepNo\": 0,\n \"Warnings\": []\n },\n {\n \"Errors\": [],\n \"Percent\": 0,\n \"StartTime\": \"\",\n \"Status\": \"skipped\",\n \"StepId\": \"OptimizeCheck\",\n \"StepMessage\": \"\",\n \"StepName\": \"周边检查\",\n \"StepNo\": 0,\n \"Warnings\": [\n {\n \"HelpDoc\": \"\",\n \"Message\": \"skipped\",\n \"Solution\": \"\"\n }\n ]\n }\n ],\n \"StepNow\": 12\n },\n \"StartAt\": \"2022-07-11 17:18:57\"\n },\n \"CompareTask\": {\n \"CompareTaskId\": \"dts-amm1jw5q-cmp-bmuum7jk\",\n \"Status\": \"consistent\"\n },\n \"CreateTime\": \"2022-07-11 16:20:49\",\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\": \"Abc_123456789\",\n \"Port\": 0,\n \"EncryptConn\": \"UnEncrypted\",\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 \"ErrorInfo\": [],\n \"ExpectRunTime\": \"2022-07-11 17:16:50\",\n \"JobId\": \"dts-amm1jw5q\",\n \"JobName\": \"test_config_api\",\n \"BriefMsg\": \"\",\n \"MigrateOption\": {\n \"Consistency\": {\n \"Mode\": \"full\"\n },\n \"DatabaseTable\": {\n \"Databases\": [\n {\n \"DBMode\": \"partial\",\n \"DbName\": \"big100\",\n \"EventMode\": \"\",\n \"FunctionMode\": \"\",\n \"NewDbName\": \"\",\n \"NewSchemaName\": \"\",\n \"ProcedureMode\": \"\",\n \"RoleMode\": \"\",\n \"Roles\": [],\n \"SchemaMode\": \"\",\n \"SchemaName\": \"\",\n \"TableMode\": \"partial\",\n \"Tables\": [\n {\n \"NewTableName\": \"\",\n \"TableEditMode\": \"\",\n \"TableName\": \"sbtest1\",\n \"TmpTables\": []\n },\n {\n \"NewTableName\": \"new_sbtest10\",\n \"TableEditMode\": \"rename\",\n \"TableName\": \"sbtest10\",\n \"TmpTables\": []\n },\n {\n \"NewTableName\": \"\",\n \"TableEditMode\": \"\",\n \"TableName\": \"sbtest100\",\n \"TmpTables\": []\n }\n ],\n \"TriggerMode\": \"\",\n \"ViewMode\": \"none\",\n \"Views\": []\n },\n {\n \"DBMode\": \"all\",\n \"DbName\": \"db1\",\n \"EventMode\": \"\",\n \"FunctionMode\": \"\",\n \"NewDbName\": \"\",\n \"NewSchemaName\": \"\",\n \"ProcedureMode\": \"\",\n \"RoleMode\": \"\",\n \"Roles\": [],\n \"SchemaMode\": \"\",\n \"SchemaName\": \"\",\n \"TableMode\": \"\",\n \"Tables\": [],\n \"TriggerMode\": \"\",\n \"ViewMode\": \"\",\n \"Views\": []\n }\n ],\n \"AdvancedObjects\": [\n \"function\"\n ],\n \"ObjectMode\": \"partial\"\n },\n \"ExtraAttr\": [],\n \"IsMigrateAccount\": false,\n \"IsDstReadOnly\": false,\n \"IsOverrideRoot\": false,\n \"MigrateType\": \"fullAndIncrement\"\n },\n \"RequestId\": \"ac300ff0-00f2-11ed-b005-4930e69d89c2\",\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.456.789\",\n \"InstanceId\": \"\",\n \"Password\": \"Abc_123456789\",\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 \"StepInfo\": {\n \"MasterSlaveDistance\": 0,\n \"SecondsBehindMaster\": 0,\n \"StepAll\": 3,\n \"StepInfo\": [\n {\n \"StepMessage\": \"\",\n \"Percent\": 100,\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:21:59\",\n \"Status\": \"finished\",\n \"StepId\": \"dumper\",\n \"StepName\": \"源库导出\",\n \"StepNo\": 1,\n \"Warnings\": []\n },\n {\n \"StepMessage\": \"\",\n \"Percent\": 100,\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:22:43\",\n \"Status\": \"finished\",\n \"StepId\": \"loader\",\n \"StepName\": \"数据导入\",\n \"StepNo\": 2,\n \"Warnings\": []\n },\n {\n \"StepMessage\": \"\",\n \"Percent\": 100,\n \"Errors\": [],\n \"StartTime\": \"2022-07-11 17:23:26\",\n \"Status\": \"running\",\n \"StepId\": \"sinker\",\n \"StepName\": \"同步增量\",\n \"StepNo\": 3,\n \"Warnings\": []\n }\n ],\n \"StepNow\": 3\n },\n \"Tags\": [],\n \"TradeInfo\": {\n \"BillingType\": \"billing\",\n \"DealName\": \"20220711715001047929481\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"InstanceClass\": \"xlarge\",\n \"IsolateReason\": \"\",\n \"LastDealName\": \"\",\n \"OfflineReason\": \"\",\n \"PayType\": \"postpay\",\n \"TradeStatus\": \"normal\",\n \"OfflineTime\": \"\",\n \"IsolateTime\": \"\"\n },\n \"UpdateTime\": \"2022-07-11 19:53:03\",\n \"DumperResumeCtrl\": \"no\"\n }\n}",
|
|
190
190
|
"title": "查询某个迁移任务详情"
|
|
191
191
|
}
|
|
192
192
|
],
|
|
@@ -371,13 +371,19 @@
|
|
|
371
371
|
"document": "",
|
|
372
372
|
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMigrationJob\n<公共请求参数>\n\n{\n \"JobId\": \"dts-efyc7e7l\",\n \"JobName\": \"dts-efyc7e7l\",\n \"RunMode\": \"immediate\",\n \"ExpectRunTime\": \"2024-12-20 19:01:07\",\n \"MigrateOption\": {\n \"MigrateType\": \"fullAndIncrement\",\n \"Consistency\": {\n \"Mode\": \"full\"\n },\n \"DatabaseTable\": {\n \"ObjectMode\": \"partial\",\n \"Databases\": [\n {\n \"DbName\": \"db_1\",\n \"NewDbName\": \"\",\n \"SchemaName\": \"\",\n \"NewSchemaName\": \"\",\n \"DBMode\": \"partial\",\n \"SchemaMode\": \"\",\n \"TableMode\": \"partial\",\n \"Tables\": [\n {\n \"TableName\": \"tb_1\",\n \"NewTableName\": \"\",\n \"TmpTables\": [],\n \"TableEditMode\": \"\"\n }\n ],\n \"ViewMode\": \"partial\",\n \"Views\": [\n {\n \"ViewName\": \"view_tb_1\",\n \"NewViewName\": \"\"\n }\n ],\n \"RoleMode\": \"\",\n \"Roles\": [],\n \"FunctionMode\": \"\",\n \"TriggerMode\": \"\",\n \"EventMode\": \"\",\n \"ProcedureMode\": \"\",\n \"Functions\": [],\n \"Procedures\": [],\n \"Events\": [],\n \"Triggers\": []\n }\n ],\n \"AdvancedObjects\": []\n },\n \"IsMigrateAccount\": true,\n \"IsOverrideRoot\": true,\n \"IsDstReadOnly\": true,\n \"ExtraAttr\": []\n },\n \"SrcInfo\": {\n \"Supplier\": \"\",\n \"Region\": \"ap-qingyuan\",\n \"AccessType\": \"cdb\",\n \"DatabaseType\": \"mysql\",\n \"NodeType\": \"\",\n \"Info\": [\n {\n \"Role\": \"\",\n \"DbKernel\": \"\",\n \"Host\": \"\",\n \"Port\": 0,\n \"User\": \"tencent\",\n \"Password\": \"tencent***\",\n \"CvmInstanceId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"UniqDcgId\": \"\",\n \"InstanceId\": \"cdb-4gp2nzqy\",\n \"CcnGwId\": \"\",\n \"VpcId\": \"\",\n \"SubnetId\": \"\",\n \"EngineVersion\": \"8.0\",\n \"Account\": \"\",\n \"AccountRole\": \"\",\n \"AccountMode\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"EncryptConn\": \"Encrypted\"\n }\n ],\n \"ExtraAttr\": [],\n \"DatabaseNetEnv\": \"\"\n },\n \"DstInfo\": {\n \"Supplier\": \"\",\n \"Region\": \"ap-qingyuan\",\n \"AccessType\": \"cdb\",\n \"DatabaseType\": \"mysql\",\n \"NodeType\": \"\",\n \"Info\": [\n {\n \"Role\": \"\",\n \"DbKernel\": \"\",\n \"Host\": \"\",\n \"Port\": 0,\n \"User\": \"tencent\",\n \"Password\": \"tencent***\",\n \"CvmInstanceId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"UniqDcgId\": \"\",\n \"InstanceId\": \"cdb-4gp2nzqy\",\n \"CcnGwId\": \"\",\n \"VpcId\": \"\",\n \"SubnetId\": \"\",\n \"EngineVersion\": \"8.0\",\n \"Account\": \"\",\n \"AccountRole\": \"\",\n \"AccountMode\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"EncryptConn\": \"Encrypted\"\n }\n ],\n \"ExtraAttr\": [],\n \"DatabaseNetEnv\": \"\"\n },\n \"Tags\": [],\n \"AutoRetryTimeRangeMinutes\": 0\n}",
|
|
373
373
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a3365b29-2042-4565-9206-8df9e2af1a17\"\n }\n}",
|
|
374
|
-
"title": "
|
|
374
|
+
"title": "配置mysql迁移任务"
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"document": "1.源端为腾讯云redis实例,目标端为AWS实例并以公网的方式连接目标节点信息填写所有分片上的IP/域名、端口、密码等连接信息;注意一定是所有分片节点连接信息都写。\n2.目标端以覆盖写的方式执行,如果要配置其他目标端写入模式,可以参考入参MigrateOption.ExtraAttr中的字段描述。",
|
|
378
|
-
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMigrationJob\n<公共请求参数>\n\n{\n \"JobId\": \"dts-n6uzsuxz\",\n \"RunMode\": \"immediate\",\n \"MigrateOption\": {\n \"DatabaseTable\": {\n \"ObjectMode\": \"all\"\n },\n \"MigrateType\": \"fullAndIncrement\",\n \"ExtraAttr\": [\n {\n \"Key\": \"DstWriteMode\",\n \"Value\": \"overwrite\"\n }\n ]\n },\n \"SrcInfo\": {\n \"Region\": \"ap-chengdu\",\n \"AccessType\": \"cdb\",\n \"DatabaseType\": \"redis\",\n \"NodeType\": \"simple\",\n \"Info\": [\n {\n \"Password\": \"admin12345\",\n \"InstanceId\": \"crs-lktt4ls3\"\n }\n ]\n },\n \"DstInfo\": {\n \"Region\": \"ap-chengdu\",\n \"AccessType\": \"extranet\",\n \"DatabaseType\": \"redis\",\n \"NodeType\": \"cluster-cache\",\n \"Info\": [\n {\n \"Host\": \"44.
|
|
378
|
+
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMigrationJob\n<公共请求参数>\n\n{\n \"JobId\": \"dts-n6uzsuxz\",\n \"RunMode\": \"immediate\",\n \"MigrateOption\": {\n \"DatabaseTable\": {\n \"ObjectMode\": \"all\"\n },\n \"MigrateType\": \"fullAndIncrement\",\n \"ExtraAttr\": [\n {\n \"Key\": \"DstWriteMode\",\n \"Value\": \"overwrite\"\n }\n ]\n },\n \"SrcInfo\": {\n \"Region\": \"ap-chengdu\",\n \"AccessType\": \"cdb\",\n \"DatabaseType\": \"redis\",\n \"NodeType\": \"simple\",\n \"Info\": [\n {\n \"Password\": \"admin12345\",\n \"InstanceId\": \"crs-lktt4ls3\"\n }\n ]\n },\n \"DstInfo\": {\n \"Region\": \"ap-chengdu\",\n \"AccessType\": \"extranet\",\n \"DatabaseType\": \"redis\",\n \"NodeType\": \"cluster-cache\",\n \"Info\": [\n {\n \"Host\": \"44.xxx.xxx.125\",\n \"Port\": 6383\n },\n {\n \"Host\": \"44.xxx.xxx.125\",\n \"Port\": 6384\n },\n {\n \"Host\": \"44.xxx.xxx.125\",\n \"Port\": 6385\n }\n ]\n }\n}",
|
|
379
379
|
"output": "{\n \"Response\": {\n \"RequestId\": \"4d21a953-4a23-47f1-91a9-84df62f016f3\"\n }\n}",
|
|
380
380
|
"title": "配置一个直连下云的redis迁移任务"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"document": "配置一个mongodb迁移上云任务,迁移部分库表,源端使用公有云接入方式,使用change_stream的方式拉取。",
|
|
384
|
+
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMigrationJob\n<公共请求参数>\n\n{\n \"JobId\": \"dts-nk75d8oa\",\n \"RunMode\": \"immediate\",\n \"MigrateOption\": {\n \"DatabaseTable\": {\n \"ObjectMode\": \"partial\",\n \"Databases\": [\n {\n \"DbName\": \"db222_index\",\n \"DBMode\": \"all\",\n \"TableMode\": \"all\",\n \"ViewMode\": \"all\"\n }\n ]\n },\n \"MigrateType\": \"fullAndIncrement\",\n \"Consistency\": {\n \"Mode\": \"full\"\n }\n },\n \"SrcInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"AccessType\": \"extranet\",\n \"DatabaseType\": \"mongodb\",\n \"NodeType\": \"cluster\",\n \"Info\": [\n {\n \"Role\": \"mongos\",\n \"Host\": \"9.8.160.69\",\n \"Port\": 6009,\n \"User\": \"mongouser\",\n \"Password\": \"1234567a\"\n }\n ],\n \"ExtraAttr\": [\n {\n \"Key\": \"fetchMethod\",\n \"Value\": \"change_stream\"\n },\n {\n \"Key\": \"AuthDatabase\",\n \"Value\": \"admin\"\n },\n {\n \"Key\": \"AuthFlag\",\n \"Value\": \"1\"\n },\n {\n \"Key\": \"AuthMechanism\",\n \"Value\": \"SCRAM-SHA-1\"\n }\n ]\n },\n \"DstInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"AccessType\": \"cdb\",\n \"DatabaseType\": \"mongodb\",\n \"NodeType\": \"cluster\",\n \"Info\": [\n {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnGwId\": \"\",\n \"CvmInstanceId\": \"\",\n \"DbKernel\": \"\",\n \"EncryptConn\": \"\",\n \"EngineVersion\": \"\",\n \"Host\": \"\",\n \"InstanceId\": \"cmgo-fdbgxxxx\",\n \"Password\": \"xxxxxx\",\n \"Port\": 0,\n \"Role\": \"\",\n \"SetId\": \"\",\n \"SubnetId\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"mongouser\",\n \"VpcId\": \"\"\n }\n ]\n }\n}",
|
|
385
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a3365b29-2042-4565-9206-8df9e2af1a17\"\n }\n}",
|
|
386
|
+
"title": "配置mongodb迁移迁移上云任务"
|
|
381
387
|
}
|
|
382
388
|
],
|
|
383
389
|
"ModifySubscribeAutoRenewFlag": [
|
|
@@ -399,7 +405,7 @@
|
|
|
399
405
|
"ModifySubscribeObjects": [
|
|
400
406
|
{
|
|
401
407
|
"document": "修改数据订阅的订阅规则,如添加或者移除某些库表",
|
|
402
|
-
"input": "https://dts.tencentcloudapi.com/?Action=ModifySubscribeObjects\
|
|
408
|
+
"input": "https://dts.tencentcloudapi.com/?Action=ModifySubscribeObjects\n&SubscribeId=subs-ieuwi83j2e\n&SubscribeObjectType=0\n&<公共请求参数>",
|
|
403
409
|
"output": "{\n \"Response\": {\n \"RequestId\": \"14a719b5-ffb34ab6-816c43c1-8c6a23eb\"\n }\n}",
|
|
404
410
|
"title": "修改数据订阅通道的订阅规则"
|
|
405
411
|
}
|
|
@@ -455,7 +461,7 @@
|
|
|
455
461
|
"ResetConsumerGroupOffset": [
|
|
456
462
|
{
|
|
457
463
|
"document": "将一个订阅任务的kafka offset重置到2023-05-16 00:00:00附近的checkpoint",
|
|
458
|
-
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetConsumerGroupOffset\n<公共请求参数>\n\n{\n \"ConsumerGroupName\": \"consumer-grp-subs-635ns8r71g-1\",\n \"PartitionNos\": [\n
|
|
464
|
+
"input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetConsumerGroupOffset\n<公共请求参数>\n\n{\n \"ConsumerGroupName\": \"consumer-grp-subs-635ns8r71g-1\",\n \"PartitionNos\": [\n 0,\n 1,\n 2,\n 3\n ],\n \"ResetMode\": \"datetime\",\n \"ResetDatetime\": \"2023-05-16 00:00:00\",\n \"SubscribeId\": \"subs-635ns8r71g\",\n \"TopicName\": \"account-subs-635ns8r71g-1\"\n}",
|
|
459
465
|
"output": "{\n \"Response\": {\n \"RequestId\": \"20461920-b18e-11ec-ae1a-cfe224f4f21f\"\n }\n}",
|
|
460
466
|
"title": "重置消费组offset"
|
|
461
467
|
}
|
|
@@ -463,7 +469,7 @@
|
|
|
463
469
|
"ResetSubscribe": [
|
|
464
470
|
{
|
|
465
471
|
"document": "重置数据订阅任务",
|
|
466
|
-
"input": "https://dts.tencentcloudapi.com/?Action=ResetSubscribe\
|
|
472
|
+
"input": "https://dts.tencentcloudapi.com/?Action=ResetSubscribe\n&SubscribeId=subs-ieuwi83j2e\n&<公共请求参数>",
|
|
467
473
|
"output": "{\n \"Response\": {\n \"RequestId\": \"14a719b5-ffb34ab6-816c43c1-8c6a23eb\"\n }\n}",
|
|
468
474
|
"title": "重置数据订阅任务"
|
|
469
475
|
}
|
|
@@ -401,6 +401,7 @@
|
|
|
401
401
|
"example": "topic-xxxx",
|
|
402
402
|
"member": "string",
|
|
403
403
|
"name": "TopicName",
|
|
404
|
+
"output_required": true,
|
|
404
405
|
"required": true,
|
|
405
406
|
"type": "string",
|
|
406
407
|
"value_allowed_null": false
|
|
@@ -411,9 +412,21 @@
|
|
|
411
412
|
"example": "无",
|
|
412
413
|
"member": "RetryPolicy",
|
|
413
414
|
"name": "RetryPolicy",
|
|
415
|
+
"output_required": true,
|
|
414
416
|
"required": true,
|
|
415
417
|
"type": "object",
|
|
416
418
|
"value_allowed_null": false
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"disabled": false,
|
|
422
|
+
"document": "事件投递kafka时的协议格式;目前只支持两种格式:1.CloudEvent(完整的cloudevent消息协议)2.CloudEventDataKey(cloudevent协议中的data字段内容)",
|
|
423
|
+
"example": "CloudEvent",
|
|
424
|
+
"member": "string",
|
|
425
|
+
"name": "EventDeliveryFormat",
|
|
426
|
+
"output_required": false,
|
|
427
|
+
"required": false,
|
|
428
|
+
"type": "string",
|
|
429
|
+
"value_allowed_null": false
|
|
417
430
|
}
|
|
418
431
|
],
|
|
419
432
|
"usage": "both"
|
|
@@ -854,7 +867,7 @@
|
|
|
854
867
|
{
|
|
855
868
|
"disabled": false,
|
|
856
869
|
"document": "目标描述;scf类型示例:\n{\"ResourceDescription\":\"qcs::scf:ap-guangzhou:uin/2252646423:namespace/default/function/john-test-0326/$LATEST\"};\ncls类型示例:\n{\"ResourceDescription\":\"qcs::cls:ap-guangzhou:uin/12323442323:topic/7103f705-6c38-4b64-ac9d-428af0f2e732\"}\nckafka类型示例:\n{\"ResourceDescription\":\"qcs::ckafka:ap-guangzhou:uin/1500000688:ckafkaId/uin/1500000688/ckafka-018q1nwj\",\"CkafkaTargetParams\":{\"TopicName\":\"alert\",\"RetryPolicy\":{\"RetryInterval\":60,\"MaxRetryAttempts\":360}}}\namp类型-邮件/短信示例:\n{\"ResourceDescription\":\"qcs::eb-amp:ap-guangzhou:uin/100012505002:\",\"AMPParams\":{\"NotificationTemplateId\":10181,\"Lang\":\"cn\",\"NoticeReceivers\":[{\"UserType\":\"User\",\"UserIds\":[\"9424525\"],\"TimeWindow\":{\"From\":\"09:30:00\",\"To\":\"23:30:00\"},\"Channels\":[\"Email\",\"SMS\"]}]}}\nes类型示例:\n{\"ResourceDescription\":\"qcs::es:ap-guangzhou:uin/1500000688:instance/es-7cplmhsd\",\"ESTargetParams\":{\"EsVersion\":\"7.14.2\",\"UserName\":\"elastic\",\"Password\":\"xxxxx\",\"NetMode\":\"privateLink\",\"IndexPrefix\":\"auto-test\",\"IndexSuffixMode\":\"default\",\"RotationInterval\":\"none\",\"IndexTemplateType\":\"\",\"OutputMode\":\"default\"}}",
|
|
857
|
-
"example": "
|
|
870
|
+
"example": "无",
|
|
858
871
|
"member": "TargetDescription",
|
|
859
872
|
"name": "TargetDescription",
|
|
860
873
|
"required": true,
|
|
@@ -868,6 +881,33 @@
|
|
|
868
881
|
"name": "RuleId",
|
|
869
882
|
"required": true,
|
|
870
883
|
"type": "string"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"disabled": false,
|
|
887
|
+
"document": "批量投递最长等待时间",
|
|
888
|
+
"example": "1",
|
|
889
|
+
"member": "int64",
|
|
890
|
+
"name": "BatchTimeout",
|
|
891
|
+
"required": false,
|
|
892
|
+
"type": "int"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"disabled": false,
|
|
896
|
+
"document": "批量投递最大事件条数",
|
|
897
|
+
"example": "1",
|
|
898
|
+
"member": "int64",
|
|
899
|
+
"name": "BatchEventCount",
|
|
900
|
+
"required": false,
|
|
901
|
+
"type": "int"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"disabled": false,
|
|
905
|
+
"document": "开启批量投递使能",
|
|
906
|
+
"example": "false",
|
|
907
|
+
"member": "bool",
|
|
908
|
+
"name": "EnableBatchDelivery",
|
|
909
|
+
"required": false,
|
|
910
|
+
"type": "bool"
|
|
871
911
|
}
|
|
872
912
|
],
|
|
873
913
|
"type": "object"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
{
|
|
51
51
|
"document": "",
|
|
52
52
|
"input": "POST / HTTP/1.1\nHost: eb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTarget\n<公共请求参数>\n\n{\n \"EventBusId\": \"eb-xxxxxx\",\n \"Type\": \"scf\",\n \"TargetDescription\": {\n \"ResourceDescription\": \"qcs::custom_scf:ap-guangzhou:appid/xxxxx/uin/xxxxxxxx:namespace/xxxxxx/function/xxxxx/x\"\n },\n \"RuleId\": \"rule-xxxxxxx\"\n}",
|
|
53
|
-
"output": "{\n \"Response\": {\n \"TargetId\": \"
|
|
53
|
+
"output": "{\n \"Response\": {\n \"TargetId\": \"target-xx2d32\",\n \"RequestId\": \"b7662cf2-ce20-4b3e-aff2-2cb875cf0b6b\"\n }\n}",
|
|
54
54
|
"title": "创建自定义投递目标"
|
|
55
55
|
}
|
|
56
56
|
],
|
|
@@ -1190,14 +1190,14 @@
|
|
|
1190
1190
|
"members": [
|
|
1191
1191
|
{
|
|
1192
1192
|
"disabled": false,
|
|
1193
|
-
"document": "
|
|
1193
|
+
"document": "计算资源高级设置\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
1194
1194
|
"example": "无",
|
|
1195
1195
|
"member": "ComputeResourceAdvanceParams",
|
|
1196
1196
|
"name": "ComputeResourceAdvanceParams",
|
|
1197
1197
|
"output_required": false,
|
|
1198
1198
|
"required": false,
|
|
1199
1199
|
"type": "object",
|
|
1200
|
-
"value_allowed_null":
|
|
1200
|
+
"value_allowed_null": true
|
|
1201
1201
|
}
|
|
1202
1202
|
],
|
|
1203
1203
|
"usage": "both"
|
|
@@ -1375,7 +1375,7 @@
|
|
|
1375
1375
|
{
|
|
1376
1376
|
"disabled": false,
|
|
1377
1377
|
"document": "集群实例ID。",
|
|
1378
|
-
"example": "
|
|
1378
|
+
"example": "240143022",
|
|
1379
1379
|
"member": "int64",
|
|
1380
1380
|
"name": "ClusterId",
|
|
1381
1381
|
"output_required": true,
|
|
@@ -1504,10 +1504,21 @@
|
|
|
1504
1504
|
"type": "string",
|
|
1505
1505
|
"value_allowed_null": false
|
|
1506
1506
|
},
|
|
1507
|
+
{
|
|
1508
|
+
"disabled": false,
|
|
1509
|
+
"document": "对应的计算组",
|
|
1510
|
+
"example": "test11",
|
|
1511
|
+
"member": "string",
|
|
1512
|
+
"name": "WarehouseName",
|
|
1513
|
+
"output_required": false,
|
|
1514
|
+
"required": false,
|
|
1515
|
+
"type": "string",
|
|
1516
|
+
"value_allowed_null": false
|
|
1517
|
+
},
|
|
1507
1518
|
{
|
|
1508
1519
|
"disabled": false,
|
|
1509
1520
|
"document": "伸缩组状态",
|
|
1510
|
-
"example": "
|
|
1521
|
+
"example": "1",
|
|
1511
1522
|
"member": "int64",
|
|
1512
1523
|
"name": "GroupStatus",
|
|
1513
1524
|
"output_required": false,
|
|
@@ -1539,14 +1550,14 @@
|
|
|
1539
1550
|
},
|
|
1540
1551
|
{
|
|
1541
1552
|
"disabled": false,
|
|
1542
|
-
"document": "
|
|
1553
|
+
"document": "伸缩组更多设置\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
1543
1554
|
"example": "无",
|
|
1544
1555
|
"member": "AutoScaleGroupAdvanceAttrs",
|
|
1545
1556
|
"name": "ExtraAdvanceAttrs",
|
|
1546
1557
|
"output_required": false,
|
|
1547
1558
|
"required": false,
|
|
1548
1559
|
"type": "object",
|
|
1549
|
-
"value_allowed_null":
|
|
1560
|
+
"value_allowed_null": true
|
|
1550
1561
|
}
|
|
1551
1562
|
],
|
|
1552
1563
|
"usage": "both"
|
|
@@ -6412,6 +6423,15 @@
|
|
|
6412
6423
|
"name": "Filters",
|
|
6413
6424
|
"required": false,
|
|
6414
6425
|
"type": "list"
|
|
6426
|
+
},
|
|
6427
|
+
{
|
|
6428
|
+
"disabled": false,
|
|
6429
|
+
"document": "默认0为普通集群,2为tke集群",
|
|
6430
|
+
"example": "0",
|
|
6431
|
+
"member": "int64",
|
|
6432
|
+
"name": "ClusterType",
|
|
6433
|
+
"required": false,
|
|
6434
|
+
"type": "int"
|
|
6415
6435
|
}
|
|
6416
6436
|
],
|
|
6417
6437
|
"type": "object"
|
|
@@ -8885,7 +8905,7 @@
|
|
|
8885
8905
|
{
|
|
8886
8906
|
"disabled": false,
|
|
8887
8907
|
"document": "集群地域",
|
|
8888
|
-
"example": "
|
|
8908
|
+
"example": "1",
|
|
8889
8909
|
"member": "uint64",
|
|
8890
8910
|
"name": "ZoneId",
|
|
8891
8911
|
"output_required": true,
|
|
@@ -9135,7 +9155,7 @@
|
|
|
9135
9155
|
{
|
|
9136
9156
|
"disabled": false,
|
|
9137
9157
|
"document": "体外客户端组件信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
9138
|
-
"example": "
|
|
9158
|
+
"example": "无",
|
|
9139
9159
|
"member": "SoftDependInfo",
|
|
9140
9160
|
"name": "OutSideSoftInfo",
|
|
9141
9161
|
"output_required": true,
|
|
@@ -13409,6 +13429,15 @@
|
|
|
13409
13429
|
"name": "PassWord",
|
|
13410
13430
|
"required": true,
|
|
13411
13431
|
"type": "string"
|
|
13432
|
+
},
|
|
13433
|
+
{
|
|
13434
|
+
"disabled": false,
|
|
13435
|
+
"document": "是否同步密码",
|
|
13436
|
+
"example": "false",
|
|
13437
|
+
"member": "bool",
|
|
13438
|
+
"name": "SyncPwd",
|
|
13439
|
+
"required": false,
|
|
13440
|
+
"type": "bool"
|
|
13412
13441
|
}
|
|
13413
13442
|
],
|
|
13414
13443
|
"type": "object"
|
|
@@ -18211,6 +18240,15 @@
|
|
|
18211
18240
|
"name": "NodeMarks",
|
|
18212
18241
|
"required": false,
|
|
18213
18242
|
"type": "object"
|
|
18243
|
+
},
|
|
18244
|
+
{
|
|
18245
|
+
"disabled": false,
|
|
18246
|
+
"document": "扩容指定计算组名称",
|
|
18247
|
+
"example": "default_warehouse",
|
|
18248
|
+
"member": "string",
|
|
18249
|
+
"name": "WarehouseName",
|
|
18250
|
+
"required": false,
|
|
18251
|
+
"type": "string"
|
|
18214
18252
|
}
|
|
18215
18253
|
],
|
|
18216
18254
|
"type": "object"
|
|
@@ -18261,7 +18299,7 @@
|
|
|
18261
18299
|
{
|
|
18262
18300
|
"disabled": false,
|
|
18263
18301
|
"document": "订单号。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
18264
|
-
"example": "1731867961-23673-5000362",
|
|
18302
|
+
"example": "[\"1731867961-23673-5000362\"]",
|
|
18265
18303
|
"member": "string",
|
|
18266
18304
|
"name": "DealNames",
|
|
18267
18305
|
"output_required": false,
|
|
@@ -18559,6 +18597,15 @@
|
|
|
18559
18597
|
"name": "NodeMarks",
|
|
18560
18598
|
"required": false,
|
|
18561
18599
|
"type": "object"
|
|
18600
|
+
},
|
|
18601
|
+
{
|
|
18602
|
+
"disabled": false,
|
|
18603
|
+
"document": "扩容指定计算组",
|
|
18604
|
+
"example": "default_warehouse",
|
|
18605
|
+
"member": "string",
|
|
18606
|
+
"name": "WarehouseName",
|
|
18607
|
+
"required": false,
|
|
18608
|
+
"type": "string"
|
|
18562
18609
|
}
|
|
18563
18610
|
],
|
|
18564
18611
|
"type": "object"
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
{
|
|
381
381
|
"document": "",
|
|
382
382
|
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSparkQueries\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-njry92zr\",\n \"StartTime\": 1711078120,\n \"EndTime\": 1711088221,\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
|
383
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"690f07d6-ac3d-4211-896d-043824aaa0f0\",\n \"Total\": 1,\n \"Results\": [\n {\n \"Id\": \"2\",\n \"Status\": \"COMPLETED\",\n \"BeginTime\": 1711078220,\n \"ScanTotalData\": 0,\n \"ApplicationId\": [\n \"application_1710488265927_0018\"\n ],\n \"ScanRowNum\": 1,\n \"ScanFileNum\": 1,\n \"EndTime\": 1711078223,\n \"ScanPartitionNum\": 1,\n \"Statement\": \"
|
|
383
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"690f07d6-ac3d-4211-896d-043824aaa0f0\",\n \"Total\": 1,\n \"Results\": [\n {\n \"Id\": \"2\",\n \"Status\": \"COMPLETED\",\n \"BeginTime\": 1711078220,\n \"ScanTotalData\": 0,\n \"ApplicationId\": [\n \"application_1710488265927_0018\"\n ],\n \"ScanRowNum\": 1,\n \"ScanFileNum\": 1,\n \"EndTime\": 1711078223,\n \"ScanPartitionNum\": 1,\n \"Statement\": \"\",\n \"Duration\": 2924\n }\n ]\n }\n}",
|
|
384
384
|
"title": "查询spark查询信息"
|
|
385
385
|
}
|
|
386
386
|
],
|
|
@@ -586,10 +586,10 @@
|
|
|
586
586
|
],
|
|
587
587
|
"ModifyUserManagerPwd": [
|
|
588
588
|
{
|
|
589
|
-
"document": "
|
|
590
|
-
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUserManagerPwd\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-
|
|
591
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
|
592
|
-
"title": "
|
|
589
|
+
"document": "",
|
|
590
|
+
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyUserManagerPwd\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-jcyh6gqk\",\n \"PassWord\": \"EyKkiwbj2Nmmpg74\",\n \"UserName\": \"pu203356\"\n}",
|
|
591
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4ce4ef55-4b01-47ad-a4e2-23f256b865e2\"\n }\n}",
|
|
592
|
+
"title": "修改用户密码"
|
|
593
593
|
}
|
|
594
594
|
],
|
|
595
595
|
"ModifyUsersOfGroupSTD": [
|