tccli 3.0.1407.1__py2.py3-none-any.whl → 3.1.6.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 (446) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +13 -2
  3. tccli/main.py +0 -5
  4. tccli/services/__init__.py +9 -0
  5. tccli/services/aai/aai_client.py +20 -8
  6. tccli/services/aca/aca_client.py +40 -16
  7. tccli/services/acp/acp_client.py +40 -16
  8. tccli/services/advisor/advisor_client.py +10 -4
  9. tccli/services/af/af_client.py +15 -6
  10. tccli/services/afc/afc_client.py +15 -6
  11. tccli/services/ags/__init__.py +4 -0
  12. tccli/services/ags/ags_client.py +826 -0
  13. tccli/services/ags/v20250920/api.json +1076 -0
  14. tccli/services/ags/v20250920/examples.json +101 -0
  15. tccli/services/ai3d/ai3d_client.py +20 -114
  16. tccli/services/ai3d/v20250513/api.json +6 -169
  17. tccli/services/ai3d/v20250513/examples.json +0 -16
  18. tccli/services/aiart/aiart_client.py +284 -109
  19. tccli/services/aiart/v20221229/api.json +201 -8
  20. tccli/services/aiart/v20221229/examples.json +16 -0
  21. tccli/services/ame/ame_client.py +155 -62
  22. tccli/services/ams/ams_client.py +45 -18
  23. tccli/services/anicloud/anicloud_client.py +15 -6
  24. tccli/services/antiddos/antiddos_client.py +470 -188
  25. tccli/services/ape/ape_client.py +40 -16
  26. tccli/services/api/api_client.py +15 -6
  27. tccli/services/apigateway/apigateway_client.py +495 -198
  28. tccli/services/apm/apm_client.py +742 -81
  29. tccli/services/apm/v20210622/api.json +3239 -1322
  30. tccli/services/apm/v20210622/examples.json +95 -1
  31. tccli/services/asr/asr_client.py +160 -64
  32. tccli/services/asr/v20190614/api.json +2 -2
  33. tccli/services/asw/asw_client.py +45 -18
  34. tccli/services/autoscaling/autoscaling_client.py +290 -116
  35. tccli/services/autoscaling/v20180419/api.json +51 -7
  36. tccli/services/ba/ba_client.py +15 -6
  37. tccli/services/batch/batch_client.py +150 -60
  38. tccli/services/batch/v20170312/api.json +11 -0
  39. tccli/services/bda/bda_client.py +40 -714
  40. tccli/services/bda/v20200324/api.json +107 -1819
  41. tccli/services/bda/v20200324/examples.json +0 -176
  42. tccli/services/bh/bh_client.py +1934 -465
  43. tccli/services/bh/v20230418/api.json +1720 -107
  44. tccli/services/bh/v20230418/examples.json +188 -0
  45. tccli/services/bi/bi_client.py +145 -58
  46. tccli/services/billing/billing_client.py +310 -124
  47. tccli/services/billing/v20180709/api.json +18 -9
  48. tccli/services/billing/v20180709/examples.json +2 -2
  49. tccli/services/bizlive/bizlive_client.py +30 -12
  50. tccli/services/bm/bm_client.py +265 -106
  51. tccli/services/bma/bma_client.py +185 -74
  52. tccli/services/bmeip/bmeip_client.py +100 -40
  53. tccli/services/bmlb/bmlb_client.py +245 -98
  54. tccli/services/bmvpc/bmvpc_client.py +305 -122
  55. tccli/services/bpaas/bpaas_client.py +10 -4
  56. tccli/services/bri/bri_client.py +5 -2
  57. tccli/services/bsca/bsca_client.py +35 -14
  58. tccli/services/btoe/btoe_client.py +70 -28
  59. tccli/services/ca/ca_client.py +15 -6
  60. tccli/services/cam/cam_client.py +460 -184
  61. tccli/services/cam/v20190116/api.json +3 -3
  62. tccli/services/captcha/captcha_client.py +90 -36
  63. tccli/services/captcha/v20190722/api.json +4 -4
  64. tccli/services/captcha/v20190722/examples.json +1 -1
  65. tccli/services/car/car_client.py +30 -12
  66. tccli/services/cat/cat_client.py +70 -28
  67. tccli/services/cat/v20180409/api.json +7 -7
  68. tccli/services/cbs/cbs_client.py +230 -92
  69. tccli/services/ccc/ccc_client.py +613 -158
  70. tccli/services/ccc/v20200210/api.json +406 -8
  71. tccli/services/ccc/v20200210/examples.json +32 -0
  72. tccli/services/cdb/cdb_client.py +931 -350
  73. tccli/services/cdb/v20170320/api.json +131 -32
  74. tccli/services/cdb/v20170320/examples.json +18 -10
  75. tccli/services/cdc/cdc_client.py +115 -46
  76. tccli/services/cdn/cdn_client.py +275 -110
  77. tccli/services/cdn/v20180606/api.json +15 -4
  78. tccli/services/cdn/v20180606/examples.json +1 -1
  79. tccli/services/cds/cds_client.py +25 -10
  80. tccli/services/cdwch/cdwch_client.py +145 -58
  81. tccli/services/cdwch/v20200915/api.json +26 -11
  82. tccli/services/cdwdoris/cdwdoris_client.py +300 -120
  83. tccli/services/cdwdoris/v20211228/api.json +11 -1
  84. tccli/services/cdwpg/cdwpg_client.py +120 -48
  85. tccli/services/cdz/cdz_client.py +10 -4
  86. tccli/services/cfg/cfg_client.py +85 -34
  87. tccli/services/cfg/v20210820/api.json +11 -1
  88. tccli/services/cfs/cfs_client.py +326 -208
  89. tccli/services/cfs/v20190719/api.json +199 -64
  90. tccli/services/cfs/v20190719/examples.json +6 -14
  91. tccli/services/cfw/cfw_client.py +679 -287
  92. tccli/services/cfw/v20190904/api.json +420 -2
  93. tccli/services/cfw/v20190904/examples.json +8 -0
  94. tccli/services/chc/chc_client.py +190 -76
  95. tccli/services/chc/v20230418/api.json +77 -2
  96. tccli/services/chdfs/chdfs_client.py +145 -58
  97. tccli/services/ciam/ciam_client.py +115 -46
  98. tccli/services/cii/cii_client.py +65 -26
  99. tccli/services/cim/cim_client.py +5 -2
  100. tccli/services/ckafka/ckafka_client.py +837 -240
  101. tccli/services/ckafka/v20190819/api.json +561 -91
  102. tccli/services/ckafka/v20190819/examples.json +53 -5
  103. tccli/services/clb/clb_client.py +435 -439
  104. tccli/services/clb/v20180317/api.json +147 -312
  105. tccli/services/clb/v20180317/examples.json +12 -40
  106. tccli/services/cloudapp/cloudapp_client.py +10 -4
  107. tccli/services/cloudaudit/cloudaudit_client.py +95 -38
  108. tccli/services/cloudaudit/v20190319/api.json +11 -0
  109. tccli/services/cloudhsm/cloudhsm_client.py +70 -28
  110. tccli/services/cloudhsm/v20191112/api.json +37 -7
  111. tccli/services/cloudstudio/cloudstudio_client.py +45 -18
  112. tccli/services/cls/cls_client.py +843 -268
  113. tccli/services/cls/v20201016/api.json +1241 -68
  114. tccli/services/cls/v20201016/examples.json +36 -4
  115. tccli/services/cme/cme_client.py +250 -100
  116. tccli/services/cmq/cmq_client.py +10 -4
  117. tccli/services/cms/cms_client.py +30 -12
  118. tccli/services/config/config_client.py +35 -14
  119. tccli/services/controlcenter/controlcenter_client.py +25 -10
  120. tccli/services/cpdp/cpdp_client.py +1095 -438
  121. tccli/services/csip/csip_client.py +410 -164
  122. tccli/services/csip/v20221121/api.json +140 -20
  123. tccli/services/csip/v20221121/examples.json +10 -16
  124. tccli/services/csxg/csxg_client.py +25 -10
  125. tccli/services/ctem/ctem_client.py +1823 -156
  126. tccli/services/ctem/v20231128/api.json +2990 -206
  127. tccli/services/ctem/v20231128/examples.json +224 -0
  128. tccli/services/ctsdb/ctsdb_client.py +10 -4
  129. tccli/services/cvm/cvm_client.py +490 -196
  130. tccli/services/cvm/v20170312/api.json +41 -41
  131. tccli/services/cvm/v20170312/examples.json +92 -86
  132. tccli/services/cwp/cwp_client.py +2570 -1028
  133. tccli/services/cws/cws_client.py +95 -38
  134. tccli/services/cynosdb/cynosdb_client.py +1006 -340
  135. tccli/services/cynosdb/v20190107/api.json +1238 -212
  136. tccli/services/cynosdb/v20190107/examples.json +32 -8
  137. tccli/services/dasb/dasb_client.py +315 -126
  138. tccli/services/dataagent/__init__.py +4 -0
  139. tccli/services/dataagent/dataagent_client.py +770 -0
  140. tccli/services/dataagent/v20250513/api.json +1216 -0
  141. tccli/services/dataagent/v20250513/examples.json +93 -0
  142. tccli/services/dayu/dayu_client.py +560 -224
  143. tccli/services/dbbrain/dbbrain_client.py +471 -166
  144. tccli/services/dbbrain/v20210527/api.json +268 -19
  145. tccli/services/dbbrain/v20210527/examples.json +8 -0
  146. tccli/services/dbdc/dbdc_client.py +30 -12
  147. tccli/services/dc/dc_client.py +110 -44
  148. tccli/services/dcdb/dcdb_client.py +415 -166
  149. tccli/services/dcdb/v20180411/api.json +1 -1
  150. tccli/services/dlc/dlc_client.py +966 -364
  151. tccli/services/dlc/v20210125/api.json +1153 -150
  152. tccli/services/dlc/v20210125/examples.json +19 -11
  153. tccli/services/dnspod/dnspod_client.py +567 -182
  154. tccli/services/dnspod/v20210323/api.json +131 -25
  155. tccli/services/dnspod/v20210323/examples.json +17 -7
  156. tccli/services/domain/domain_client.py +275 -110
  157. tccli/services/domain/v20180808/api.json +21 -1
  158. tccli/services/drm/drm_client.py +55 -22
  159. tccli/services/ds/ds_client.py +60 -24
  160. tccli/services/dsgc/dsgc_client.py +665 -266
  161. tccli/services/dsgc/v20190723/api.json +18 -18
  162. tccli/services/dts/dts_client.py +1188 -488
  163. tccli/services/dts/v20211206/api.json +1068 -124
  164. tccli/services/dts/v20211206/examples.json +77 -7
  165. tccli/services/eb/eb_client.py +160 -64
  166. tccli/services/eb/v20210416/api.json +13 -0
  167. tccli/services/ecc/ecc_client.py +20 -8
  168. tccli/services/ecdn/ecdn_client.py +30 -12
  169. tccli/services/ecm/ecm_client.py +695 -278
  170. tccli/services/eiam/eiam_client.py +210 -84
  171. tccli/services/eis/eis_client.py +40 -16
  172. tccli/services/emr/emr_client.py +501 -178
  173. tccli/services/emr/v20190103/api.json +262 -0
  174. tccli/services/emr/v20190103/examples.json +13 -5
  175. tccli/services/es/es_client.py +536 -152
  176. tccli/services/es/v20180416/api.json +695 -65
  177. tccli/services/es/v20180416/examples.json +24 -0
  178. tccli/services/es/v20250101/api.json +10 -10
  179. tccli/services/ess/ess_client.py +747 -254
  180. tccli/services/ess/v20201111/api.json +720 -32
  181. tccli/services/ess/v20201111/examples.json +18 -2
  182. tccli/services/essbasic/essbasic_client.py +730 -292
  183. tccli/services/essbasic/v20210526/api.json +295 -32
  184. tccli/services/essbasic/v20210526/examples.json +12 -30
  185. tccli/services/evt/__init__.py +4 -0
  186. tccli/services/evt/evt_client.py +210 -0
  187. tccli/services/evt/v20250217/api.json +126 -0
  188. tccli/services/evt/v20250217/examples.json +13 -0
  189. tccli/services/facefusion/facefusion_client.py +20 -8
  190. tccli/services/facefusion/v20220927/api.json +1 -1
  191. tccli/services/faceid/faceid_client.py +180 -125
  192. tccli/services/faceid/v20180301/api.json +18 -105
  193. tccli/services/faceid/v20180301/examples.json +1 -9
  194. tccli/services/fmu/fmu_client.py +35 -14
  195. tccli/services/ft/ft_client.py +30 -12
  196. tccli/services/gaap/gaap_client.py +510 -204
  197. tccli/services/gaap/v20180529/api.json +18 -8
  198. tccli/services/gme/gme_client.py +241 -74
  199. tccli/services/gme/v20180711/api.json +241 -1
  200. tccli/services/gme/v20180711/examples.json +8 -0
  201. tccli/services/goosefs/goosefs_client.py +135 -54
  202. tccli/services/gs/gs_client.py +537 -182
  203. tccli/services/gs/v20191118/api.json +143 -1
  204. tccli/services/gs/v20191118/examples.json +16 -0
  205. tccli/services/gwlb/gwlb_client.py +95 -38
  206. tccli/services/habo/habo_client.py +10 -4
  207. tccli/services/hai/hai_client.py +80 -32
  208. tccli/services/hai/v20230812/api.json +3 -3
  209. tccli/services/hasim/hasim_client.py +110 -44
  210. tccli/services/hcm/hcm_client.py +5 -2
  211. tccli/services/hunyuan/hunyuan_client.py +105 -42
  212. tccli/services/hunyuan/v20230901/api.json +69 -2
  213. tccli/services/hunyuan/v20230901/examples.json +1 -1
  214. tccli/services/iai/iai_client.py +175 -123
  215. tccli/services/iai/v20180301/api.json +0 -82
  216. tccli/services/iai/v20180301/examples.json +0 -8
  217. tccli/services/iai/v20200303/api.json +1 -83
  218. tccli/services/iai/v20200303/examples.json +0 -8
  219. tccli/services/iap/iap_client.py +30 -12
  220. tccli/services/ic/ic_client.py +45 -18
  221. tccli/services/icr/icr_client.py +5 -2
  222. tccli/services/ie/ie_client.py +50 -20
  223. tccli/services/ig/ig_client.py +5 -2
  224. tccli/services/igtm/igtm_client.py +130 -52
  225. tccli/services/igtm/v20231024/api.json +60 -4
  226. tccli/services/igtm/v20231024/examples.json +3 -3
  227. tccli/services/ims/ims_client.py +10 -4
  228. tccli/services/ioa/ioa_client.py +194 -60
  229. tccli/services/ioa/v20220601/api.json +149 -1
  230. tccli/services/ioa/v20220601/examples.json +8 -0
  231. tccli/services/iot/iot_client.py +225 -90
  232. tccli/services/iotcloud/iotcloud_client.py +430 -172
  233. tccli/services/iotexplorer/iotexplorer_client.py +1801 -512
  234. tccli/services/iotexplorer/v20190423/api.json +2681 -1016
  235. tccli/services/iotexplorer/v20190423/examples.json +160 -26
  236. tccli/services/iotvideo/iotvideo_client.py +835 -334
  237. tccli/services/iotvideoindustry/iotvideoindustry_client.py +520 -208
  238. tccli/services/irp/irp_client.py +55 -22
  239. tccli/services/iss/iss_client.py +460 -184
  240. tccli/services/iss/v20230517/api.json +2 -2
  241. tccli/services/iss/v20230517/examples.json +1 -1
  242. tccli/services/ivld/ivld_client.py +140 -56
  243. tccli/services/keewidb/keewidb_client.py +190 -76
  244. tccli/services/keewidb/v20220308/api.json +69 -17
  245. tccli/services/keewidb/v20220308/examples.json +5 -5
  246. tccli/services/kms/kms_client.py +340 -136
  247. tccli/services/lcic/lcic_client.py +355 -142
  248. tccli/services/lcic/v20220817/api.json +5 -5
  249. tccli/services/lighthouse/lighthouse_client.py +590 -236
  250. tccli/services/lighthouse/v20200324/api.json +81 -16
  251. tccli/services/lighthouse/v20200324/examples.json +7 -1
  252. tccli/services/live/live_client.py +1000 -453
  253. tccli/services/live/v20180801/api.json +6 -164
  254. tccli/services/live/v20180801/examples.json +6 -8
  255. tccli/services/lke/lke_client.py +525 -210
  256. tccli/services/lke/v20231130/api.json +254 -75
  257. tccli/services/lke/v20231130/examples.json +1 -1
  258. tccli/services/lkeap/lkeap_client.py +130 -52
  259. tccli/services/lkeap/v20240522/api.json +1 -1
  260. tccli/services/lkeap/v20240522/examples.json +1 -1
  261. tccli/services/lowcode/lowcode_client.py +85 -34
  262. tccli/services/mall/mall_client.py +5 -2
  263. tccli/services/mariadb/mariadb_client.py +405 -162
  264. tccli/services/mariadb/v20170312/api.json +1 -1
  265. tccli/services/market/market_client.py +10 -4
  266. tccli/services/memcached/memcached_client.py +5 -2
  267. tccli/services/mmps/mmps_client.py +75 -30
  268. tccli/services/mna/mna_client.py +205 -82
  269. tccli/services/mna/v20210119/api.json +1 -1
  270. tccli/services/mongodb/mongodb_client.py +1178 -273
  271. tccli/services/mongodb/v20190725/api.json +1860 -135
  272. tccli/services/mongodb/v20190725/examples.json +105 -1
  273. tccli/services/monitor/monitor_client.py +901 -338
  274. tccli/services/monitor/v20180724/api.json +189 -29
  275. tccli/services/monitor/v20180724/examples.json +9 -1
  276. tccli/services/mps/mps_client.py +1248 -280
  277. tccli/services/mps/v20190612/api.json +1796 -73
  278. tccli/services/mps/v20190612/examples.json +106 -32
  279. tccli/services/mqtt/mqtt_client.py +463 -118
  280. tccli/services/mqtt/v20240516/api.json +166 -0
  281. tccli/services/mqtt/v20240516/examples.json +24 -0
  282. tccli/services/mrs/mrs_client.py +55 -22
  283. tccli/services/ms/ms_client.py +115 -46
  284. tccli/services/msp/msp_client.py +35 -14
  285. tccli/services/nlp/nlp_client.py +30 -12
  286. tccli/services/npp/npp_client.py +40 -16
  287. tccli/services/oceanus/oceanus_client.py +225 -90
  288. tccli/services/oceanus/v20190422/api.json +10 -13
  289. tccli/services/oceanus/v20190422/examples.json +2 -2
  290. tccli/services/ocr/ocr_client.py +471 -425
  291. tccli/services/ocr/v20181119/api.json +241 -639
  292. tccli/services/ocr/v20181119/examples.json +8 -40
  293. tccli/services/omics/omics_client.py +100 -40
  294. tccli/services/omics/v20221128/api.json +90 -7
  295. tccli/services/organization/organization_client.py +705 -282
  296. tccli/services/organization/v20210331/api.json +40 -1
  297. tccli/services/partners/partners_client.py +115 -46
  298. tccli/services/postgres/postgres_client.py +724 -200
  299. tccli/services/postgres/v20170312/api.json +494 -58
  300. tccli/services/postgres/v20170312/examples.json +75 -31
  301. tccli/services/privatedns/privatedns_client.py +412 -80
  302. tccli/services/privatedns/v20201028/api.json +421 -13
  303. tccli/services/privatedns/v20201028/examples.json +36 -4
  304. tccli/services/pts/pts_client.py +240 -96
  305. tccli/services/pts/v20210728/api.json +2 -2
  306. tccli/services/rce/rce_client.py +55 -22
  307. tccli/services/redis/redis_client.py +550 -220
  308. tccli/services/redis/v20180412/api.json +197 -33
  309. tccli/services/redis/v20180412/examples.json +10 -10
  310. tccli/services/region/region_client.py +15 -6
  311. tccli/services/region/v20220627/api.json +1 -1
  312. tccli/services/rum/rum_client.py +270 -108
  313. tccli/services/rum/v20210622/api.json +18 -0
  314. tccli/services/scf/scf_client.py +260 -104
  315. tccli/services/scf/v20180416/api.json +167 -2
  316. tccli/services/scf/v20180416/examples.json +1 -1
  317. tccli/services/securitylake/securitylake_client.py +5 -2
  318. tccli/services/ses/ses_client.py +175 -70
  319. tccli/services/smh/smh_client.py +75 -30
  320. tccli/services/smop/smop_client.py +5 -2
  321. tccli/services/sms/sms_client.py +90 -36
  322. tccli/services/sms/v20190711/api.json +11 -11
  323. tccli/services/sms/v20190711/examples.json +9 -3
  324. tccli/services/sms/v20210111/api.json +12 -12
  325. tccli/services/sms/v20210111/examples.json +8 -2
  326. tccli/services/soe/soe_client.py +20 -8
  327. tccli/services/sqlserver/sqlserver_client.py +740 -296
  328. tccli/services/sqlserver/v20180328/api.json +31 -2
  329. tccli/services/sqlserver/v20180328/examples.json +1 -1
  330. tccli/services/ssa/ssa_client.py +115 -46
  331. tccli/services/ssl/ssl_client.py +340 -136
  332. tccli/services/ssl/v20191205/api.json +28 -0
  333. tccli/services/sslpod/sslpod_client.py +50 -20
  334. tccli/services/ssm/ssm_client.py +120 -48
  335. tccli/services/sts/sts_client.py +35 -14
  336. tccli/services/sts/v20180813/api.json +1 -1
  337. tccli/services/svp/svp_client.py +25 -10
  338. tccli/services/svp/v20240125/api.json +24 -4
  339. tccli/services/svp/v20240125/examples.json +1 -1
  340. tccli/services/taf/taf_client.py +5 -2
  341. tccli/services/tag/tag_client.py +155 -62
  342. tccli/services/tag/v20180813/api.json +3 -3
  343. tccli/services/tat/tat_client.py +145 -58
  344. tccli/services/tat/v20201028/api.json +10 -1
  345. tccli/services/tbaas/tbaas_client.py +120 -48
  346. tccli/services/tbp/tbp_client.py +20 -8
  347. tccli/services/tcaplusdb/tcaplusdb_client.py +265 -106
  348. tccli/services/tcb/tcb_client.py +445 -178
  349. tccli/services/tcbr/tcbr_client.py +50 -20
  350. tccli/services/tcbr/v20220217/api.json +11 -0
  351. tccli/services/tccatalog/tccatalog_client.py +20 -8
  352. tccli/services/tchd/tchd_client.py +10 -4
  353. tccli/services/tcm/tcm_client.py +60 -24
  354. tccli/services/tcr/tcr_client.py +550 -220
  355. tccli/services/tcss/tcss_client.py +1756 -680
  356. tccli/services/tcss/v20201101/api.json +144 -11
  357. tccli/services/tcss/v20201101/examples.json +9 -1
  358. tccli/services/tdai/tdai_client.py +90 -36
  359. tccli/services/tdai/v20250717/api.json +30 -3
  360. tccli/services/tdcpg/tdcpg_client.py +125 -50
  361. tccli/services/tdid/tdid_client.py +90 -36
  362. tccli/services/tdmq/tdmq_client.py +846 -452
  363. tccli/services/tdmq/v20200217/api.json +372 -488
  364. tccli/services/tdmq/v20200217/examples.json +21 -41
  365. tccli/services/tds/tds_client.py +25 -10
  366. tccli/services/tem/tem_client.py +305 -122
  367. tccli/services/teo/teo_client.py +1122 -431
  368. tccli/services/teo/v20220901/api.json +1393 -132
  369. tccli/services/teo/v20220901/examples.json +59 -13
  370. tccli/services/thpc/thpc_client.py +215 -66
  371. tccli/services/thpc/v20230321/api.json +185 -27
  372. tccli/services/thpc/v20230321/examples.json +15 -7
  373. tccli/services/tia/tia_client.py +50 -20
  374. tccli/services/tiia/tiia_client.py +105 -42
  375. tccli/services/tione/tione_client.py +537 -150
  376. tccli/services/tione/v20211111/api.json +280 -16
  377. tccli/services/tione/v20211111/examples.json +25 -1
  378. tccli/services/tiw/tiw_client.py +175 -70
  379. tccli/services/tke/tke_client.py +2702 -735
  380. tccli/services/tke/v20180525/api.json +2279 -232
  381. tccli/services/tke/v20180525/examples.json +194 -18
  382. tccli/services/tke/v20220501/api.json +215 -3
  383. tccli/services/tke/v20220501/examples.json +8 -0
  384. tccli/services/tkgdq/tkgdq_client.py +15 -6
  385. tccli/services/tms/tms_client.py +132 -8
  386. tccli/services/tms/v20201229/api.json +247 -1
  387. tccli/services/tms/v20201229/examples.json +16 -0
  388. tccli/services/tmt/tmt_client.py +40 -16
  389. tccli/services/tmt/v20180321/api.json +78 -1
  390. tccli/services/tourism/tourism_client.py +5 -2
  391. tccli/services/trabbit/trabbit_client.py +145 -58
  392. tccli/services/trabbit/v20230418/api.json +271 -4
  393. tccli/services/trabbit/v20230418/examples.json +9 -3
  394. tccli/services/trocket/trocket_client.py +350 -140
  395. tccli/services/trocket/v20230308/api.json +113 -5
  396. tccli/services/trp/trp_client.py +270 -108
  397. tccli/services/trro/trro_client.py +257 -58
  398. tccli/services/trro/v20220325/api.json +456 -0
  399. tccli/services/trro/v20220325/examples.json +16 -0
  400. tccli/services/trtc/trtc_client.py +360 -144
  401. tccli/services/trtc/v20190722/api.json +167 -27
  402. tccli/services/trtc/v20190722/examples.json +3 -3
  403. tccli/services/tse/tse_client.py +776 -248
  404. tccli/services/tse/v20201207/api.json +260 -1
  405. tccli/services/tse/v20201207/examples.json +24 -0
  406. tccli/services/tsf/tsf_client.py +1195 -458
  407. tccli/services/tsf/v20180326/api.json +121 -5
  408. tccli/services/tsf/v20180326/examples.json +10 -2
  409. tccli/services/tsi/tsi_client.py +15 -6
  410. tccli/services/tsw/tsw_client.py +20 -8
  411. tccli/services/tts/tts_client.py +15 -6
  412. tccli/services/vcg/vcg_client.py +10 -4
  413. tccli/services/vclm/v20240523/api.json +354 -4
  414. tccli/services/vclm/v20240523/examples.json +32 -0
  415. tccli/services/vclm/vclm_client.py +269 -18
  416. tccli/services/vcube/v20220410/api.json +89 -2
  417. tccli/services/vcube/v20220410/examples.json +18 -2
  418. tccli/services/vcube/vcube_client.py +290 -76
  419. tccli/services/vdb/vdb_client.py +70 -28
  420. tccli/services/vm/v20210922/api.json +3 -3
  421. tccli/services/vm/vm_client.py +30 -12
  422. tccli/services/vms/vms_client.py +10 -4
  423. tccli/services/vod/v20180717/api.json +2 -2
  424. tccli/services/vod/vod_client.py +965 -386
  425. tccli/services/vpc/v20170312/api.json +1239 -128
  426. tccli/services/vpc/v20170312/examples.json +127 -15
  427. tccli/services/vpc/vpc_client.py +2963 -928
  428. tccli/services/vrs/vrs_client.py +40 -16
  429. tccli/services/vtc/vtc_client.py +15 -6
  430. tccli/services/waf/v20180125/api.json +11219 -8659
  431. tccli/services/waf/v20180125/examples.json +89 -9
  432. tccli/services/waf/waf_client.py +1530 -415
  433. tccli/services/wav/wav_client.py +130 -52
  434. tccli/services/wedata/v20250806/api.json +55 -16
  435. tccli/services/wedata/wedata_client.py +2045 -818
  436. tccli/services/weilingwith/weilingwith_client.py +320 -128
  437. tccli/services/wsa/wsa_client.py +5 -2
  438. tccli/services/wss/wss_client.py +15 -6
  439. tccli/services/yinsuda/yinsuda_client.py +100 -40
  440. tccli/services/yunjing/yunjing_client.py +500 -200
  441. tccli/services/yunsou/yunsou_client.py +10 -4
  442. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/METADATA +13 -11
  443. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/RECORD +446 -434
  444. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/WHEEL +1 -1
  445. {tccli-3.0.1407.1.dist-info → tccli-3.1.6.1.dist-info}/entry_points.txt +0 -0
  446. {tccli-3.0.1407.1.dist-info/license_files → tccli-3.1.6.1.dist-info/licenses}/LICENSE +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "CompleteMigrateJob": {
4
- "document": "本接口(CompleteMigrateJob)用于完成数据迁移任务。\n选择采用增量迁移方式的任务, 需要在迁移进度进入准备完成阶段后, 调用本接口, 停止迁移增量数据。\n通过DescribeMigrationJobs接口查询到任务的状态为准备完成(Status=\"readyComplete\")时,此时可以调用本接口完成迁移任务。\n",
4
+ "document": "本接口(CompleteMigrateJob)用于完成数据迁移任务。\n选择采用增量迁移方式的任务, 需要在迁移进度进入准备完成阶段后, 调用本接口, 停止迁移增量数据。\n通过DescribeMigrationJobs接口查询到任务的状态为准备完成(Status=\"readyComplete\")时,此时可以调用本接口完成迁移任务。",
5
5
  "input": "CompleteMigrateJobRequest",
6
6
  "name": "完成数据迁移任务",
7
7
  "output": "CompleteMigrateJobResponse",
@@ -91,6 +91,13 @@
91
91
  "output": "CreateSubscribeCheckJobResponse",
92
92
  "status": "online"
93
93
  },
94
+ "CreateSyncCompareTask": {
95
+ "document": "本接口用于创建数据对比任务,创建成功后会返回数据对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9,创建成功后可通过StartSyncCompare启动一致性校验任务",
96
+ "input": "CreateSyncCompareTaskRequest",
97
+ "name": "创建同步一致性校验任务",
98
+ "output": "CreateSyncCompareTaskResponse",
99
+ "status": "online"
100
+ },
94
101
  "CreateSyncJob": {
95
102
  "document": "创建一个同步任务",
96
103
  "input": "CreateSyncJobRequest",
@@ -112,6 +119,13 @@
112
119
  "output": "DeleteConsumerGroupResponse",
113
120
  "status": "online"
114
121
  },
122
+ "DeleteSyncCompareTask": {
123
+ "document": "删除一致性校验任务。当一致性校验任务状态为success、failed、canceled 时可以执行此操作。",
124
+ "input": "DeleteSyncCompareTaskRequest",
125
+ "name": "删除同步一致性校验任务",
126
+ "output": "DeleteSyncCompareTaskResponse",
127
+ "status": "online"
128
+ },
115
129
  "DescribeCheckSyncJobResult": {
116
130
  "document": "查询同步校验任务结果,检查必要参数和周边配置",
117
131
  "input": "DescribeCheckSyncJobResultRequest",
@@ -127,7 +141,7 @@
127
141
  "status": "online"
128
142
  },
129
143
  "DescribeCompareTasks": {
130
- "document": "查询一致性校验任务列表,调用该接口后可通过接口`DescribeCompareTasks` 查询一致性校验任务列表来获得启动后的状态。",
144
+ "document": "查询一致性校验任务列表。",
131
145
  "input": "DescribeCompareTasksRequest",
132
146
  "name": "查询一致性校验任务列表",
133
147
  "output": "DescribeCompareTasksResponse",
@@ -210,6 +224,20 @@
210
224
  "output": "DescribeSubscribeReturnableResponse",
211
225
  "status": "online"
212
226
  },
227
+ "DescribeSyncCompareReport": {
228
+ "document": "查询一致性校验任务详情",
229
+ "input": "DescribeSyncCompareReportRequest",
230
+ "name": "查询同步一致性校验任务详情",
231
+ "output": "DescribeSyncCompareReportResponse",
232
+ "status": "online"
233
+ },
234
+ "DescribeSyncCompareTasks": {
235
+ "document": "查询一致性校验任务列表。通过该接口可查看改任务下所有一致性校验任务。",
236
+ "input": "DescribeSyncCompareTasksRequest",
237
+ "name": "查询同步一致性校验任务列表",
238
+ "output": "DescribeSyncCompareTasksResponse",
239
+ "status": "online"
240
+ },
213
241
  "DescribeSyncJobs": {
214
242
  "document": "查询同步任务信息",
215
243
  "input": "DescribeSyncJobsRequest",
@@ -239,7 +267,7 @@
239
267
  "status": "online"
240
268
  },
241
269
  "IsolateMigrateJob": {
242
- "document": " 隔离退还数据迁移服务。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。对于计费任务,在任务隔离后可进行解除隔离(RecoverMigrationJob)操作或直接进行下线销毁(DestroyMigrateJob)操作。对于不计费任务,调用此接口会直接销毁任务,无法进行恢复操作。",
270
+ "document": "隔离退还数据迁移服务。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。对于计费任务,在任务隔离后可进行解除隔离(RecoverMigrateJob)操作或直接进行下线销毁(DestroyMigrateJob)操作。对于不计费任务,调用此接口会直接销毁任务,无法进行恢复操作。",
243
271
  "input": "IsolateMigrateJobRequest",
244
272
  "name": "隔离数据迁移任务",
245
273
  "output": "IsolateMigrateJobResponse",
@@ -288,7 +316,7 @@
288
316
  "status": "online"
289
317
  },
290
318
  "ModifyMigrateJobSpec": {
291
- "document": "调整实例规格,此接口只支持按量计费任务的调整。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。",
319
+ "document": "调整实例规格,此接口只支持按量计费任务的调整,且仅在计费或者待计费状态下支持修改。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。",
292
320
  "input": "ModifyMigrateJobSpecRequest",
293
321
  "name": "调整实例规格",
294
322
  "output": "ModifyMigrateJobSpecResponse",
@@ -302,7 +330,7 @@
302
330
  "status": "online"
303
331
  },
304
332
  "ModifyMigrateRateLimit": {
305
- "document": "用户在发现迁移任务对用户的数据库的负载影响较大时、可通过该接口限制任务的传输速率",
333
+ "document": "用户在发现迁移任务对用户的数据库的负载影响较大时、可通过该接口限制任务的传输速率;此操作仅在任务运行中可执行。",
306
334
  "input": "ModifyMigrateRateLimitRequest",
307
335
  "name": "修改迁移任务的传输速率",
308
336
  "output": "ModifyMigrateRateLimitResponse",
@@ -316,7 +344,7 @@
316
344
  "status": "online"
317
345
  },
318
346
  "ModifyMigrationJob": {
319
- "document": "配置迁移服务,配置成功后可通过`CreateMigrationCheckJob` 创建迁移校验任务接口发起校验任务,只有校验通过才能启动迁移任务。",
347
+ "document": "配置迁移服务,配置成功后可通过`CreateMigrateCheckJob` 创建迁移校验任务接口发起校验任务,只有校验通过才能启动迁移任务。",
320
348
  "input": "ModifyMigrationJobRequest",
321
349
  "name": "配置迁移服务",
322
350
  "output": "ModifyMigrationJobResponse",
@@ -343,6 +371,20 @@
343
371
  "output": "ModifySubscribeObjectsResponse",
344
372
  "status": "online"
345
373
  },
374
+ "ModifySyncCompareTask": {
375
+ "document": "修改一致性校验任务,在任务创建后启动之前,可修改一致性校验参数",
376
+ "input": "ModifySyncCompareTaskRequest",
377
+ "name": "修改同步一致性校验任务",
378
+ "output": "ModifySyncCompareTaskResponse",
379
+ "status": "online"
380
+ },
381
+ "ModifySyncCompareTaskName": {
382
+ "document": "修改同步一致性校验任务名称",
383
+ "input": "ModifySyncCompareTaskNameRequest",
384
+ "name": "修改同步一致性校验任务名称",
385
+ "output": "ModifySyncCompareTaskNameResponse",
386
+ "status": "online"
387
+ },
346
388
  "ModifySyncJobConfig": {
347
389
  "document": "该接口支持在同步任务启动后修改任务的配置\n修改同步配置的完整流程:修改同步任务配置->创建修改同步任务配置的校验任务->查询修改配置的校验任务的结果->启动修改配置任务",
348
390
  "input": "ModifySyncJobConfigRequest",
@@ -414,7 +456,7 @@
414
456
  "status": "online"
415
457
  },
416
458
  "ResumeMigrateJob": {
417
- "document": "重试数据迁移任务,针对异常情况可进行重试,对于redis在失败时也可重试。注意:此操作跳过校验阶段,直接重新发起任务,相当于从StartMigrationJob开始执行。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。",
459
+ "document": "重试数据迁移任务,针对异常情况可进行重试,对于redis在失败时也可重试。",
418
460
  "input": "ResumeMigrateJobRequest",
419
461
  "name": "重试迁移任务",
420
462
  "output": "ResumeMigrateJobResponse",
@@ -456,7 +498,7 @@
456
498
  "status": "online"
457
499
  },
458
500
  "StartMigrateJob": {
459
- "document": "本接口(StartMigrationJob)用于启动迁移任务。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。",
501
+ "document": "本接口(StartMigrateJob)用于启动迁移任务。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。",
460
502
  "input": "StartMigrateJobRequest",
461
503
  "name": "启动数据迁移任务",
462
504
  "output": "StartMigrateJobResponse",
@@ -476,6 +518,13 @@
476
518
  "output": "StartSubscribeResponse",
477
519
  "status": "online"
478
520
  },
521
+ "StartSyncCompare": {
522
+ "document": "启动一致性校验任务,启动之前需要先通过接口`CreateSyncCompareTask` 创建一致性校验任务,启动后可通过接口`DescribeSyncCompareTasks` 查询一致性校验任务列表来获得启动后的状态",
523
+ "input": "StartSyncCompareRequest",
524
+ "name": "启动同步一致性校验任务",
525
+ "output": "StartSyncCompareResponse",
526
+ "status": "online"
527
+ },
479
528
  "StartSyncJob": {
480
529
  "document": "启动同步任务",
481
530
  "input": "StartSyncJobRequest",
@@ -491,12 +540,19 @@
491
540
  "status": "online"
492
541
  },
493
542
  "StopMigrateJob": {
494
- "document": "本接口(StopMigrateJob)用于终止数据迁移任务。\n调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。",
543
+ "document": "本接口(StopMigrateJob)用于终止数据迁移任务。当任务状态为运行中、准备运行、准备完成、错误、暂停、未知等状态时可调用此接口终止任务。\n调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。",
495
544
  "input": "StopMigrateJobRequest",
496
545
  "name": "终止数据迁移任务",
497
546
  "output": "StopMigrateJobResponse",
498
547
  "status": "online"
499
548
  },
549
+ "StopSyncCompare": {
550
+ "document": "终止一致性校验任务",
551
+ "input": "StopSyncCompareRequest",
552
+ "name": "终止同步一致性校验任务",
553
+ "output": "StopSyncCompareResponse",
554
+ "status": "online"
555
+ },
500
556
  "StopSyncJob": {
501
557
  "document": "结束同步任务,操作后可通过查询同步任务信息接口DescribeSyncJobs,获取操作后的状态。",
502
558
  "input": "StopSyncJobRequest",
@@ -923,6 +979,26 @@
923
979
  "output_required": false,
924
980
  "type": "object",
925
981
  "value_allowed_null": false
982
+ },
983
+ {
984
+ "disabled": false,
985
+ "document": "表结构不一致详情,pg用",
986
+ "example": "无",
987
+ "member": "DifferenceSchemaDetail",
988
+ "name": "DifferenceSchema",
989
+ "output_required": false,
990
+ "type": "object",
991
+ "value_allowed_null": false
992
+ },
993
+ {
994
+ "disabled": false,
995
+ "document": "对象owner不一致详情,pg用",
996
+ "example": "无",
997
+ "member": "DifferenceOwnerDetail",
998
+ "name": "DifferenceOwner",
999
+ "output_required": false,
1000
+ "type": "object",
1001
+ "value_allowed_null": false
926
1002
  }
927
1003
  ],
928
1004
  "usage": "out"
@@ -1084,6 +1160,50 @@
1084
1160
  "required": false,
1085
1161
  "type": "int",
1086
1162
  "value_allowed_null": false
1163
+ },
1164
+ {
1165
+ "disabled": false,
1166
+ "document": "对比类型:builtin(内置校验)、independent(独立校验)。默认为builtin,mongodb及redis链路不支持独立校验。",
1167
+ "example": "builtin",
1168
+ "member": "string",
1169
+ "name": "Type",
1170
+ "output_required": false,
1171
+ "required": false,
1172
+ "type": "string",
1173
+ "value_allowed_null": false
1174
+ },
1175
+ {
1176
+ "disabled": false,
1177
+ "document": "校验类型,枚举值:structureCheck-结构校验(目前仅postgresql支持)、full-全量校验、increment-增量校验(如果勾选了增量校验,Method只能选dataCheck)、advanceObject-数据库信息校验(目前仅mongodb支持) ",
1178
+ "example": "[\"full\",\"increment\"]",
1179
+ "member": "string",
1180
+ "name": "CompareMode",
1181
+ "output_required": false,
1182
+ "required": false,
1183
+ "type": "list",
1184
+ "value_allowed_null": false
1185
+ },
1186
+ {
1187
+ "disabled": false,
1188
+ "document": "复检次数",
1189
+ "example": "3",
1190
+ "member": "int64",
1191
+ "name": "ReCheckTime",
1192
+ "output_required": false,
1193
+ "required": false,
1194
+ "type": "int",
1195
+ "value_allowed_null": false
1196
+ },
1197
+ {
1198
+ "disabled": false,
1199
+ "document": "复检时间间隔,单位为分钟,取值 1-60",
1200
+ "example": "5",
1201
+ "member": "int64",
1202
+ "name": "ReCheckInterval",
1203
+ "output_required": false,
1204
+ "required": false,
1205
+ "type": "int",
1206
+ "value_allowed_null": false
1087
1207
  }
1088
1208
  ],
1089
1209
  "usage": "both"
@@ -1123,6 +1243,28 @@
1123
1243
  "required": false,
1124
1244
  "type": "list",
1125
1245
  "value_allowed_null": false
1246
+ },
1247
+ {
1248
+ "disabled": false,
1249
+ "document": "过滤条件",
1250
+ "example": "id>10",
1251
+ "member": "string",
1252
+ "name": "FilterCondition",
1253
+ "output_required": false,
1254
+ "required": false,
1255
+ "type": "string",
1256
+ "value_allowed_null": false
1257
+ },
1258
+ {
1259
+ "disabled": false,
1260
+ "document": "时区选择。如 \"+08:00\", \"-08:00\", \"+00:00\"(空值等价于\"+00:00\")\t",
1261
+ "example": "+08:00",
1262
+ "member": "string",
1263
+ "name": "FilterTimeZone",
1264
+ "output_required": false,
1265
+ "required": false,
1266
+ "type": "string",
1267
+ "value_allowed_null": false
1126
1268
  }
1127
1269
  ],
1128
1270
  "usage": "both"
@@ -1321,7 +1463,7 @@
1321
1463
  "members": [
1322
1464
  {
1323
1465
  "disabled": false,
1324
- "document": "数据迁移任务ID",
1466
+ "document": "数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
1325
1467
  "example": "dts-1kl0iy0v",
1326
1468
  "member": "string",
1327
1469
  "name": "JobId",
@@ -1357,7 +1499,7 @@
1357
1499
  "members": [
1358
1500
  {
1359
1501
  "disabled": false,
1360
- "document": "数据订阅实例的 ID",
1502
+ "document": "数据订阅实例的 ID,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。",
1361
1503
  "example": "subs-xxxxxx",
1362
1504
  "member": "string",
1363
1505
  "name": "SubscribeId",
@@ -1656,7 +1798,7 @@
1656
1798
  },
1657
1799
  {
1658
1800
  "disabled": false,
1659
- "document": "条件覆盖操作",
1801
+ "document": "条件覆盖操作,目前仅支持>",
1660
1802
  "example": ">",
1661
1803
  "member": "string",
1662
1804
  "name": "ConditionOperator",
@@ -1667,7 +1809,7 @@
1667
1809
  },
1668
1810
  {
1669
1811
  "disabled": false,
1670
- "document": "条件覆盖优先级处理",
1812
+ "document": "条件覆盖优先级处理,支持类型有>,<,=",
1671
1813
  "example": ">",
1672
1814
  "member": "string",
1673
1815
  "name": "ConditionOrderInSrcAndDst",
@@ -1692,6 +1834,39 @@
1692
1834
  "required": false,
1693
1835
  "type": "string",
1694
1836
  "value_allowed_null": false
1837
+ },
1838
+ {
1839
+ "disabled": false,
1840
+ "document": "校验对象选择。枚举值:sameAsMigrate-与迁移同步任务相同、custom-用户自定义,搭配Objects操作",
1841
+ "example": "custom",
1842
+ "member": "string",
1843
+ "name": "ObjectMode",
1844
+ "output_required": false,
1845
+ "required": false,
1846
+ "type": "string",
1847
+ "value_allowed_null": false
1848
+ },
1849
+ {
1850
+ "disabled": false,
1851
+ "document": "校验对象\n注意:此字段可能返回 null,表示取不到有效值。",
1852
+ "example": "无",
1853
+ "member": "DatabaseTableObject",
1854
+ "name": "Objects",
1855
+ "output_required": false,
1856
+ "required": false,
1857
+ "type": "object",
1858
+ "value_allowed_null": true
1859
+ },
1860
+ {
1861
+ "disabled": false,
1862
+ "document": "校验配置",
1863
+ "example": "无",
1864
+ "member": "CompareOptions",
1865
+ "name": "Options",
1866
+ "output_required": false,
1867
+ "required": false,
1868
+ "type": "object",
1869
+ "value_allowed_null": false
1695
1870
  }
1696
1871
  ],
1697
1872
  "usage": "both"
@@ -1782,7 +1957,7 @@
1782
1957
  "members": [
1783
1958
  {
1784
1959
  "disabled": false,
1785
- "document": "任务 Id",
1960
+ "document": "任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
1786
1961
  "example": "dts-p1sposne",
1787
1962
  "member": "string",
1788
1963
  "name": "JobId",
@@ -2194,6 +2369,79 @@
2194
2369
  ],
2195
2370
  "type": "object"
2196
2371
  },
2372
+ "CreateSyncCompareTaskRequest": {
2373
+ "document": "CreateSyncCompareTask请求参数结构体",
2374
+ "members": [
2375
+ {
2376
+ "disabled": false,
2377
+ "document": "任务 Id",
2378
+ "example": "sync-p1sposne",
2379
+ "member": "string",
2380
+ "name": "JobId",
2381
+ "required": true,
2382
+ "type": "string"
2383
+ },
2384
+ {
2385
+ "disabled": false,
2386
+ "document": "数据对比任务名称,若为空则默认给CompareTaskId相同值",
2387
+ "example": "compare_test",
2388
+ "member": "string",
2389
+ "name": "TaskName",
2390
+ "required": false,
2391
+ "type": "string"
2392
+ },
2393
+ {
2394
+ "disabled": false,
2395
+ "document": "数据对比对象模式,sameAsMigrate(全部迁移对象, 默认为此项配置),custom(自定义模式)",
2396
+ "example": "sameAsMigrate",
2397
+ "member": "string",
2398
+ "name": "ObjectMode",
2399
+ "required": false,
2400
+ "type": "string"
2401
+ },
2402
+ {
2403
+ "disabled": false,
2404
+ "document": "对比对象,当ObjectMode值为custom时,此项需要填写",
2405
+ "example": "无",
2406
+ "member": "CompareObject",
2407
+ "name": "Objects",
2408
+ "required": false,
2409
+ "type": "object"
2410
+ },
2411
+ {
2412
+ "disabled": false,
2413
+ "document": "一致性校验选项",
2414
+ "example": "无",
2415
+ "member": "CompareOptions",
2416
+ "name": "Options",
2417
+ "required": false,
2418
+ "type": "object"
2419
+ }
2420
+ ],
2421
+ "type": "object"
2422
+ },
2423
+ "CreateSyncCompareTaskResponse": {
2424
+ "document": "CreateSyncCompareTask返回参数结构体",
2425
+ "members": [
2426
+ {
2427
+ "disabled": false,
2428
+ "document": "数据对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9\n注意:此字段可能返回 null,表示取不到有效值。",
2429
+ "example": "无",
2430
+ "member": "string",
2431
+ "name": "CompareTaskId",
2432
+ "output_required": true,
2433
+ "type": "string",
2434
+ "value_allowed_null": true
2435
+ },
2436
+ {
2437
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2438
+ "member": "string",
2439
+ "name": "RequestId",
2440
+ "type": "string"
2441
+ }
2442
+ ],
2443
+ "type": "object"
2444
+ },
2197
2445
  "CreateSyncJobRequest": {
2198
2446
  "document": "CreateSyncJob请求参数结构体",
2199
2447
  "members": [
@@ -2244,7 +2492,7 @@
2244
2492
  },
2245
2493
  {
2246
2494
  "disabled": false,
2247
- "document": "同步任务规格,Standard:标准版",
2495
+ "document": "同步任务规格,Standard:标准版,目前仅支持Standard规格。",
2248
2496
  "example": "Standard",
2249
2497
  "member": "string",
2250
2498
  "name": "Specification",
@@ -2323,7 +2571,7 @@
2323
2571
  {
2324
2572
  "disabled": false,
2325
2573
  "document": "同步任务ids",
2326
- "example": "sync-btso140",
2574
+ "example": "[\"sync-btso140\"]",
2327
2575
  "member": "string",
2328
2576
  "name": "JobIds",
2329
2577
  "output_required": true,
@@ -3149,7 +3397,7 @@
3149
3397
  },
3150
3398
  {
3151
3399
  "disabled": false,
3152
- "document": "高级对象类型,如trigger、function、procedure、event。注意:如果要迁移同步高级对象,此配置中应该包含对应的高级对象类型\n注意:此字段可能返回 null,表示取不到有效值。",
3400
+ "document": "高级对象类型,如trigger(触发器)、function(函数)、procedure(存储过程)、event(事件)。注意:如果要迁移同步高级对象,此配置中应该包含对应的高级对象类型。\n\n> 当前支持高级对象迁移的场景为MySQL、TDSQL-CMySQL、MariaDB、Percona之间的数据迁移。\n注意:此字段可能返回 null,表示取不到有效值。",
3153
3401
  "example": "[\"trigger\"]",
3154
3402
  "member": "string",
3155
3403
  "name": "AdvancedObjects",
@@ -3194,7 +3442,7 @@
3194
3442
  "members": [
3195
3443
  {
3196
3444
  "disabled": false,
3197
- "document": "迁移任务 Id",
3445
+ "document": "迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。",
3198
3446
  "example": "dts-8yv4w2i1",
3199
3447
  "member": "string",
3200
3448
  "name": "JobId",
@@ -3203,7 +3451,7 @@
3203
3451
  },
3204
3452
  {
3205
3453
  "disabled": false,
3206
- "document": "对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9",
3454
+ "document": "对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9。可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。",
3207
3455
  "example": "dts-8yv4w2i1-cmp-37skmii9",
3208
3456
  "member": "string",
3209
3457
  "name": "CompareTaskId",
@@ -3270,6 +3518,42 @@
3270
3518
  ],
3271
3519
  "type": "object"
3272
3520
  },
3521
+ "DeleteSyncCompareTaskRequest": {
3522
+ "document": "DeleteSyncCompareTask请求参数结构体",
3523
+ "members": [
3524
+ {
3525
+ "disabled": false,
3526
+ "document": "任务 Id",
3527
+ "example": "无",
3528
+ "member": "string",
3529
+ "name": "JobId",
3530
+ "required": true,
3531
+ "type": "string"
3532
+ },
3533
+ {
3534
+ "disabled": false,
3535
+ "document": "对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9",
3536
+ "example": "无",
3537
+ "member": "string",
3538
+ "name": "CompareTaskId",
3539
+ "required": true,
3540
+ "type": "string"
3541
+ }
3542
+ ],
3543
+ "type": "object"
3544
+ },
3545
+ "DeleteSyncCompareTaskResponse": {
3546
+ "document": "DeleteSyncCompareTask返回参数结构体",
3547
+ "members": [
3548
+ {
3549
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3550
+ "member": "string",
3551
+ "name": "RequestId",
3552
+ "type": "string"
3553
+ }
3554
+ ],
3555
+ "type": "object"
3556
+ },
3273
3557
  "DescribeCheckSyncJobResultRequest": {
3274
3558
  "document": "DescribeCheckSyncJobResult请求参数结构体",
3275
3559
  "members": [
@@ -3480,7 +3764,7 @@
3480
3764
  "members": [
3481
3765
  {
3482
3766
  "disabled": false,
3483
- "document": "迁移任务 Id",
3767
+ "document": "迁移任务 Id,可通过 [DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084) 接口获取。\n",
3484
3768
  "example": "dts-e7ukka6g",
3485
3769
  "member": "string",
3486
3770
  "name": "JobId",
@@ -3628,7 +3912,7 @@
3628
3912
  "members": [
3629
3913
  {
3630
3914
  "disabled": false,
3631
- "document": "数据库类型,如mysql,redis",
3915
+ "document": "数据库类型,如mysql,percona,mariadb,tdsqlmysql,mariadb,postgresql,cynosdbmysql,redis,tendis,keewidb,tdstore,mongodb,clickhouse,sqlserver等。",
3632
3916
  "example": "mysql",
3633
3917
  "member": "string",
3634
3918
  "name": "DatabaseType",
@@ -3646,7 +3930,7 @@
3646
3930
  },
3647
3931
  {
3648
3932
  "disabled": false,
3649
- "document": "云数据库实例ID",
3933
+ "document": "云数据库实例ID,可通过对应业务实例列表获取实例信息。",
3650
3934
  "example": "cdb-ktexpqjo",
3651
3935
  "member": "string",
3652
3936
  "name": "InstanceId",
@@ -3655,7 +3939,7 @@
3655
3939
  },
3656
3940
  {
3657
3941
  "disabled": false,
3658
- "document": "云数据库名称",
3942
+ "document": "云数据库名称,可通过对应业务实例列表获取实例信息。",
3659
3943
  "example": "cdb-name1",
3660
3944
  "member": "string",
3661
3945
  "name": "InstanceName",
@@ -3823,7 +4107,7 @@
3823
4107
  "members": [
3824
4108
  {
3825
4109
  "disabled": false,
3826
- "document": "数据迁移任务ID",
4110
+ "document": "数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
3827
4111
  "example": "dts-amm1jw5q",
3828
4112
  "member": "string",
3829
4113
  "name": "JobId",
@@ -4375,7 +4659,7 @@
4375
4659
  "members": [
4376
4660
  {
4377
4661
  "disabled": false,
4378
- "document": "数据订阅实例的 ID",
4662
+ "document": "数据订阅实例的 ID,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。",
4379
4663
  "example": "subs-l4d3a7izai",
4380
4664
  "member": "string",
4381
4665
  "name": "SubscribeId",
@@ -4410,7 +4694,7 @@
4410
4694
  },
4411
4695
  {
4412
4696
  "disabled": false,
4413
- "document": "任务运行状态,可能值为 running,failed,success",
4697
+ "document": "任务运行状态,可能值为 running(运行中),failed(失败),success(成功),unknown(未知状态)。",
4414
4698
  "example": "success",
4415
4699
  "member": "string",
4416
4700
  "name": "Status",
@@ -5016,49 +5300,270 @@
5016
5300
  ],
5017
5301
  "type": "object"
5018
5302
  },
5019
- "DescribeSyncJobsRequest": {
5020
- "document": "DescribeSyncJobs请求参数结构体",
5303
+ "DescribeSyncCompareReportRequest": {
5304
+ "document": "DescribeSyncCompareReport请求参数结构体",
5021
5305
  "members": [
5022
5306
  {
5023
5307
  "disabled": false,
5024
- "document": "同步任务id,如sync-werwfs23",
5025
- "example": "sync-n3gh7md9",
5308
+ "document": "任务 Id",
5309
+ "example": "sync-amm1jw5q",
5026
5310
  "member": "string",
5027
5311
  "name": "JobId",
5028
- "required": false,
5312
+ "required": true,
5029
5313
  "type": "string"
5030
5314
  },
5031
5315
  {
5032
5316
  "disabled": false,
5033
- "document": "同步任务id列表,如sync-werwfs23",
5034
- "example": "[\"sync-n3gh7md9\"]",
5317
+ "document": "校验任务 Id",
5318
+ "example": "sync-amm1jw5q-cmp-bmuum7jk",
5035
5319
  "member": "string",
5036
- "name": "JobIds",
5320
+ "name": "CompareTaskId",
5321
+ "required": true,
5322
+ "type": "string"
5323
+ },
5324
+ {
5325
+ "disabled": false,
5326
+ "document": "校验不一致结果的 limit",
5327
+ "example": "10",
5328
+ "member": "uint64",
5329
+ "name": "DifferenceLimit",
5037
5330
  "required": false,
5038
- "type": "list"
5331
+ "type": "int"
5039
5332
  },
5040
5333
  {
5041
5334
  "disabled": false,
5042
- "document": "同步任务名",
5043
- "example": "sync-n3gh7md9",
5044
- "member": "string",
5045
- "name": "JobName",
5335
+ "document": "不一致的 Offset",
5336
+ "example": "0",
5337
+ "member": "uint64",
5338
+ "name": "DifferenceOffset",
5046
5339
  "required": false,
5047
- "type": "string"
5340
+ "type": "int"
5048
5341
  },
5049
5342
  {
5050
5343
  "disabled": false,
5051
- "document": "排序字段,可以取值为CreateTime",
5052
- "example": "CreateTime",
5344
+ "document": "搜索条件,不一致的库名",
5345
+ "example": "db1",
5053
5346
  "member": "string",
5054
- "name": "Order",
5347
+ "name": "DifferenceDB",
5055
5348
  "required": false,
5056
5349
  "type": "string"
5057
5350
  },
5058
5351
  {
5059
5352
  "disabled": false,
5060
- "document": "排序方式,升序为ASC,降序为DESC,默认为CreateTime降序",
5061
- "example": "DESC",
5353
+ "document": "搜索条件,不一致的表名",
5354
+ "example": "t1",
5355
+ "member": "string",
5356
+ "name": "DifferenceTable",
5357
+ "required": false,
5358
+ "type": "string"
5359
+ },
5360
+ {
5361
+ "disabled": false,
5362
+ "document": "未校验的 Limit",
5363
+ "example": "10",
5364
+ "member": "uint64",
5365
+ "name": "SkippedLimit",
5366
+ "required": false,
5367
+ "type": "int"
5368
+ },
5369
+ {
5370
+ "disabled": false,
5371
+ "document": "未校验的 Offset",
5372
+ "example": "0",
5373
+ "member": "uint64",
5374
+ "name": "SkippedOffset",
5375
+ "required": false,
5376
+ "type": "int"
5377
+ },
5378
+ {
5379
+ "disabled": false,
5380
+ "document": "搜索条件,未校验的库名",
5381
+ "example": "db1",
5382
+ "member": "string",
5383
+ "name": "SkippedDB",
5384
+ "required": false,
5385
+ "type": "string"
5386
+ },
5387
+ {
5388
+ "disabled": false,
5389
+ "document": "搜索条件,未校验的表名",
5390
+ "example": "t1",
5391
+ "member": "string",
5392
+ "name": "SkippedTable",
5393
+ "required": false,
5394
+ "type": "string"
5395
+ }
5396
+ ],
5397
+ "type": "object"
5398
+ },
5399
+ "DescribeSyncCompareReportResponse": {
5400
+ "document": "DescribeSyncCompareReport返回参数结构体",
5401
+ "members": [
5402
+ {
5403
+ "disabled": false,
5404
+ "document": "一致性校验摘要信息\n注意:此字段可能返回 null,表示取不到有效值。",
5405
+ "example": "无",
5406
+ "member": "CompareAbstractInfo",
5407
+ "name": "Abstract",
5408
+ "output_required": true,
5409
+ "type": "object",
5410
+ "value_allowed_null": true
5411
+ },
5412
+ {
5413
+ "disabled": false,
5414
+ "document": "一致性校验详细信息\n注意:此字段可能返回 null,表示取不到有效值。",
5415
+ "example": "无",
5416
+ "member": "CompareDetailInfo",
5417
+ "name": "Detail",
5418
+ "output_required": true,
5419
+ "type": "object",
5420
+ "value_allowed_null": true
5421
+ },
5422
+ {
5423
+ "disabled": false,
5424
+ "document": "增量校验阶段的摘要",
5425
+ "example": "无",
5426
+ "member": "IncCompareAbstractInfo",
5427
+ "name": "IncAbstract",
5428
+ "output_required": false,
5429
+ "type": "object",
5430
+ "value_allowed_null": false
5431
+ },
5432
+ {
5433
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5434
+ "member": "string",
5435
+ "name": "RequestId",
5436
+ "type": "string"
5437
+ }
5438
+ ],
5439
+ "type": "object"
5440
+ },
5441
+ "DescribeSyncCompareTasksRequest": {
5442
+ "document": "DescribeSyncCompareTasks请求参数结构体",
5443
+ "members": [
5444
+ {
5445
+ "disabled": false,
5446
+ "document": "任务 Id",
5447
+ "example": "sync-e7ukka6g",
5448
+ "member": "string",
5449
+ "name": "JobId",
5450
+ "required": true,
5451
+ "type": "string"
5452
+ },
5453
+ {
5454
+ "disabled": false,
5455
+ "document": "分页设置,表示每页显示多少条任务,默认为 20",
5456
+ "example": "20",
5457
+ "member": "uint64",
5458
+ "name": "Limit",
5459
+ "required": false,
5460
+ "type": "int"
5461
+ },
5462
+ {
5463
+ "disabled": false,
5464
+ "document": "分页偏移量",
5465
+ "example": "0",
5466
+ "member": "uint64",
5467
+ "name": "Offset",
5468
+ "required": false,
5469
+ "type": "int"
5470
+ },
5471
+ {
5472
+ "disabled": false,
5473
+ "document": "校验任务 ID",
5474
+ "example": "sync-5ftw8366-compare-n0pee6pc",
5475
+ "member": "string",
5476
+ "name": "CompareTaskId",
5477
+ "required": false,
5478
+ "type": "string"
5479
+ },
5480
+ {
5481
+ "disabled": false,
5482
+ "document": "任务状态过滤,可能的值:created - 创建完成;readyRun - 等待运行;running - 运行中;success - 成功;stopping - 结束中;failed - 失败;canceled - 已终止",
5483
+ "example": "[\"running\"]",
5484
+ "member": "string",
5485
+ "name": "Status",
5486
+ "required": false,
5487
+ "type": "list"
5488
+ }
5489
+ ],
5490
+ "type": "object"
5491
+ },
5492
+ "DescribeSyncCompareTasksResponse": {
5493
+ "document": "DescribeSyncCompareTasks返回参数结构体",
5494
+ "members": [
5495
+ {
5496
+ "disabled": false,
5497
+ "document": "数量\n注意:此字段可能返回 null,表示取不到有效值。",
5498
+ "example": "1",
5499
+ "member": "uint64",
5500
+ "name": "TotalCount",
5501
+ "output_required": true,
5502
+ "type": "int",
5503
+ "value_allowed_null": true
5504
+ },
5505
+ {
5506
+ "disabled": false,
5507
+ "document": "一致性校验任务列表\n注意:此字段可能返回 null,表示取不到有效值。",
5508
+ "example": "无",
5509
+ "member": "CompareTaskItem",
5510
+ "name": "Items",
5511
+ "output_required": true,
5512
+ "type": "list",
5513
+ "value_allowed_null": true
5514
+ },
5515
+ {
5516
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5517
+ "member": "string",
5518
+ "name": "RequestId",
5519
+ "type": "string"
5520
+ }
5521
+ ],
5522
+ "type": "object"
5523
+ },
5524
+ "DescribeSyncJobsRequest": {
5525
+ "document": "DescribeSyncJobs请求参数结构体",
5526
+ "members": [
5527
+ {
5528
+ "disabled": false,
5529
+ "document": "同步任务id,如sync-werwfs23,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。\n",
5530
+ "example": "sync-n3gh7md9",
5531
+ "member": "string",
5532
+ "name": "JobId",
5533
+ "required": false,
5534
+ "type": "string"
5535
+ },
5536
+ {
5537
+ "disabled": false,
5538
+ "document": "同步任务id列表,如[\"sync-n3gh7md9\"]",
5539
+ "example": "[\"sync-n3gh7md9\"]",
5540
+ "member": "string",
5541
+ "name": "JobIds",
5542
+ "required": false,
5543
+ "type": "list"
5544
+ },
5545
+ {
5546
+ "disabled": false,
5547
+ "document": "同步任务名",
5548
+ "example": "sync-n3gh7md9",
5549
+ "member": "string",
5550
+ "name": "JobName",
5551
+ "required": false,
5552
+ "type": "string"
5553
+ },
5554
+ {
5555
+ "disabled": false,
5556
+ "document": "排序字段,目前仅支持CreateTime字段排序",
5557
+ "example": "CreateTime",
5558
+ "member": "string",
5559
+ "name": "Order",
5560
+ "required": false,
5561
+ "type": "string"
5562
+ },
5563
+ {
5564
+ "disabled": false,
5565
+ "document": "排序方式,升序为ASC,降序为DESC,默认为CreateTime降序",
5566
+ "example": "DESC",
5062
5567
  "member": "string",
5063
5568
  "name": "OrderSeq",
5064
5569
  "required": false,
@@ -5084,8 +5589,8 @@
5084
5589
  },
5085
5590
  {
5086
5591
  "disabled": false,
5087
- "document": "状态集合,如Initialized,CheckPass,Running,ResumableErr,Stopped",
5088
- "example": "Running",
5592
+ "document": "状态集合,如Initialized(初始化),CheckPass(校验通过),Running(运行中),ResumableErr(恢复中),Stopped(已结束)",
5593
+ "example": "[\"Running\"]",
5089
5594
  "member": "string",
5090
5595
  "name": "Status",
5091
5596
  "required": false,
@@ -5102,7 +5607,7 @@
5102
5607
  },
5103
5608
  {
5104
5609
  "disabled": false,
5105
- "document": "任务类型,如mysql2mysql:msyql同步到mysql",
5610
+ "document": "任务类型,如mysql2mysql:msyql同步到mysql;可取值有mysql2mysql、mysql2kafka、tdsqlmysql2kafka、tdsqlmysql2tdsqlmysql、tdsqlmysql2mysql、mysql2tdsqlmysql、mysql2mariadb、mariadb2mariadb、mariadb2kafka、cynosdbmysql2kafka、cynosdbmysql2cynosdbmysql、cynosdbmysql2mysql、mysql2cynosdbmysql、mariadb2tdsqlmysql、tdsqlmysql2cynosdbmysql、cynosdbmysql2tdsqlmysql、tdstore2mysql、tdstore2percona、tdstore2mariadb、tdstore2cynosdbmysql、cynosdbmysql2mariadb、mariadb2cynosdbmysql、tdsqlmysql2mariadb、mariadb2mysql、percona2mariadb、postgresql2postgresql、tdstore2tdsqlmysql、mongodb2mongodb",
5106
5611
  "example": "mysql2mysql",
5107
5612
  "member": "string",
5108
5613
  "name": "JobType",
@@ -5627,6 +6132,32 @@
5627
6132
  ],
5628
6133
  "usage": "out"
5629
6134
  },
6135
+ "DifferenceOwnerDetail": {
6136
+ "document": "pg owner不一致性详情",
6137
+ "members": [
6138
+ {
6139
+ "disabled": false,
6140
+ "document": "owner不一致总数",
6141
+ "example": "1",
6142
+ "member": "int64",
6143
+ "name": "TotalCount",
6144
+ "output_required": false,
6145
+ "type": "int",
6146
+ "value_allowed_null": false
6147
+ },
6148
+ {
6149
+ "disabled": false,
6150
+ "document": "owner不一致详情\n注意:此字段可能返回 null,表示取不到有效值。",
6151
+ "example": "无",
6152
+ "member": "OwnerDifference",
6153
+ "name": "Items",
6154
+ "output_required": false,
6155
+ "type": "list",
6156
+ "value_allowed_null": true
6157
+ }
6158
+ ],
6159
+ "usage": "out"
6160
+ },
5630
6161
  "DifferenceRowDetail": {
5631
6162
  "document": "mongodb行数校验不一致性详情结果",
5632
6163
  "members": [
@@ -5653,6 +6184,32 @@
5653
6184
  ],
5654
6185
  "usage": "out"
5655
6186
  },
6187
+ "DifferenceSchemaDetail": {
6188
+ "document": "表结构不一致信息",
6189
+ "members": [
6190
+ {
6191
+ "disabled": false,
6192
+ "document": "表结构不一致的数量",
6193
+ "example": "1",
6194
+ "member": "int64",
6195
+ "name": "TotalCount",
6196
+ "output_required": false,
6197
+ "type": "int",
6198
+ "value_allowed_null": false
6199
+ },
6200
+ {
6201
+ "disabled": false,
6202
+ "document": "表结构不一致信息\n注意:此字段可能返回 null,表示取不到有效值。",
6203
+ "example": "无",
6204
+ "member": "SchemaDifference",
6205
+ "name": "Items",
6206
+ "output_required": false,
6207
+ "type": "list",
6208
+ "value_allowed_null": true
6209
+ }
6210
+ ],
6211
+ "usage": "out"
6212
+ },
5656
6213
  "DistributeRule": {
5657
6214
  "document": "订阅任务的kafka分区规则。符合库名和表名正则表达式的数据将按照RuleType计算该条数据将被投递的kafka分区。如果配置了多个规则,将按照配置的顺序,第一条命中的规则生效。",
5658
6215
  "members": [
@@ -6546,12 +7103,68 @@
6546
7103
  ],
6547
7104
  "usage": "out"
6548
7105
  },
7106
+ "IncCompareAbstractInfo": {
7107
+ "document": "增量校验阶段的摘要信息",
7108
+ "members": [
7109
+ {
7110
+ "disabled": false,
7111
+ "document": "增量起始位点",
7112
+ "example": "2025-06-03 12:00:00",
7113
+ "member": "string",
7114
+ "name": "StartPosition",
7115
+ "output_required": false,
7116
+ "type": "string",
7117
+ "value_allowed_null": false
7118
+ },
7119
+ {
7120
+ "disabled": false,
7121
+ "document": "增量当前位点",
7122
+ "example": "2025-06-03 12:00:00",
7123
+ "member": "string",
7124
+ "name": "CurrentPosition",
7125
+ "output_required": false,
7126
+ "type": "string",
7127
+ "value_allowed_null": false
7128
+ },
7129
+ {
7130
+ "disabled": false,
7131
+ "document": "已校验行数",
7132
+ "example": "100",
7133
+ "member": "uint64",
7134
+ "name": "CheckedRecord",
7135
+ "output_required": false,
7136
+ "type": "int",
7137
+ "value_allowed_null": false
7138
+ },
7139
+ {
7140
+ "disabled": false,
7141
+ "document": "不一致行数",
7142
+ "example": "10",
7143
+ "member": "uint64",
7144
+ "name": "DiffRecord",
7145
+ "output_required": false,
7146
+ "type": "int",
7147
+ "value_allowed_null": false
7148
+ },
7149
+ {
7150
+ "disabled": false,
7151
+ "document": "不一致表的数量",
7152
+ "example": "1",
7153
+ "member": "uint64",
7154
+ "name": "DiffTable",
7155
+ "output_required": false,
7156
+ "type": "int",
7157
+ "value_allowed_null": false
7158
+ }
7159
+ ],
7160
+ "usage": "out"
7161
+ },
6549
7162
  "IsolateMigrateJobRequest": {
6550
7163
  "document": "IsolateMigrateJob请求参数结构体",
6551
7164
  "members": [
6552
7165
  {
6553
7166
  "disabled": false,
6554
- "document": "任务id",
7167
+ "document": "任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
6555
7168
  "example": "dts-amm1jw5q",
6556
7169
  "member": "string",
6557
7170
  "name": "JobId",
@@ -6869,6 +7482,17 @@
6869
7482
  "required": false,
6870
7483
  "type": "list",
6871
7484
  "value_allowed_null": false
7485
+ },
7486
+ {
7487
+ "disabled": false,
7488
+ "document": "其他附加信息,对于特定数据类型可设置额外参数,比如针对Canal兼容的功能支持:\"canalOfficialFormat\":\"on\"表示打开Canal兼容功能,默认不带。",
7489
+ "example": "无",
7490
+ "member": "KeyValuePairOption",
7491
+ "name": "DataOption",
7492
+ "output_required": false,
7493
+ "required": false,
7494
+ "type": "list",
7495
+ "value_allowed_null": false
6872
7496
  }
6873
7497
  ],
6874
7498
  "usage": "both"
@@ -7187,7 +7811,7 @@
7187
7811
  "members": [
7188
7812
  {
7189
7813
  "disabled": false,
7190
- "document": "迁移任务 Id",
7814
+ "document": "迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
7191
7815
  "example": "dts-8yv4w2i1",
7192
7816
  "member": "string",
7193
7817
  "name": "JobId",
@@ -7196,7 +7820,7 @@
7196
7820
  },
7197
7821
  {
7198
7822
  "disabled": false,
7199
- "document": "对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9",
7823
+ "document": "对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
7200
7824
  "example": "dts-8yv4w2i1-cmp-37skmii9",
7201
7825
  "member": "string",
7202
7826
  "name": "CompareTaskId",
@@ -7232,7 +7856,7 @@
7232
7856
  "members": [
7233
7857
  {
7234
7858
  "disabled": false,
7235
- "document": "任务 Id",
7859
+ "document": "任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
7236
7860
  "example": "dts-45jhpmjh",
7237
7861
  "member": "string",
7238
7862
  "name": "JobId",
@@ -7241,7 +7865,7 @@
7241
7865
  },
7242
7866
  {
7243
7867
  "disabled": false,
7244
- "document": "对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9",
7868
+ "document": "对比任务 ID,形如:dts-8yv4w2i1-cmp-37skmii9,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
7245
7869
  "example": "dts-45jhpmjh-cmp-k7uhq1v3",
7246
7870
  "member": "string",
7247
7871
  "name": "CompareTaskId",
@@ -7412,7 +8036,7 @@
7412
8036
  "members": [
7413
8037
  {
7414
8038
  "disabled": false,
7415
- "document": "任务id",
8039
+ "document": "任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
7416
8040
  "example": "dts-j7bt5sid",
7417
8041
  "member": "string",
7418
8042
  "name": "JobId",
@@ -7448,7 +8072,7 @@
7448
8072
  "members": [
7449
8073
  {
7450
8074
  "disabled": false,
7451
- "document": "迁移任务id",
8075
+ "document": "迁移任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
7452
8076
  "example": "dts-7itt1j4w",
7453
8077
  "member": "string",
7454
8078
  "name": "JobId",
@@ -7484,7 +8108,7 @@
7484
8108
  "members": [
7485
8109
  {
7486
8110
  "disabled": false,
7487
- "document": "迁移任务ID",
8111
+ "document": "迁移任务 Id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。",
7488
8112
  "example": "dts-saasxa",
7489
8113
  "member": "string",
7490
8114
  "name": "JobId",
@@ -7556,7 +8180,7 @@
7556
8180
  "members": [
7557
8181
  {
7558
8182
  "disabled": false,
7559
- "document": "迁移任务id,如:dts-2rgv0f09",
8183
+ "document": "迁移任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
7560
8184
  "example": "dts-7itt1j4w",
7561
8185
  "member": "string",
7562
8186
  "name": "JobId",
@@ -7592,7 +8216,7 @@
7592
8216
  "members": [
7593
8217
  {
7594
8218
  "disabled": false,
7595
- "document": "任务id",
8219
+ "document": "任务id,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
7596
8220
  "example": "dts-1ewjspuw",
7597
8221
  "member": "string",
7598
8222
  "name": "JobId",
@@ -7710,8 +8334,116 @@
7710
8334
  ],
7711
8335
  "type": "object"
7712
8336
  },
7713
- "ModifySubscribeAutoRenewFlagResponse": {
7714
- "document": "ModifySubscribeAutoRenewFlag返回参数结构体",
8337
+ "ModifySubscribeAutoRenewFlagResponse": {
8338
+ "document": "ModifySubscribeAutoRenewFlag返回参数结构体",
8339
+ "members": [
8340
+ {
8341
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8342
+ "member": "string",
8343
+ "name": "RequestId",
8344
+ "type": "string"
8345
+ }
8346
+ ],
8347
+ "type": "object"
8348
+ },
8349
+ "ModifySubscribeNameRequest": {
8350
+ "document": "ModifySubscribeName请求参数结构体",
8351
+ "members": [
8352
+ {
8353
+ "disabled": false,
8354
+ "document": "数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。",
8355
+ "example": "subs-9jyki7hniw",
8356
+ "member": "string",
8357
+ "name": "SubscribeId",
8358
+ "required": true,
8359
+ "type": "string"
8360
+ },
8361
+ {
8362
+ "disabled": false,
8363
+ "document": "修改后的数据订阅实例的名称,长度限制为[1,60]",
8364
+ "example": "binlog订阅",
8365
+ "member": "string",
8366
+ "name": "SubscribeName",
8367
+ "required": true,
8368
+ "type": "string"
8369
+ }
8370
+ ],
8371
+ "type": "object"
8372
+ },
8373
+ "ModifySubscribeNameResponse": {
8374
+ "document": "ModifySubscribeName返回参数结构体",
8375
+ "members": [
8376
+ {
8377
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8378
+ "member": "string",
8379
+ "name": "RequestId",
8380
+ "type": "string"
8381
+ }
8382
+ ],
8383
+ "type": "object"
8384
+ },
8385
+ "ModifySubscribeObjectsRequest": {
8386
+ "document": "ModifySubscribeObjects请求参数结构体",
8387
+ "members": [
8388
+ {
8389
+ "disabled": false,
8390
+ "document": "数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。",
8391
+ "example": "subs-9jyki7hniw",
8392
+ "member": "string",
8393
+ "name": "SubscribeId",
8394
+ "required": true,
8395
+ "type": "string"
8396
+ },
8397
+ {
8398
+ "disabled": false,
8399
+ "document": "数据订阅的类型,非mongo任务的枚举值:0-全实例更新;1-数据更新;2-结构更新;3-数据更新+结构更新。mongo任务的枚举值:0-全实例更新;4-订阅单库;5-订阅单集合",
8400
+ "example": "0",
8401
+ "member": "int64",
8402
+ "name": "SubscribeObjectType",
8403
+ "required": true,
8404
+ "type": "int"
8405
+ },
8406
+ {
8407
+ "disabled": false,
8408
+ "document": "修改后的订阅数据库表信息。会覆盖原来的订阅对象,所以除非 SubscribeObjectType = 0或2,否则该字段必填。",
8409
+ "example": "无",
8410
+ "member": "ModifiedSubscribeObject",
8411
+ "name": "Objects",
8412
+ "required": false,
8413
+ "type": "list"
8414
+ },
8415
+ {
8416
+ "disabled": false,
8417
+ "document": "kafka分区策略。如果不填,默认不修改。如果填了,会覆盖原来的策略。",
8418
+ "example": "无",
8419
+ "member": "DistributeRule",
8420
+ "name": "DistributeRules",
8421
+ "required": false,
8422
+ "type": "list"
8423
+ },
8424
+ {
8425
+ "disabled": false,
8426
+ "document": "默认分区策略。不满足DistributeRules中正则表达式的数据,将按照默认分区策略计算分区。\n非mongo产品支持的默认策略: table-按表名分区,pk-按表名+主键分区。mongo的默认策略仅支持:collection-按集合名分区。\n该字段与DistributeRules搭配使用。如果配置了DistributeRules,该字段也必填。如果配置了该字段,视为配置了一条DistributeRules,原来的分区策略也会被覆盖。",
8427
+ "example": "table",
8428
+ "member": "string",
8429
+ "name": "DefaultRuleType",
8430
+ "required": false,
8431
+ "type": "string"
8432
+ },
8433
+ {
8434
+ "disabled": false,
8435
+ "document": "mongo输出聚合设置,mongo任务可选。如果不填,默认不修改。",
8436
+ "example": "无",
8437
+ "member": "PipelineInfo",
8438
+ "name": "PipelineInfo",
8439
+ "required": false,
8440
+ "type": "list"
8441
+ }
8442
+ ],
8443
+ "type": "object"
8444
+ },
8445
+ "ModifySubscribeObjectsResponse": {
8446
+ "document": "ModifySubscribeObjects返回参数结构体",
7715
8447
  "members": [
7716
8448
  {
7717
8449
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -7722,32 +8454,41 @@
7722
8454
  ],
7723
8455
  "type": "object"
7724
8456
  },
7725
- "ModifySubscribeNameRequest": {
7726
- "document": "ModifySubscribeName请求参数结构体",
8457
+ "ModifySyncCompareTaskNameRequest": {
8458
+ "document": "ModifySyncCompareTaskName请求参数结构体",
7727
8459
  "members": [
7728
8460
  {
7729
8461
  "disabled": false,
7730
- "document": "数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。",
7731
- "example": "subs-9jyki7hniw",
8462
+ "document": "任务 Id",
8463
+ "example": "sync-8yv4w2i1",
7732
8464
  "member": "string",
7733
- "name": "SubscribeId",
8465
+ "name": "JobId",
7734
8466
  "required": true,
7735
8467
  "type": "string"
7736
8468
  },
7737
8469
  {
7738
8470
  "disabled": false,
7739
- "document": "修改后的数据订阅实例的名称,长度限制为[1,60]",
7740
- "example": "binlog订阅",
8471
+ "document": "对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9",
8472
+ "example": "sync-8yv4w2i1-cmp-37skmii9",
7741
8473
  "member": "string",
7742
- "name": "SubscribeName",
8474
+ "name": "CompareTaskId",
8475
+ "required": true,
8476
+ "type": "string"
8477
+ },
8478
+ {
8479
+ "disabled": false,
8480
+ "document": "一致性校验任务名称",
8481
+ "example": "cmp_test",
8482
+ "member": "string",
8483
+ "name": "TaskName",
7743
8484
  "required": true,
7744
8485
  "type": "string"
7745
8486
  }
7746
8487
  ],
7747
8488
  "type": "object"
7748
8489
  },
7749
- "ModifySubscribeNameResponse": {
7750
- "document": "ModifySubscribeName返回参数结构体",
8490
+ "ModifySyncCompareTaskNameResponse": {
8491
+ "document": "ModifySyncCompareTaskName返回参数结构体",
7751
8492
  "members": [
7752
8493
  {
7753
8494
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -7758,68 +8499,68 @@
7758
8499
  ],
7759
8500
  "type": "object"
7760
8501
  },
7761
- "ModifySubscribeObjectsRequest": {
7762
- "document": "ModifySubscribeObjects请求参数结构体",
8502
+ "ModifySyncCompareTaskRequest": {
8503
+ "document": "ModifySyncCompareTask请求参数结构体",
7763
8504
  "members": [
7764
8505
  {
7765
8506
  "disabled": false,
7766
- "document": "数据订阅实例的ID,可通过[DescribeSubscribeJobs](https://cloud.tencent.com/document/product/571/102943)接口获取。",
7767
- "example": "subs-9jyki7hniw",
8507
+ "document": "任务 Id",
8508
+ "example": "",
7768
8509
  "member": "string",
7769
- "name": "SubscribeId",
8510
+ "name": "JobId",
7770
8511
  "required": true,
7771
8512
  "type": "string"
7772
8513
  },
7773
8514
  {
7774
8515
  "disabled": false,
7775
- "document": "数据订阅的类型,非mongo任务的枚举值:0-全实例更新;1-数据更新;2-结构更新;3-数据更新+结构更新。mongo任务的枚举值:0-全实例更新;4-订阅单库;5-订阅单集合",
7776
- "example": "0",
7777
- "member": "int64",
7778
- "name": "SubscribeObjectType",
8516
+ "document": "对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9",
8517
+ "example": "",
8518
+ "member": "string",
8519
+ "name": "CompareTaskId",
7779
8520
  "required": true,
7780
- "type": "int"
8521
+ "type": "string"
7781
8522
  },
7782
8523
  {
7783
8524
  "disabled": false,
7784
- "document": "修改后的订阅数据库表信息。会覆盖原来的订阅对象,所以除非 SubscribeObjectType = 0或2,否则该字段必填。",
8525
+ "document": "任务名称",
7785
8526
  "example": "无",
7786
- "member": "ModifiedSubscribeObject",
7787
- "name": "Objects",
8527
+ "member": "string",
8528
+ "name": "TaskName",
7788
8529
  "required": false,
7789
- "type": "list"
8530
+ "type": "string"
7790
8531
  },
7791
8532
  {
7792
8533
  "disabled": false,
7793
- "document": "kafka分区策略。如果不填,默认不修改。如果填了,会覆盖原来的策略。",
8534
+ "document": "数据对比对象模式,sameAsMigrate(全部迁移对象, 默认为此项配置)、custom(自定义),注意自定义对比对象必须是迁移对象的子集",
7794
8535
  "example": "无",
7795
- "member": "DistributeRule",
7796
- "name": "DistributeRules",
8536
+ "member": "string",
8537
+ "name": "ObjectMode",
7797
8538
  "required": false,
7798
- "type": "list"
8539
+ "type": "string"
7799
8540
  },
7800
8541
  {
7801
8542
  "disabled": false,
7802
- "document": "默认分区策略。不满足DistributeRules中正则表达式的数据,将按照默认分区策略计算分区。\n非mongo产品支持的默认策略: table-按表名分区,pk-按表名+主键分区。mongo的默认策略仅支持:collection-按集合名分区。\n该字段与DistributeRules搭配使用。如果配置了DistributeRules,该字段也必填。如果配置了该字段,视为配置了一条DistributeRules,原来的分区策略也会被覆盖。",
7803
- "example": "table",
7804
- "member": "string",
7805
- "name": "DefaultRuleType",
8543
+ "document": "对比对象,若CompareObjectMode取值为custom,则此项必填",
8544
+ "example": "",
8545
+ "member": "CompareObject",
8546
+ "name": "Objects",
7806
8547
  "required": false,
7807
- "type": "string"
8548
+ "type": "object"
7808
8549
  },
7809
8550
  {
7810
8551
  "disabled": false,
7811
- "document": "mongo输出聚合设置,mongo任务可选。如果不填,默认不修改。",
8552
+ "document": "一致性校验选项",
7812
8553
  "example": "无",
7813
- "member": "PipelineInfo",
7814
- "name": "PipelineInfo",
8554
+ "member": "CompareOptions",
8555
+ "name": "Options",
7815
8556
  "required": false,
7816
- "type": "list"
8557
+ "type": "object"
7817
8558
  }
7818
8559
  ],
7819
8560
  "type": "object"
7820
8561
  },
7821
- "ModifySubscribeObjectsResponse": {
7822
- "document": "ModifySubscribeObjects返回参数结构体",
8562
+ "ModifySyncCompareTaskResponse": {
8563
+ "document": "ModifySyncCompareTask返回参数结构体",
7823
8564
  "members": [
7824
8565
  {
7825
8566
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -7835,7 +8576,7 @@
7835
8576
  "members": [
7836
8577
  {
7837
8578
  "disabled": false,
7838
- "document": "同步任务id",
8579
+ "document": "同步任务ID,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。",
7839
8580
  "example": "sync-adasasww",
7840
8581
  "member": "string",
7841
8582
  "name": "JobId",
@@ -7880,8 +8621,8 @@
7880
8621
  "members": [
7881
8622
  {
7882
8623
  "disabled": false,
7883
- "document": "迁移任务ID",
7884
- "example": "dts-saasxa",
8624
+ "document": "同步任务ID,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。",
8625
+ "example": "sync-saasxa",
7885
8626
  "member": "string",
7886
8627
  "name": "JobId",
7887
8628
  "required": true,
@@ -7898,7 +8639,7 @@
7898
8639
  },
7899
8640
  {
7900
8641
  "disabled": false,
7901
- "document": "同步任务全量导出的 Rps 限制、需要大于 0",
8642
+ "document": "同步任务全量导出的 Rps 限制、需要大于 0;对于mongodb最大值为20000,其他数据库最大值为50000000",
7902
8643
  "example": "20000",
7903
8644
  "member": "int64",
7904
8645
  "name": "DumpRps",
@@ -8074,7 +8815,7 @@
8074
8815
  "members": [
8075
8816
  {
8076
8817
  "disabled": false,
8077
- "document": "状态",
8818
+ "document": "状态,ON-启用,OFF-不启用。",
8078
8819
  "example": "ON",
8079
8820
  "member": "string",
8080
8821
  "name": "Status",
@@ -8235,6 +8976,72 @@
8235
8976
  ],
8236
8977
  "usage": "both"
8237
8978
  },
8979
+ "OwnerDifference": {
8980
+ "document": "pg对象owner不一致信息",
8981
+ "members": [
8982
+ {
8983
+ "disabled": false,
8984
+ "document": "owner不一致的pg对象所在库",
8985
+ "example": "db1",
8986
+ "member": "string",
8987
+ "name": "Db",
8988
+ "output_required": false,
8989
+ "type": "string",
8990
+ "value_allowed_null": false
8991
+ },
8992
+ {
8993
+ "disabled": false,
8994
+ "document": "owner不一致的pg对象所在schema",
8995
+ "example": "schema1",
8996
+ "member": "string",
8997
+ "name": "Schema",
8998
+ "output_required": false,
8999
+ "type": "string",
9000
+ "value_allowed_null": false
9001
+ },
9002
+ {
9003
+ "disabled": false,
9004
+ "document": "owner不一致的pg对象名",
9005
+ "example": "tab1",
9006
+ "member": "string",
9007
+ "name": "ObjectName",
9008
+ "output_required": false,
9009
+ "type": "string",
9010
+ "value_allowed_null": false
9011
+ },
9012
+ {
9013
+ "disabled": false,
9014
+ "document": "owner不一致的pg对象类型",
9015
+ "example": "tableSchema",
9016
+ "member": "string",
9017
+ "name": "ObjectType",
9018
+ "output_required": false,
9019
+ "type": "string",
9020
+ "value_allowed_null": false
9021
+ },
9022
+ {
9023
+ "disabled": false,
9024
+ "document": "源库对象owner",
9025
+ "example": "root",
9026
+ "member": "string",
9027
+ "name": "SrcOwner",
9028
+ "output_required": false,
9029
+ "type": "string",
9030
+ "value_allowed_null": false
9031
+ },
9032
+ {
9033
+ "disabled": false,
9034
+ "document": "目标库对象owner",
9035
+ "example": "user_123",
9036
+ "member": "string",
9037
+ "name": "DstOwner",
9038
+ "output_required": false,
9039
+ "type": "string",
9040
+ "value_allowed_null": false
9041
+ }
9042
+ ],
9043
+ "usage": "out"
9044
+ },
8238
9045
  "PartitionAssignment": {
8239
9046
  "document": "数据订阅中kafka消费者组的分区分配情况。该数据是实时查询的,如果需要最新数据,需重新掉接口查询。",
8240
9047
  "members": [
@@ -8631,7 +9438,7 @@
8631
9438
  "members": [
8632
9439
  {
8633
9440
  "disabled": false,
8634
- "document": "订阅实例id",
9441
+ "document": "订阅实例id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。",
8635
9442
  "example": "subs-7l2ly86kao",
8636
9443
  "member": "string",
8637
9444
  "name": "SubscribeId",
@@ -8640,7 +9447,7 @@
8640
9447
  },
8641
9448
  {
8642
9449
  "disabled": false,
8643
- "document": "订阅的kafka topic",
9450
+ "document": "订阅的kafka topic,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。",
8644
9451
  "example": "topic-subs-7l2ly86kao-cdb-5jr9ms95",
8645
9452
  "member": "string",
8646
9453
  "name": "TopicName",
@@ -8649,7 +9456,7 @@
8649
9456
  },
8650
9457
  {
8651
9458
  "disabled": false,
8652
- "document": "消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}",
9459
+ "document": "消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}。可通过[DescribeConsumerGroups](https://cloud.tencent.com/document/api/571/102947)接口获取。",
8653
9460
  "example": "consumer-grp-subs-7l2ly86kao-group-1",
8654
9461
  "member": "string",
8655
9462
  "name": "ConsumerGroupName",
@@ -8658,7 +9465,7 @@
8658
9465
  },
8659
9466
  {
8660
9467
  "disabled": false,
8661
- "document": "需要修改offset的分区编号",
9468
+ "document": "需要修改offset的分区编号,可通过[DescribeOffsetByTime](https://cloud.tencent.com/document/api/571/102946)接口获取。",
8662
9469
  "example": "[0,1,2,3]",
8663
9470
  "member": "int64",
8664
9471
  "name": "PartitionNos",
@@ -8757,7 +9564,7 @@
8757
9564
  "members": [
8758
9565
  {
8759
9566
  "disabled": false,
8760
- "document": "同步任务id",
9567
+ "document": "同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。\n",
8761
9568
  "example": "sync-werwfs23",
8762
9569
  "member": "string",
8763
9570
  "name": "JobId",
@@ -8766,7 +9573,7 @@
8766
9573
  },
8767
9574
  {
8768
9575
  "disabled": false,
8769
- "document": "任务规格",
9576
+ "document": "任务规格,可选值包括micro,small,medium,large",
8770
9577
  "example": "small",
8771
9578
  "member": "string",
8772
9579
  "name": "NewInstanceClass",
@@ -8793,7 +9600,7 @@
8793
9600
  "members": [
8794
9601
  {
8795
9602
  "disabled": false,
8796
- "document": "数据迁移任务ID",
9603
+ "document": "数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
8797
9604
  "example": "dts-1kl0iy0v",
8798
9605
  "member": "string",
8799
9606
  "name": "JobId",
@@ -8803,7 +9610,7 @@
8803
9610
  {
8804
9611
  "disabled": false,
8805
9612
  "document": "恢复任务的模式,目前的取值有:clearData 清空目标实例数据,overwrite 以覆盖写的方式执行任务,normal 跟正常流程一样,不做额外动作;注意,clearData、overwrite仅对redis生效,normal仅针对非redis链路生效",
8806
- "example": "overwrite ",
9613
+ "example": "overwrite",
8807
9614
  "member": "string",
8808
9615
  "name": "ResumeOption",
8809
9616
  "required": false,
@@ -8952,12 +9759,68 @@
8952
9759
  ],
8953
9760
  "usage": "out"
8954
9761
  },
9762
+ "SchemaDifference": {
9763
+ "document": "结构不一致详情",
9764
+ "members": [
9765
+ {
9766
+ "disabled": false,
9767
+ "document": "结构不一致的表所在库",
9768
+ "example": "db1",
9769
+ "member": "string",
9770
+ "name": "Db",
9771
+ "output_required": false,
9772
+ "type": "string",
9773
+ "value_allowed_null": false
9774
+ },
9775
+ {
9776
+ "disabled": false,
9777
+ "document": "结构不一致的表所在schema",
9778
+ "example": "schema1",
9779
+ "member": "string",
9780
+ "name": "Schema",
9781
+ "output_required": false,
9782
+ "type": "string",
9783
+ "value_allowed_null": false
9784
+ },
9785
+ {
9786
+ "disabled": false,
9787
+ "document": "结构不一致的表",
9788
+ "example": "tab1",
9789
+ "member": "string",
9790
+ "name": "Table",
9791
+ "output_required": false,
9792
+ "type": "string",
9793
+ "value_allowed_null": false
9794
+ },
9795
+ {
9796
+ "disabled": false,
9797
+ "document": "源库表结构",
9798
+ "example": "create table tab1...",
9799
+ "member": "string",
9800
+ "name": "SrcSchema",
9801
+ "output_required": false,
9802
+ "type": "string",
9803
+ "value_allowed_null": false
9804
+ },
9805
+ {
9806
+ "disabled": false,
9807
+ "document": "目标库表结构",
9808
+ "example": "create table tab1...",
9809
+ "member": "string",
9810
+ "name": "DstSchema",
9811
+ "output_required": false,
9812
+ "type": "string",
9813
+ "value_allowed_null": false
9814
+ }
9815
+ ],
9816
+ "usage": "out"
9817
+ },
8955
9818
  "SkipCheckItemRequest": {
8956
9819
  "document": "SkipCheckItem请求参数结构体",
8957
9820
  "members": [
8958
9821
  {
8959
9822
  "disabled": false,
8960
- "document": "数据迁移任务ID",
9823
+ "document": "数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
8961
9824
  "example": "dts-1kl0iy0v",
8962
9825
  "member": "string",
8963
9826
  "name": "JobId",
@@ -8966,7 +9829,7 @@
8966
9829
  },
8967
9830
  {
8968
9831
  "disabled": false,
8969
- "document": "需要跳过校验项的步骤id,需要通过DescribeMigrationCheckJob接口返回StepInfo[i].StepId字段获取,例如:[\"OptimizeCheck\"]",
9832
+ "document": "需要跳过校验项的步骤id,需要通过[DescribeMigrationCheckJob](https://cloud.tencent.com/document/product/571/82086)接口返回StepInfo[i].StepId字段获取,例如:[\"OptimizeCheck\"]",
8970
9833
  "example": "[\"OptimizeCheck\"]",
8971
9834
  "member": "string",
8972
9835
  "name": "StepIds",
@@ -9012,7 +9875,7 @@
9012
9875
  "members": [
9013
9876
  {
9014
9877
  "disabled": false,
9015
- "document": "任务id,如:sync-4ddgid2",
9878
+ "document": "任务id,如:sync-4ddgid2,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。\n",
9016
9879
  "example": "sync-4ddgid2",
9017
9880
  "member": "string",
9018
9881
  "name": "JobId",
@@ -9156,7 +10019,7 @@
9156
10019
  "members": [
9157
10020
  {
9158
10021
  "disabled": false,
9159
- "document": "数据迁移任务ID",
10022
+ "document": "数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
9160
10023
  "example": "dts-1kl0iy0v",
9161
10024
  "member": "string",
9162
10025
  "name": "JobId",
@@ -9232,12 +10095,48 @@
9232
10095
  ],
9233
10096
  "type": "object"
9234
10097
  },
10098
+ "StartSyncCompareRequest": {
10099
+ "document": "StartSyncCompare请求参数结构体",
10100
+ "members": [
10101
+ {
10102
+ "disabled": false,
10103
+ "document": "任务 Id",
10104
+ "example": "sync-8yv4w2i1",
10105
+ "member": "string",
10106
+ "name": "JobId",
10107
+ "required": true,
10108
+ "type": "string"
10109
+ },
10110
+ {
10111
+ "disabled": false,
10112
+ "document": "对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9",
10113
+ "example": "sync-8yv4w2i1-cmp-37skmii9",
10114
+ "member": "string",
10115
+ "name": "CompareTaskId",
10116
+ "required": true,
10117
+ "type": "string"
10118
+ }
10119
+ ],
10120
+ "type": "object"
10121
+ },
10122
+ "StartSyncCompareResponse": {
10123
+ "document": "StartSyncCompare返回参数结构体",
10124
+ "members": [
10125
+ {
10126
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10127
+ "member": "string",
10128
+ "name": "RequestId",
10129
+ "type": "string"
10130
+ }
10131
+ ],
10132
+ "type": "object"
10133
+ },
9235
10134
  "StartSyncJobRequest": {
9236
10135
  "document": "StartSyncJob请求参数结构体",
9237
10136
  "members": [
9238
10137
  {
9239
10138
  "disabled": false,
9240
- "document": "同步任务id",
10139
+ "document": "同步任务id,可通过[DescribeSyncJobs](https://cloud.tencent.com/document/product/571/82103)接口获取。",
9241
10140
  "example": "sync-werwfs23",
9242
10141
  "member": "string",
9243
10142
  "name": "JobId",
@@ -9560,7 +10459,7 @@
9560
10459
  "members": [
9561
10460
  {
9562
10461
  "disabled": false,
9563
- "document": "数据迁移任务ID",
10462
+ "document": "数据迁移任务ID,可通过[DescribeMigrationJobs](https://cloud.tencent.com/document/product/571/82084)接口获取。\n",
9564
10463
  "example": "dts-1kl0iy0v",
9565
10464
  "member": "string",
9566
10465
  "name": "JobId",
@@ -9582,6 +10481,51 @@
9582
10481
  ],
9583
10482
  "type": "object"
9584
10483
  },
10484
+ "StopSyncCompareRequest": {
10485
+ "document": "StopSyncCompare请求参数结构体",
10486
+ "members": [
10487
+ {
10488
+ "disabled": false,
10489
+ "document": "任务 Id",
10490
+ "example": "sync-amm1jw5q",
10491
+ "member": "string",
10492
+ "name": "JobId",
10493
+ "required": true,
10494
+ "type": "string"
10495
+ },
10496
+ {
10497
+ "disabled": false,
10498
+ "document": "对比任务 ID,形如:sync-8yv4w2i1-cmp-37skmii9",
10499
+ "example": "sync-8yv4w2i1-cmp-37skmii9",
10500
+ "member": "string",
10501
+ "name": "CompareTaskId",
10502
+ "required": true,
10503
+ "type": "string"
10504
+ },
10505
+ {
10506
+ "disabled": false,
10507
+ "document": "是否强制停止。如果填true,迁移任务增量阶段会跳过一致性校验产生的binlog,达到快速恢复任务的效果",
10508
+ "example": "true",
10509
+ "member": "bool",
10510
+ "name": "ForceStop",
10511
+ "required": false,
10512
+ "type": "bool"
10513
+ }
10514
+ ],
10515
+ "type": "object"
10516
+ },
10517
+ "StopSyncCompareResponse": {
10518
+ "document": "StopSyncCompare返回参数结构体",
10519
+ "members": [
10520
+ {
10521
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10522
+ "member": "string",
10523
+ "name": "RequestId",
10524
+ "type": "string"
10525
+ }
10526
+ ],
10527
+ "type": "object"
10528
+ },
9585
10529
  "StopSyncJobRequest": {
9586
10530
  "document": "StopSyncJob请求参数结构体",
9587
10531
  "members": [
@@ -9680,7 +10624,7 @@
9680
10624
  },
9681
10625
  {
9682
10626
  "disabled": false,
9683
- "document": "当前步骤状态,可能值为 notStarted,running,finished,failed",
10627
+ "document": "当前步骤状态,可能值为 notStarted-未开始,running-运行中,finished-已完成,failed-失败,unknown-未知",
9684
10628
  "example": "running",
9685
10629
  "member": "string",
9686
10630
  "name": "Status",
@@ -10263,7 +11207,7 @@
10263
11207
  {
10264
11208
  "disabled": false,
10265
11209
  "document": "支持的所有操作",
10266
- "example": "[\"pause\",\"stop\",\"limitRate\",\"view\",\"resize\",\"isolate\",\"postPay2prePay\",\"configureOptObj\",\"modifyPosition\"]",
11210
+ "example": "[\"pause(暂停)\",\"stop(终止)\",\"limitRate(限速)\",\"view(查看)\",\"resize(调整规格)\",\"isolate(隔离)\",\"postPay2prePay(按量转包年包月)\",\"configureOptObj(修改同步对象)\"]",
10267
11211
  "member": "string",
10268
11212
  "name": "AllActions",
10269
11213
  "output_required": true,
@@ -10273,7 +11217,7 @@
10273
11217
  {
10274
11218
  "disabled": false,
10275
11219
  "document": "当前状态能进行的操作\n注意:此字段可能返回 null,表示取不到有效值。",
10276
- "example": "[\"pause\",\"stop\",\"limitRate\",\"view\",\"resize\",\"isolate\",\"postPay2prePay\",\"configureOptObj\"]",
11220
+ "example": "[\"pause(暂停)\",\"stop(终止)\",\"limitRate(限速)\",\"view(查看)\",\"resize(调整规格)\",\"isolate(隔离)\",\"postPay2prePay(按量转包年包月)\",\"configureOptObj(修改同步对象)\"]",
10277
11221
  "member": "string",
10278
11222
  "name": "Actions",
10279
11223
  "output_required": true,
@@ -10332,7 +11276,7 @@
10332
11276
  },
10333
11277
  {
10334
11278
  "disabled": false,
10335
- "document": "源端数据库类型,mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql等",
11279
+ "document": "源端数据库类型,mysql,tdsqlmysql,mariadb,cynosdbmysql(表示tdsql-c实例),tdstore,percona,postgresql,mongodb等。",
10336
11280
  "example": "mysql",
10337
11281
  "member": "string",
10338
11282
  "name": "SrcDatabaseType",
@@ -10342,7 +11286,7 @@
10342
11286
  },
10343
11287
  {
10344
11288
  "disabled": false,
10345
- "document": "源端接入类型,cdb(云数据库)、cvm(云主机自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)",
11289
+ "document": "源端接入类型,cdb(云数据库)、cvm(云服务器自建)、vpc(私有网络)、extranet(外网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、intranet(自研上云)",
10346
11290
  "example": "cdb",
10347
11291
  "member": "string",
10348
11292
  "name": "SrcAccessType",
@@ -10392,7 +11336,7 @@
10392
11336
  },
10393
11337
  {
10394
11338
  "disabled": false,
10395
- "document": "目标端数据库类型,mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql等",
11339
+ "document": "目标端数据库类型,mysql,tdsqlmysql,mariadb,cynosdbmysql(表示tdsql-c实例),tdstore,percona,postgresql,mongodb等。",
10396
11340
  "example": "mysql",
10397
11341
  "member": "string",
10398
11342
  "name": "DstDatabaseType",