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
@@ -119,6 +119,13 @@
119
119
  "output": "CreateDeliverCloudFunctionResponse",
120
120
  "status": "online"
121
121
  },
122
+ "CreateDlcDeliver": {
123
+ "document": "创建DLC投递任务",
124
+ "input": "CreateDlcDeliverRequest",
125
+ "name": "创建DLC投递任务",
126
+ "output": "CreateDlcDeliverResponse",
127
+ "status": "online"
128
+ },
122
129
  "CreateExport": {
123
130
  "document": "本接口仅创建下载任务。任务返回的下载地址,请用户调用[DescribeExports](https://cloud.tencent.com/document/product/614/56449)查看任务列表,其中有下载地址CosPath参数。",
124
131
  "input": "CreateExportRequest",
@@ -273,6 +280,13 @@
273
280
  "output": "DeleteDataTransformResponse",
274
281
  "status": "online"
275
282
  },
283
+ "DeleteDlcDeliver": {
284
+ "document": "删除DLC投递任务",
285
+ "input": "DeleteDlcDeliverRequest",
286
+ "name": "删除DLC投递任务",
287
+ "output": "DeleteDlcDeliverResponse",
288
+ "status": "online"
289
+ },
276
290
  "DeleteExport": {
277
291
  "document": "本接口用于删除日志下载任务",
278
292
  "input": "DeleteExportRequest",
@@ -448,6 +462,13 @@
448
462
  "output": "DescribeDataTransformInfoResponse",
449
463
  "status": "online"
450
464
  },
465
+ "DescribeDlcDelivers": {
466
+ "document": "获取告警渠道回调配置列表。",
467
+ "input": "DescribeDlcDeliversRequest",
468
+ "name": "获取DLC投递任务列表",
469
+ "output": "DescribeDlcDeliversResponse",
470
+ "status": "online"
471
+ },
451
472
  "DescribeExports": {
452
473
  "document": "本接口用于获取日志下载任务列表",
453
474
  "input": "DescribeExportsRequest",
@@ -672,6 +693,13 @@
672
693
  "output": "ModifyDataTransformResponse",
673
694
  "status": "online"
674
695
  },
696
+ "ModifyDlcDeliver": {
697
+ "document": "修改DLC投递任务",
698
+ "input": "ModifyDlcDeliverRequest",
699
+ "name": "修改DLC投递任务",
700
+ "output": "ModifyDlcDeliverResponse",
701
+ "status": "online"
702
+ },
675
703
  "ModifyIndex": {
676
704
  "document": "本接口用于修改索引配置,该接口除受默认接口请求频率限制外,针对单个日志主题,并发数不能超过1,即同一时间同一个日志主题只能有一个正在执行的索引配置修改操作。",
677
705
  "input": "ModifyIndexRequest",
@@ -1171,7 +1199,7 @@
1171
1199
  },
1172
1200
  {
1173
1201
  "disabled": false,
1174
- "document": "云监控通知渠道相关信息,和AlarmNoticeIds互斥",
1202
+ "document": "腾讯云可观测平台通知渠道相关信息,和AlarmNoticeIds互斥",
1175
1203
  "example": "无",
1176
1204
  "member": "MonitorNotice",
1177
1205
  "name": "MonitorNotice",
@@ -1858,7 +1886,7 @@
1858
1886
  },
1859
1887
  {
1860
1888
  "disabled": false,
1861
- "document": "通知渠道类型,0默认代表cls内部通知渠道,1代表云监控通知渠道",
1889
+ "document": "通知渠道类型,0默认代表cls内部通知渠道,1代表腾讯云可观测平台通知渠道",
1862
1890
  "example": "0",
1863
1891
  "member": "uint64",
1864
1892
  "name": "SendType",
@@ -2124,6 +2152,15 @@
2124
2152
  "name": "Protocol",
2125
2153
  "required": false,
2126
2154
  "type": "object"
2155
+ },
2156
+ {
2157
+ "disabled": false,
2158
+ "document": "用户kafka拓展信息",
2159
+ "example": "无",
2160
+ "member": "UserKafkaMeta",
2161
+ "name": "UserKafkaMeta",
2162
+ "required": false,
2163
+ "type": "object"
2127
2164
  }
2128
2165
  ],
2129
2166
  "type": "object"
@@ -2789,6 +2826,16 @@
2789
2826
  "output_required": true,
2790
2827
  "type": "string",
2791
2828
  "value_allowed_null": false
2829
+ },
2830
+ {
2831
+ "disabled": false,
2832
+ "document": "日志输入类型(<span style=\"color:red; font-weight:bold\">注:windows场景必填且仅支持file和windows_event类型</span>)\n- file: 文件类型采集\n- windows_event:windows事件采集\n- syslog:系统日志采集",
2833
+ "example": "file",
2834
+ "member": "string",
2835
+ "name": "InputType",
2836
+ "output_required": false,
2837
+ "type": "string",
2838
+ "value_allowed_null": false
2792
2839
  }
2793
2840
  ],
2794
2841
  "usage": "out"
@@ -4477,6 +4524,15 @@
4477
4524
  "name": "AdvancedConfig",
4478
4525
  "required": false,
4479
4526
  "type": "string"
4527
+ },
4528
+ {
4529
+ "disabled": false,
4530
+ "document": "日志输入类型(<span style=\"color:red; font-weight:bold\">注:windows场景必填且仅支持file和windows_event类型</span>)\n- file: 文件类型采集\n- windows_event:windows事件采集\n- syslog:系统日志采集",
4531
+ "example": "file",
4532
+ "member": "string",
4533
+ "name": "InputType",
4534
+ "required": false,
4535
+ "type": "string"
4480
4536
  }
4481
4537
  ],
4482
4538
  "type": "object"
@@ -4691,7 +4747,7 @@
4691
4747
  {
4692
4748
  "disabled": false,
4693
4749
  "document": "提取规则,如果设置了ExtractRule,则必须设置LogType",
4694
- "example": "{\"UnMatchLogKey\": null, \"UnMatchUpLoadSwitch\": false }",
4750
+ "example": "",
4695
4751
  "member": "ExtractRuleInfo",
4696
4752
  "name": "ExtractRuleInfo",
4697
4753
  "required": false,
@@ -4869,6 +4925,24 @@
4869
4925
  "required": false,
4870
4926
  "type": "list"
4871
4927
  },
4928
+ {
4929
+ "disabled": false,
4930
+ "document": "当FuncType为2时,动态创建的日志集、日志主题的个数超出产品规格限制是否丢弃数据, 默认为false。\n\nfalse:创建兜底日志集、日志主题并将日志写入兜底主题;\ntrue:丢弃日志数据。",
4931
+ "example": "false",
4932
+ "member": "bool",
4933
+ "name": "BackupGiveUpData",
4934
+ "required": false,
4935
+ "type": "bool"
4936
+ },
4937
+ {
4938
+ "disabled": false,
4939
+ "document": "是否开启投递服务日志。1:关闭,2:开启。",
4940
+ "example": "2",
4941
+ "member": "uint64",
4942
+ "name": "HasServicesLog",
4943
+ "required": false,
4944
+ "type": "int"
4945
+ },
4872
4946
  {
4873
4947
  "disabled": false,
4874
4948
  "document": "数据加工类型。0:标准加工任务; 1:前置加工任务。前置加工任务将采集的日志处理完成后,再写入日志主题。",
@@ -4877,6 +4951,69 @@
4877
4951
  "name": "DataTransformType",
4878
4952
  "required": false,
4879
4953
  "type": "int"
4954
+ },
4955
+ {
4956
+ "disabled": false,
4957
+ "document": "保留失败日志状态,1:不保留(默认),2:保留。",
4958
+ "example": "1",
4959
+ "member": "uint64",
4960
+ "name": "KeepFailureLog",
4961
+ "required": false,
4962
+ "type": "int"
4963
+ },
4964
+ {
4965
+ "disabled": false,
4966
+ "document": "失败日志的字段名称",
4967
+ "example": "ETLParseFailure",
4968
+ "member": "string",
4969
+ "name": "FailureLogKey",
4970
+ "required": false,
4971
+ "type": "string"
4972
+ },
4973
+ {
4974
+ "disabled": false,
4975
+ "document": "指定加工数据的开始时间, 秒级时间戳。\n - 日志主题生命周期内的任意时间范围,如果超出了生命周期,只处理生命周期内有数据的部分。",
4976
+ "example": "1746686554",
4977
+ "member": "uint64",
4978
+ "name": "ProcessFromTimestamp",
4979
+ "required": false,
4980
+ "type": "int"
4981
+ },
4982
+ {
4983
+ "disabled": false,
4984
+ "document": "指定加工数据的结束时间,秒级时间戳。\n\n- 不可指定未来的时间\n- 不填则表示持续执行",
4985
+ "example": "1746687554",
4986
+ "member": "uint64",
4987
+ "name": "ProcessToTimestamp",
4988
+ "required": false,
4989
+ "type": "int"
4990
+ },
4991
+ {
4992
+ "disabled": false,
4993
+ "document": "对已经创建的并且使用了关联外部数据库能力的任务预览(TaskType 为 1 或 2)时,该值必传\n数据加工任务ID- 通过[获取数据加工任务列表基本信息](https://cloud.tencent.com/document/product/614/72182)获取数据加工任务Id。",
4994
+ "example": "abdeace6-9484-4d2e-b670-28289c42b60f",
4995
+ "member": "string",
4996
+ "name": "TaskId",
4997
+ "required": false,
4998
+ "type": "string"
4999
+ },
5000
+ {
5001
+ "disabled": false,
5002
+ "document": "关联的数据源信息",
5003
+ "example": "无",
5004
+ "member": "DataTransformSqlDataSource",
5005
+ "name": "DataTransformSqlDataSources",
5006
+ "required": false,
5007
+ "type": "list"
5008
+ },
5009
+ {
5010
+ "disabled": false,
5011
+ "document": "设置的环境变量",
5012
+ "example": "无",
5013
+ "member": "EnvInfo",
5014
+ "name": "EnvInfos",
5015
+ "required": false,
5016
+ "type": "list"
4880
5017
  }
4881
5018
  ],
4882
5019
  "type": "object"
@@ -4975,6 +5112,115 @@
4975
5112
  ],
4976
5113
  "type": "object"
4977
5114
  },
5115
+ "CreateDlcDeliverRequest": {
5116
+ "document": "CreateDlcDeliver请求参数结构体",
5117
+ "members": [
5118
+ {
5119
+ "disabled": false,
5120
+ "document": "日志主题id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
5121
+ "example": "715094e3-01b0-4aeb-91f5-ee9f46a4a13c",
5122
+ "member": "string",
5123
+ "name": "TopicId",
5124
+ "required": true,
5125
+ "type": "string"
5126
+ },
5127
+ {
5128
+ "disabled": false,
5129
+ "document": "名称:长度不超过64字符,以字母开头,接受0-9,a-z,A-Z, _,-,中文字符。",
5130
+ "example": "template_1",
5131
+ "member": "string",
5132
+ "name": "Name",
5133
+ "required": true,
5134
+ "type": "string"
5135
+ },
5136
+ {
5137
+ "disabled": false,
5138
+ "document": "投递类型。0:批投递,1:实时投递",
5139
+ "example": "1",
5140
+ "member": "uint64",
5141
+ "name": "DeliverType",
5142
+ "required": true,
5143
+ "type": "int"
5144
+ },
5145
+ {
5146
+ "disabled": false,
5147
+ "document": "投递时间范围的开始时间",
5148
+ "example": "1741005340",
5149
+ "member": "uint64",
5150
+ "name": "StartTime",
5151
+ "required": true,
5152
+ "type": "int"
5153
+ },
5154
+ {
5155
+ "disabled": false,
5156
+ "document": "dlc配置信息",
5157
+ "example": "无",
5158
+ "member": "DlcInfo",
5159
+ "name": "DlcInfo",
5160
+ "required": true,
5161
+ "type": "object"
5162
+ },
5163
+ {
5164
+ "disabled": false,
5165
+ "document": "投递文件大小,单位MB。 DeliverType=0时必填,范围 5<= MaxSize <= 256。",
5166
+ "example": "5",
5167
+ "member": "uint64",
5168
+ "name": "MaxSize",
5169
+ "required": false,
5170
+ "type": "int"
5171
+ },
5172
+ {
5173
+ "disabled": false,
5174
+ "document": "投递间隔,单位秒。 DeliverType=0时必填,范围 300<= Interval <=900。",
5175
+ "example": "300",
5176
+ "member": "uint64",
5177
+ "name": "Interval",
5178
+ "required": false,
5179
+ "type": "int"
5180
+ },
5181
+ {
5182
+ "disabled": false,
5183
+ "document": "投递时间范围的结束时间。 如果为空,则表示不限时。EndTime不为空时,需要大于StartTime。",
5184
+ "example": "1741006340",
5185
+ "member": "uint64",
5186
+ "name": "EndTime",
5187
+ "required": false,
5188
+ "type": "int"
5189
+ },
5190
+ {
5191
+ "disabled": false,
5192
+ "document": "是否开启投递服务日志。1关闭,2开启。默认开启",
5193
+ "example": "2",
5194
+ "member": "uint64",
5195
+ "name": "HasServicesLog",
5196
+ "required": false,
5197
+ "type": "int"
5198
+ }
5199
+ ],
5200
+ "type": "object"
5201
+ },
5202
+ "CreateDlcDeliverResponse": {
5203
+ "document": "CreateDlcDeliver返回参数结构体",
5204
+ "members": [
5205
+ {
5206
+ "disabled": false,
5207
+ "document": "配置id",
5208
+ "example": "988259ca-598f-428c-8475-cf438d05468c",
5209
+ "member": "string",
5210
+ "name": "TaskId",
5211
+ "output_required": true,
5212
+ "type": "string",
5213
+ "value_allowed_null": false
5214
+ },
5215
+ {
5216
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5217
+ "member": "string",
5218
+ "name": "RequestId",
5219
+ "type": "string"
5220
+ }
5221
+ ],
5222
+ "type": "object"
5223
+ },
4978
5224
  "CreateExportRequest": {
4979
5225
  "document": "CreateExport请求参数结构体",
4980
5226
  "members": [
@@ -5248,6 +5494,15 @@
5248
5494
  "name": "ConsumerGroupName",
5249
5495
  "required": false,
5250
5496
  "type": "string"
5497
+ },
5498
+ {
5499
+ "disabled": false,
5500
+ "document": "用户kafka拓展信息",
5501
+ "example": "无",
5502
+ "member": "UserKafkaMeta",
5503
+ "name": "UserKafkaMeta",
5504
+ "required": false,
5505
+ "type": "object"
5251
5506
  }
5252
5507
  ],
5253
5508
  "type": "object"
@@ -5894,6 +6149,15 @@
5894
6149
  "required": false,
5895
6150
  "type": "int"
5896
6151
  },
6152
+ {
6153
+ "disabled": false,
6154
+ "document": "加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。\n0或者不传: 不加密\n1:kms-cls 云产品密钥加密\n\n支持地域:ap-beijing,ap-guangzhou,ap-shanghai,ap-singapore,ap-bangkok,ap-jakarta,eu-frankfurt,ap-seoul,ap-tokyo",
6155
+ "example": "0",
6156
+ "member": "uint64",
6157
+ "name": "Encryption",
6158
+ "required": false,
6159
+ "type": "int"
6160
+ },
5897
6161
  {
5898
6162
  "disabled": false,
5899
6163
  "document": "主题类型\n- 0:日志主题,默认值\n- 1:指标主题",
@@ -5929,6 +6193,15 @@
5929
6193
  "name": "Extends",
5930
6194
  "required": false,
5931
6195
  "type": "object"
6196
+ },
6197
+ {
6198
+ "disabled": false,
6199
+ "document": "开启记录公网来源ip和服务端接收时间",
6200
+ "example": "false",
6201
+ "member": "bool",
6202
+ "name": "IsSourceFrom",
6203
+ "required": false,
6204
+ "type": "bool"
5932
6205
  }
5933
6206
  ],
5934
6207
  "type": "object"
@@ -6538,72 +6811,144 @@
6538
6811
  ],
6539
6812
  "usage": "both"
6540
6813
  },
6541
- "DataTransformTaskInfo": {
6542
- "document": "数据加工任务基本详情",
6814
+ "DataTransformSqlDataSource": {
6815
+ "document": "外部表SQL信息",
6543
6816
  "members": [
6544
6817
  {
6545
6818
  "disabled": false,
6546
- "document": "数据加工任务名称",
6547
- "example": "data_transform_name",
6548
- "member": "string",
6549
- "name": "Name",
6819
+ "document": "数据源类型 1:MySql;2:自建mysql;3:pgsql",
6820
+ "example": "1",
6821
+ "member": "uint64",
6822
+ "name": "DataSource",
6550
6823
  "output_required": true,
6551
- "type": "string",
6824
+ "required": true,
6825
+ "type": "int",
6552
6826
  "value_allowed_null": false
6553
6827
  },
6554
6828
  {
6555
6829
  "disabled": false,
6556
- "document": "数据加工任务id",
6557
- "example": "96562452-xxxx-xxxx-9d2b-0b94e379c917",
6830
+ "document": "InstanceId所属地域。例如:ap-guangzhou",
6831
+ "example": "ap-guangzhou",
6558
6832
  "member": "string",
6559
- "name": "TaskId",
6560
- "output_required": true,
6833
+ "name": "Region",
6834
+ "output_required": false,
6835
+ "required": true,
6561
6836
  "type": "string",
6562
6837
  "value_allowed_null": false
6563
6838
  },
6564
6839
  {
6565
6840
  "disabled": false,
6566
- "document": "任务启用状态,默认为1,正常开启, 2关闭",
6567
- "example": "1",
6568
- "member": "int64",
6569
- "name": "EnableFlag",
6570
- "output_required": true,
6571
- "type": "int",
6841
+ "document": "实例Id。\n- 当DataSource为1时,表示云数据库Mysql 实例id,如:cdb-zxcvbnm\n",
6842
+ "example": "cdb-zxcvbnm",
6843
+ "member": "string",
6844
+ "name": "InstanceId",
6845
+ "output_required": false,
6846
+ "required": true,
6847
+ "type": "string",
6572
6848
  "value_allowed_null": false
6573
6849
  },
6574
6850
  {
6575
6851
  "disabled": false,
6576
- "document": "加工任务类型,1: DSL(使用自定义加工语言的加工任务), 2:SQL(使用sql的加工任务)",
6577
- "example": "1",
6578
- "member": "int64",
6579
- "name": "Type",
6580
- "output_required": true,
6581
- "type": "int",
6852
+ "document": "mysql访问用户名",
6853
+ "example": "user_00",
6854
+ "member": "string",
6855
+ "name": "User",
6856
+ "output_required": false,
6857
+ "required": true,
6858
+ "type": "string",
6582
6859
  "value_allowed_null": false
6583
6860
  },
6584
6861
  {
6585
6862
  "disabled": false,
6586
- "document": "源日志主题",
6587
- "example": "c6404313-xxxx-xxxx-970d-9654afd08b1f",
6863
+ "document": "别名。数据加工语句中使用",
6864
+ "example": "my_db1x",
6588
6865
  "member": "string",
6589
- "name": "SrcTopicId",
6866
+ "name": "AliasName",
6590
6867
  "output_required": true,
6868
+ "required": true,
6591
6869
  "type": "string",
6592
6870
  "value_allowed_null": false
6593
6871
  },
6594
6872
  {
6595
6873
  "disabled": false,
6596
- "document": "当前加工任务状态(1准备中/2运行中/3停止中/4已停止)",
6597
- "example": "1",
6598
- "member": "int64",
6599
- "name": "Status",
6600
- "output_required": true,
6601
- "type": "int",
6602
- "value_allowed_null": false
6603
- },
6604
- {
6874
+ "document": "mysql访问密码。",
6875
+ "example": "ps_00",
6876
+ "member": "string",
6877
+ "name": "Password",
6878
+ "output_required": false,
6879
+ "required": false,
6880
+ "type": "string",
6881
+ "value_allowed_null": false
6882
+ }
6883
+ ],
6884
+ "usage": "both"
6885
+ },
6886
+ "DataTransformTaskInfo": {
6887
+ "document": "数据加工任务基本详情",
6888
+ "members": [
6889
+ {
6890
+ "disabled": false,
6891
+ "document": "数据加工任务名称",
6892
+ "example": "data_transform_name",
6893
+ "member": "string",
6894
+ "name": "Name",
6895
+ "output_required": true,
6896
+ "type": "string",
6897
+ "value_allowed_null": false
6898
+ },
6899
+ {
6900
+ "disabled": false,
6901
+ "document": "数据加工任务id",
6902
+ "example": "96562452-xxxx-xxxx-9d2b-0b94e379c917",
6903
+ "member": "string",
6904
+ "name": "TaskId",
6905
+ "output_required": true,
6906
+ "type": "string",
6907
+ "value_allowed_null": false
6908
+ },
6909
+ {
6910
+ "disabled": false,
6911
+ "document": "任务启用状态,默认为1,正常开启, 2关闭",
6912
+ "example": "1",
6913
+ "member": "int64",
6914
+ "name": "EnableFlag",
6915
+ "output_required": true,
6916
+ "type": "int",
6917
+ "value_allowed_null": false
6918
+ },
6919
+ {
6920
+ "disabled": false,
6921
+ "document": "加工任务类型,1: DSL(使用自定义加工语言的加工任务), 2:SQL(使用sql的加工任务)",
6922
+ "example": "1",
6923
+ "member": "int64",
6924
+ "name": "Type",
6925
+ "output_required": true,
6926
+ "type": "int",
6927
+ "value_allowed_null": false
6928
+ },
6929
+ {
6930
+ "disabled": false,
6931
+ "document": "源日志主题",
6932
+ "example": "c6404313-xxxx-xxxx-970d-9654afd08b1f",
6933
+ "member": "string",
6934
+ "name": "SrcTopicId",
6935
+ "output_required": true,
6936
+ "type": "string",
6937
+ "value_allowed_null": false
6938
+ },
6939
+ {
6605
6940
  "disabled": false,
6606
- "document": "加工任务创建时间\n时间格式:yyyy-MM-dd HH:mm:ss",
6941
+ "document": "当前加工任务状态(1准备中/2运行中/3停止中/4已停止)",
6942
+ "example": "1",
6943
+ "member": "int64",
6944
+ "name": "Status",
6945
+ "output_required": true,
6946
+ "type": "int",
6947
+ "value_allowed_null": false
6948
+ },
6949
+ {
6950
+ "disabled": false,
6951
+ "document": "创建时间\n时间格式:yyyy-MM-dd HH:mm:ss",
6607
6952
  "example": "2022-12-08 21:00:35",
6608
6953
  "member": "string",
6609
6954
  "name": "CreateTime",
@@ -6671,6 +7016,46 @@
6671
7016
  "type": "string",
6672
7017
  "value_allowed_null": false
6673
7018
  },
7019
+ {
7020
+ "disabled": false,
7021
+ "document": "兜底topic_id",
7022
+ "example": "7b40b0cb-xxxx-xxxx-9477-9386068cede6",
7023
+ "member": "string",
7024
+ "name": "BackupTopicID",
7025
+ "output_required": true,
7026
+ "type": "string",
7027
+ "value_allowed_null": false
7028
+ },
7029
+ {
7030
+ "disabled": false,
7031
+ "document": "超限之后是否丢弃日志数据",
7032
+ "example": "false",
7033
+ "member": "bool",
7034
+ "name": "BackupGiveUpData",
7035
+ "output_required": true,
7036
+ "type": "bool",
7037
+ "value_allowed_null": false
7038
+ },
7039
+ {
7040
+ "disabled": false,
7041
+ "document": "是否开启投递服务日志。 1关闭,2开启",
7042
+ "example": "2",
7043
+ "member": "uint64",
7044
+ "name": "HasServicesLog",
7045
+ "output_required": false,
7046
+ "type": "int",
7047
+ "value_allowed_null": false
7048
+ },
7049
+ {
7050
+ "disabled": false,
7051
+ "document": "任务目标日志主题数量",
7052
+ "example": "1",
7053
+ "member": "uint64",
7054
+ "name": "TaskDstCount",
7055
+ "output_required": false,
7056
+ "type": "int",
7057
+ "value_allowed_null": false
7058
+ },
6674
7059
  {
6675
7060
  "disabled": false,
6676
7061
  "document": "数据加工类型。0:标准加工任务;1:前置加工任务。",
@@ -6700,6 +7085,46 @@
6700
7085
  "output_required": false,
6701
7086
  "type": "string",
6702
7087
  "value_allowed_null": false
7088
+ },
7089
+ {
7090
+ "disabled": false,
7091
+ "document": "指定加工数据的开始时间,秒级时间戳。\n- 日志主题生命周期内的任意时间范围,如果超出了生命周期,只处理生命周期内有数据的部分。",
7092
+ "example": "1746686554",
7093
+ "member": "uint64",
7094
+ "name": "ProcessFromTimestamp",
7095
+ "output_required": false,
7096
+ "type": "int",
7097
+ "value_allowed_null": false
7098
+ },
7099
+ {
7100
+ "disabled": false,
7101
+ "document": "指定加工数据的结束时间,秒级时间戳。\n1. 不可指定未来的时间\n2. 不填则表示持续执行",
7102
+ "example": "1746687554",
7103
+ "member": "uint64",
7104
+ "name": "ProcessToTimestamp",
7105
+ "output_required": false,
7106
+ "type": "int",
7107
+ "value_allowed_null": false
7108
+ },
7109
+ {
7110
+ "disabled": false,
7111
+ "document": "sql数据源信息",
7112
+ "example": "无",
7113
+ "member": "DataTransformSqlDataSource",
7114
+ "name": "DataTransformSqlDataSources",
7115
+ "output_required": false,
7116
+ "type": "list",
7117
+ "value_allowed_null": false
7118
+ },
7119
+ {
7120
+ "disabled": false,
7121
+ "document": "环境变量",
7122
+ "example": "无",
7123
+ "member": "EnvInfo",
7124
+ "name": "EnvInfos",
7125
+ "output_required": false,
7126
+ "type": "list",
7127
+ "value_allowed_null": false
6703
7128
  }
6704
7129
  ],
6705
7130
  "usage": "out"
@@ -7092,6 +7517,42 @@
7092
7517
  ],
7093
7518
  "type": "object"
7094
7519
  },
7520
+ "DeleteDlcDeliverRequest": {
7521
+ "document": "DeleteDlcDeliver请求参数结构体",
7522
+ "members": [
7523
+ {
7524
+ "disabled": false,
7525
+ "document": "日志主题id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
7526
+ "example": "715094e3-01b0-4aeb-91f5-ee9f46a4a13c",
7527
+ "member": "string",
7528
+ "name": "TopicId",
7529
+ "required": true,
7530
+ "type": "string"
7531
+ },
7532
+ {
7533
+ "disabled": false,
7534
+ "document": "任务id。",
7535
+ "example": "111024e3-01b0-4aeb-91f5-ee9f46a4a13c",
7536
+ "member": "string",
7537
+ "name": "TaskId",
7538
+ "required": true,
7539
+ "type": "string"
7540
+ }
7541
+ ],
7542
+ "type": "object"
7543
+ },
7544
+ "DeleteDlcDeliverResponse": {
7545
+ "document": "DeleteDlcDeliver返回参数结构体",
7546
+ "members": [
7547
+ {
7548
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7549
+ "member": "string",
7550
+ "name": "RequestId",
7551
+ "type": "string"
7552
+ }
7553
+ ],
7554
+ "type": "object"
7555
+ },
7095
7556
  "DeleteExportRequest": {
7096
7557
  "document": "DeleteExport请求参数结构体",
7097
7558
  "members": [
@@ -8287,7 +8748,7 @@
8287
8748
  "members": [
8288
8749
  {
8289
8750
  "disabled": false,
8290
- "document": "- taskName\n按照【加工任务名称】进行过滤。\n类型:String\n必选:否\n示例:test-task\n\n- taskId\n按照【加工任务id】进行过滤。\n类型:String\n必选:否\n示例:a3622556-6402-4942-b4ff-5ae32ec29810\n数据加工任务ID- 通过[获取数据加工任务列表基本信息](https://cloud.tencent.com/document/product/614/72182)获取数据加工任务Id。\n\n- topicId\n按照【源topicId】进行过滤。\n类型:String\n必选:否\n示例:756cec3e-a0a5-44c3-85a8-090870582000\n日志主题ID\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。\n\n- status\n按照【 任务运行状态】进行过滤。 1:准备中,2:运行中,3:停止中,4:已停止\n类型:String\n必选:否\n示例:1\n\n- hasServiceLog\n按照【是否开启服务日志】进行过滤。 1:未开启,2:已开启\n类型:String\n必选:否\n示例:1\n\n- dstTopicType\n按照【目标topic类型】进行过滤。 1:固定,2:动态\n类型:String\n必选:否\n示例:1\n\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
8751
+ "document": "- taskName\n按照【加工任务名称】进行过滤。\n类型:String\n必选:否\n示例:test-task\n\n- taskId\n按照【加工任务id】进行过滤。\n类型:String\n必选:否\n示例:a3622556-6402-4942-b4ff-5ae32ec29810\n数据加工任务ID- 通过[获取数据加工任务列表基本信息](https://cloud.tencent.com/document/product/614/72182)获取数据加工任务Id。\n\n- topicId\n按照【源topicId】进行过滤。\n类型:String\n必选:否\n示例:756cec3e-a0a5-44c3-85a8-090870582000\n日志主题ID\n通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。\n\n- status\n按照【 任务运行状态】进行过滤。 1:准备中,2:运行中,3:停止中,4:已停止\n类型:String\n必选:否\n示例:1\n\n- hasServiceLog\n按照【是否开启服务日志】进行过滤。 1:未开启,2:已开启\n类型:String\n必选:否\n示例:1\n\n- dstTopicType\n按照【目标topic类型】进行过滤。 1:固定,2:动态\n类型:String\n必选:否\n示例:1\n\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
8291
8752
  "example": "无",
8292
8753
  "member": "Filter",
8293
8754
  "name": "Filters",
@@ -8365,6 +8826,80 @@
8365
8826
  ],
8366
8827
  "type": "object"
8367
8828
  },
8829
+ "DescribeDlcDeliversRequest": {
8830
+ "document": "DescribeDlcDelivers请求参数结构体",
8831
+ "members": [
8832
+ {
8833
+ "disabled": false,
8834
+ "document": "日志主题id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
8835
+ "example": "715094e3-01b0-4aeb-91f5-ee9f46a4a13c",
8836
+ "member": "string",
8837
+ "name": "TopicId",
8838
+ "required": true,
8839
+ "type": "string"
8840
+ },
8841
+ {
8842
+ "disabled": false,
8843
+ "document": "- taskId\n按照【任务id】进行过滤。\n类型:String\n必选:否\n\n- name\n按照【任务名称】进行过滤。\n类型:String\n必选:否\n\n- tableName\n按照【数据表】进行过滤。\n类型:String\n必选:否\n\n- statusFlag\n按照【状态】进行过滤。支持:\"1\",\"2\",\"3\",\"4\"。含义:1:RUNNING,2:STOPPED,3:FINISHED,4:FAILED\n类型:String\n必选:否\n\n每次请求的Filters的上限为10,Filter.Values的上限为10。",
8844
+ "example": "无",
8845
+ "member": "Filter",
8846
+ "name": "Filters",
8847
+ "required": false,
8848
+ "type": "list"
8849
+ },
8850
+ {
8851
+ "disabled": false,
8852
+ "document": "分页的偏移量,默认值为0。",
8853
+ "example": "1",
8854
+ "member": "int64",
8855
+ "name": "Offset",
8856
+ "required": false,
8857
+ "type": "int"
8858
+ },
8859
+ {
8860
+ "disabled": false,
8861
+ "document": "分页单页限制数目,默认值为20,最大值100。",
8862
+ "example": "1",
8863
+ "member": "int64",
8864
+ "name": "Limit",
8865
+ "required": false,
8866
+ "type": "int"
8867
+ }
8868
+ ],
8869
+ "type": "object"
8870
+ },
8871
+ "DescribeDlcDeliversResponse": {
8872
+ "document": "DescribeDlcDelivers返回参数结构体",
8873
+ "members": [
8874
+ {
8875
+ "disabled": false,
8876
+ "document": "告警渠道回调配置列表。",
8877
+ "example": "无",
8878
+ "member": "DlcDeliverInfo",
8879
+ "name": "Infos",
8880
+ "output_required": true,
8881
+ "type": "list",
8882
+ "value_allowed_null": false
8883
+ },
8884
+ {
8885
+ "disabled": false,
8886
+ "document": "符合条件的通知内容配置总数。",
8887
+ "example": "1",
8888
+ "member": "uint64",
8889
+ "name": "Total",
8890
+ "output_required": true,
8891
+ "type": "int",
8892
+ "value_allowed_null": false
8893
+ },
8894
+ {
8895
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8896
+ "member": "string",
8897
+ "name": "RequestId",
8898
+ "type": "string"
8899
+ }
8900
+ ],
8901
+ "type": "object"
8902
+ },
8368
8903
  "DescribeExportsRequest": {
8369
8904
  "document": "DescribeExports请求参数结构体",
8370
8905
  "members": [
@@ -9761,47 +10296,430 @@
9761
10296
  },
9762
10297
  {
9763
10298
  "disabled": false,
9764
- "document": "分页单页限制数目,默认值为20,最大值100。",
9765
- "example": "1",
9766
- "member": "int64",
9767
- "name": "Limit",
9768
- "required": false,
9769
- "type": "int"
10299
+ "document": "分页单页限制数目,默认值为20,最大值100。",
10300
+ "example": "1",
10301
+ "member": "int64",
10302
+ "name": "Limit",
10303
+ "required": false,
10304
+ "type": "int"
10305
+ }
10306
+ ],
10307
+ "type": "object"
10308
+ },
10309
+ "DescribeWebCallbacksResponse": {
10310
+ "document": "DescribeWebCallbacks返回参数结构体",
10311
+ "members": [
10312
+ {
10313
+ "disabled": false,
10314
+ "document": "告警渠道回调配置列表。",
10315
+ "example": "无",
10316
+ "member": "WebCallbackInfo",
10317
+ "name": "WebCallbacks",
10318
+ "output_required": true,
10319
+ "type": "list",
10320
+ "value_allowed_null": false
10321
+ },
10322
+ {
10323
+ "disabled": false,
10324
+ "document": "符合条件的通知内容配置总数。",
10325
+ "example": "1",
10326
+ "member": "int64",
10327
+ "name": "TotalCount",
10328
+ "output_required": true,
10329
+ "type": "int",
10330
+ "value_allowed_null": false
10331
+ },
10332
+ {
10333
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10334
+ "member": "string",
10335
+ "name": "RequestId",
10336
+ "type": "string"
10337
+ }
10338
+ ],
10339
+ "type": "object"
10340
+ },
10341
+ "DlcDeliverInfo": {
10342
+ "document": "投递DLC任务配置信息",
10343
+ "members": [
10344
+ {
10345
+ "disabled": false,
10346
+ "document": "任务id。",
10347
+ "example": "111024e3-01b0-4aeb-91f5-ee9f46a4a13c",
10348
+ "member": "string",
10349
+ "name": "TaskId",
10350
+ "output_required": true,
10351
+ "type": "string",
10352
+ "value_allowed_null": false
10353
+ },
10354
+ {
10355
+ "disabled": false,
10356
+ "document": "账号id。",
10357
+ "example": "198644793323",
10358
+ "member": "uint64",
10359
+ "name": "Uin",
10360
+ "output_required": true,
10361
+ "type": "int",
10362
+ "value_allowed_null": false
10363
+ },
10364
+ {
10365
+ "disabled": false,
10366
+ "document": "日志主题id。",
10367
+ "example": "715094e3-01b0-4aeb-91f5-ee9f46a4a13c",
10368
+ "member": "string",
10369
+ "name": "TopicId",
10370
+ "output_required": true,
10371
+ "type": "string",
10372
+ "value_allowed_null": false
10373
+ },
10374
+ {
10375
+ "disabled": false,
10376
+ "document": "任务名称。",
10377
+ "example": "template_1",
10378
+ "member": "string",
10379
+ "name": "Name",
10380
+ "output_required": true,
10381
+ "type": "string",
10382
+ "value_allowed_null": false
10383
+ },
10384
+ {
10385
+ "disabled": false,
10386
+ "document": "投递类型,0:实时投递,1:历史投递",
10387
+ "example": "0",
10388
+ "member": "uint64",
10389
+ "name": "DeliverType",
10390
+ "output_required": true,
10391
+ "type": "int",
10392
+ "value_allowed_null": false
10393
+ },
10394
+ {
10395
+ "disabled": false,
10396
+ "document": "投递文件大小,单位MB",
10397
+ "example": "5",
10398
+ "member": "uint64",
10399
+ "name": "MaxSize",
10400
+ "output_required": false,
10401
+ "type": "int",
10402
+ "value_allowed_null": false
10403
+ },
10404
+ {
10405
+ "disabled": false,
10406
+ "document": "投递间隔 单位秒",
10407
+ "example": "300",
10408
+ "member": "uint64",
10409
+ "name": "Interval",
10410
+ "output_required": false,
10411
+ "type": "int",
10412
+ "value_allowed_null": false
10413
+ },
10414
+ {
10415
+ "disabled": false,
10416
+ "document": "投递时间范围的开始时间",
10417
+ "example": "1741005340",
10418
+ "member": "uint64",
10419
+ "name": "StartTime",
10420
+ "output_required": true,
10421
+ "type": "int",
10422
+ "value_allowed_null": false
10423
+ },
10424
+ {
10425
+ "disabled": false,
10426
+ "document": "投递时间范围的结束时间",
10427
+ "example": "1741006340",
10428
+ "member": "uint64",
10429
+ "name": "EndTime",
10430
+ "output_required": false,
10431
+ "type": "int",
10432
+ "value_allowed_null": false
10433
+ },
10434
+ {
10435
+ "disabled": false,
10436
+ "document": "dlc配置信息",
10437
+ "example": "无",
10438
+ "member": "DlcInfo",
10439
+ "name": "DlcInfo",
10440
+ "output_required": true,
10441
+ "type": "object",
10442
+ "value_allowed_null": false
10443
+ },
10444
+ {
10445
+ "disabled": false,
10446
+ "document": "是否开启投递服务日志。1关闭,2开启",
10447
+ "example": "2",
10448
+ "member": "uint64",
10449
+ "name": "HasServicesLog",
10450
+ "output_required": true,
10451
+ "type": "int",
10452
+ "value_allowed_null": false
10453
+ },
10454
+ {
10455
+ "disabled": false,
10456
+ "document": "任务状态。",
10457
+ "example": "1",
10458
+ "member": "uint64",
10459
+ "name": "Status",
10460
+ "output_required": true,
10461
+ "type": "int",
10462
+ "value_allowed_null": false
10463
+ },
10464
+ {
10465
+ "disabled": false,
10466
+ "document": "任务进度。历史投递任务生效。",
10467
+ "example": "100",
10468
+ "member": "uint64",
10469
+ "name": "Progress",
10470
+ "output_required": false,
10471
+ "type": "int",
10472
+ "value_allowed_null": false
10473
+ },
10474
+ {
10475
+ "disabled": false,
10476
+ "document": "日志主题类型。0:标准主题,1:指标主题",
10477
+ "example": "0",
10478
+ "member": "uint64",
10479
+ "name": "BizType",
10480
+ "output_required": true,
10481
+ "type": "int",
10482
+ "value_allowed_null": false
10483
+ },
10484
+ {
10485
+ "disabled": false,
10486
+ "document": "任务创建时间。",
10487
+ "example": "1741005340",
10488
+ "member": "uint64",
10489
+ "name": "CreateTime",
10490
+ "output_required": true,
10491
+ "type": "int",
10492
+ "value_allowed_null": false
10493
+ },
10494
+ {
10495
+ "disabled": false,
10496
+ "document": "任务修改时间。",
10497
+ "example": "1741006340",
10498
+ "member": "uint64",
10499
+ "name": "UpdateTime",
10500
+ "output_required": true,
10501
+ "type": "int",
10502
+ "value_allowed_null": false
10503
+ }
10504
+ ],
10505
+ "usage": "out"
10506
+ },
10507
+ "DlcFiledInfo": {
10508
+ "document": "数据湖计算服务(Data Lake Compute,简称DLC)数据字段配置信息",
10509
+ "members": [
10510
+ {
10511
+ "disabled": false,
10512
+ "document": "cls日志中的字段名",
10513
+ "example": "table_name",
10514
+ "member": "string",
10515
+ "name": "ClsField",
10516
+ "output_required": true,
10517
+ "required": true,
10518
+ "type": "string",
10519
+ "value_allowed_null": false
10520
+ },
10521
+ {
10522
+ "disabled": false,
10523
+ "document": "数据湖计算服务表的列名",
10524
+ "example": "table_name",
10525
+ "member": "string",
10526
+ "name": "DlcField",
10527
+ "output_required": true,
10528
+ "required": true,
10529
+ "type": "string",
10530
+ "value_allowed_null": false
10531
+ },
10532
+ {
10533
+ "disabled": false,
10534
+ "document": "数据湖计算服务字段类型",
10535
+ "example": "string",
10536
+ "member": "string",
10537
+ "name": "DlcFieldType",
10538
+ "output_required": true,
10539
+ "required": true,
10540
+ "type": "string",
10541
+ "value_allowed_null": false
10542
+ },
10543
+ {
10544
+ "disabled": false,
10545
+ "document": "解析失败填充字段",
10546
+ "example": "NULL",
10547
+ "member": "string",
10548
+ "name": "FillField",
10549
+ "output_required": false,
10550
+ "required": false,
10551
+ "type": "string",
10552
+ "value_allowed_null": false
10553
+ },
10554
+ {
10555
+ "disabled": false,
10556
+ "document": "是否禁用",
10557
+ "example": "false",
10558
+ "member": "bool",
10559
+ "name": "Disable",
10560
+ "output_required": false,
10561
+ "required": false,
10562
+ "type": "bool",
10563
+ "value_allowed_null": false
10564
+ }
10565
+ ],
10566
+ "usage": "both"
10567
+ },
10568
+ "DlcInfo": {
10569
+ "document": "数据湖计算服务(Data Lake Compute,简称DLC)导入配置信息",
10570
+ "members": [
10571
+ {
10572
+ "disabled": false,
10573
+ "document": "dlc表信息",
10574
+ "example": "无",
10575
+ "member": "DlcTableInfo",
10576
+ "name": "TableInfo",
10577
+ "output_required": true,
10578
+ "required": true,
10579
+ "type": "object",
10580
+ "value_allowed_null": false
10581
+ },
10582
+ {
10583
+ "disabled": false,
10584
+ "document": "dlc数据字段信息",
10585
+ "example": "无",
10586
+ "member": "DlcFiledInfo",
10587
+ "name": "FieldInfos",
10588
+ "output_required": true,
10589
+ "required": true,
10590
+ "type": "list",
10591
+ "value_allowed_null": false
10592
+ },
10593
+ {
10594
+ "disabled": false,
10595
+ "document": "dlc分区信息",
10596
+ "example": "无",
10597
+ "member": "DlcPartitionInfo",
10598
+ "name": "PartitionInfos",
10599
+ "output_required": true,
10600
+ "required": true,
10601
+ "type": "list",
10602
+ "value_allowed_null": false
10603
+ },
10604
+ {
10605
+ "disabled": false,
10606
+ "document": "dlc分区额外信息",
10607
+ "example": "无",
10608
+ "member": "DlcPartitionExtra",
10609
+ "name": "PartitionExtra",
10610
+ "output_required": false,
10611
+ "required": false,
10612
+ "type": "object",
10613
+ "value_allowed_null": false
10614
+ }
10615
+ ],
10616
+ "usage": "both"
10617
+ },
10618
+ "DlcPartitionExtra": {
10619
+ "document": "数据湖计算服务(Data Lake Compute,简称DLC)数据分区额外信息",
10620
+ "members": [
10621
+ {
10622
+ "disabled": false,
10623
+ "document": "时间格式\teg: %Y-%m-%d %H:%M:%S.%f",
10624
+ "example": "%Y-%m-%d %H:%M:%S.%f",
10625
+ "member": "string",
10626
+ "name": "TimeFormat",
10627
+ "output_required": false,
10628
+ "required": false,
10629
+ "type": "string",
10630
+ "value_allowed_null": false
10631
+ },
10632
+ {
10633
+ "disabled": false,
10634
+ "document": "时间时区",
10635
+ "example": "UTC+08:00",
10636
+ "member": "string",
10637
+ "name": "TimeZone",
10638
+ "output_required": false,
10639
+ "required": false,
10640
+ "type": "string",
10641
+ "value_allowed_null": false
10642
+ }
10643
+ ],
10644
+ "usage": "both"
10645
+ },
10646
+ "DlcPartitionInfo": {
10647
+ "document": "数据湖计算服务(Data Lake Compute,简称DLC)数据分区配置",
10648
+ "members": [
10649
+ {
10650
+ "disabled": false,
10651
+ "document": "cls日志中的字段名",
10652
+ "example": "table_name",
10653
+ "member": "string",
10654
+ "name": "ClsField",
10655
+ "output_required": true,
10656
+ "required": true,
10657
+ "type": "string",
10658
+ "value_allowed_null": false
10659
+ },
10660
+ {
10661
+ "disabled": false,
10662
+ "document": "dlc表的列名",
10663
+ "example": "table_name",
10664
+ "member": "string",
10665
+ "name": "DlcField",
10666
+ "output_required": true,
10667
+ "required": true,
10668
+ "type": "string",
10669
+ "value_allowed_null": false
10670
+ },
10671
+ {
10672
+ "disabled": false,
10673
+ "document": "dlc字段类型",
10674
+ "example": "string",
10675
+ "member": "string",
10676
+ "name": "DlcFieldType",
10677
+ "output_required": true,
10678
+ "required": true,
10679
+ "type": "string",
10680
+ "value_allowed_null": false
9770
10681
  }
9771
10682
  ],
9772
- "type": "object"
10683
+ "usage": "both"
9773
10684
  },
9774
- "DescribeWebCallbacksResponse": {
9775
- "document": "DescribeWebCallbacks返回参数结构体",
10685
+ "DlcTableInfo": {
10686
+ "document": "数据湖计算服务(Data Lake Compute,简称DLC)数据表配置信息",
9776
10687
  "members": [
9777
10688
  {
9778
10689
  "disabled": false,
9779
- "document": "告警渠道回调配置列表。",
9780
- "example": "",
9781
- "member": "WebCallbackInfo",
9782
- "name": "WebCallbacks",
9783
- "output_required": true,
9784
- "type": "list",
10690
+ "document": "数据目录",
10691
+ "example": "data_directory",
10692
+ "member": "string",
10693
+ "name": "DataDirectory",
10694
+ "output_required": false,
10695
+ "required": true,
10696
+ "type": "string",
9785
10697
  "value_allowed_null": false
9786
10698
  },
9787
10699
  {
9788
10700
  "disabled": false,
9789
- "document": "符合条件的通知内容配置总数。",
9790
- "example": "1",
9791
- "member": "int64",
9792
- "name": "TotalCount",
10701
+ "document": "数据库",
10702
+ "example": "database_name",
10703
+ "member": "string",
10704
+ "name": "DatabaseName",
9793
10705
  "output_required": true,
9794
- "type": "int",
10706
+ "required": true,
10707
+ "type": "string",
9795
10708
  "value_allowed_null": false
9796
10709
  },
9797
10710
  {
9798
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10711
+ "disabled": false,
10712
+ "document": "数据表",
10713
+ "example": "table_name",
9799
10714
  "member": "string",
9800
- "name": "RequestId",
9801
- "type": "string"
10715
+ "name": "TableName",
10716
+ "output_required": true,
10717
+ "required": true,
10718
+ "type": "string",
10719
+ "value_allowed_null": false
9802
10720
  }
9803
10721
  ],
9804
- "type": "object"
10722
+ "usage": "both"
9805
10723
  },
9806
10724
  "DynamicIndex": {
9807
10725
  "document": "键值索引自动配置,启用后自动将日志内的字段添加到键值索引中,包括日志中后续新增的字段。",
@@ -9820,6 +10738,34 @@
9820
10738
  ],
9821
10739
  "usage": "both"
9822
10740
  },
10741
+ "EnvInfo": {
10742
+ "document": "数据加工-高级设置-环境变量",
10743
+ "members": [
10744
+ {
10745
+ "disabled": false,
10746
+ "document": "环境变量名",
10747
+ "example": "SecretKey",
10748
+ "member": "string",
10749
+ "name": "Key",
10750
+ "output_required": true,
10751
+ "required": true,
10752
+ "type": "string",
10753
+ "value_allowed_null": false
10754
+ },
10755
+ {
10756
+ "disabled": false,
10757
+ "document": "环境变量值",
10758
+ "example": "key_ubsgg_demo",
10759
+ "member": "string",
10760
+ "name": "Value",
10761
+ "output_required": false,
10762
+ "required": false,
10763
+ "type": "string",
10764
+ "value_allowed_null": false
10765
+ }
10766
+ ],
10767
+ "usage": "both"
10768
+ },
9823
10769
  "EscalateNoticeInfo": {
9824
10770
  "document": "升级通知",
9825
10771
  "members": [
@@ -11039,7 +11985,7 @@
11039
11985
  {
11040
11986
  "disabled": false,
11041
11987
  "document": "用户Kafka消费组名称\t",
11042
- "example": "cls-xxxxx\t",
11988
+ "example": "cls-xxxxx",
11043
11989
  "member": "string",
11044
11990
  "name": "ConsumerGroupName",
11045
11991
  "output_required": true,
@@ -11095,6 +12041,16 @@
11095
12041
  "output_required": true,
11096
12042
  "type": "object",
11097
12043
  "value_allowed_null": false
12044
+ },
12045
+ {
12046
+ "disabled": false,
12047
+ "document": "用户kafka拓展信息",
12048
+ "example": "无",
12049
+ "member": "UserKafkaMeta",
12050
+ "name": "UserKafkaMeta",
12051
+ "output_required": false,
12052
+ "type": "object",
12053
+ "value_allowed_null": false
11098
12054
  }
11099
12055
  ],
11100
12056
  "usage": "out"
@@ -11577,7 +12533,7 @@
11577
12533
  },
11578
12534
  {
11579
12535
  "disabled": false,
11580
- "document": "日志Key列表,RechargeType为full_regex_log时必填",
12536
+ "document": "日志Key列表,RechargeType为full_regex_log、delimiter_log时必填",
11581
12537
  "example": "[\"name\",\"address\"]",
11582
12538
  "member": "string",
11583
12539
  "name": "Keys",
@@ -11596,6 +12552,17 @@
11596
12552
  "required": false,
11597
12553
  "type": "bool",
11598
12554
  "value_allowed_null": false
12555
+ },
12556
+ {
12557
+ "disabled": false,
12558
+ "document": "分隔符解析模式-分隔符\n当解析格式为分隔符提取时,该字段必填",
12559
+ "example": ",",
12560
+ "member": "string",
12561
+ "name": "Delimiter",
12562
+ "output_required": false,
12563
+ "required": false,
12564
+ "type": "string",
12565
+ "value_allowed_null": false
11599
12566
  }
11600
12567
  ],
11601
12568
  "usage": "both"
@@ -12759,6 +13726,15 @@
12759
13726
  "name": "AdvancedConfig",
12760
13727
  "required": false,
12761
13728
  "type": "string"
13729
+ },
13730
+ {
13731
+ "disabled": false,
13732
+ "document": "日志输入类型(<span style=\"color:red; font-weight:bold\">注:windows场景必填且仅支持file和windows_event类型</span>)\n- file: 文件类型采集\n- windows_event:windows事件采集\n- syslog:系统日志采集",
13733
+ "example": "file",
13734
+ "member": "string",
13735
+ "name": "InputType",
13736
+ "required": false,
13737
+ "type": "string"
12762
13738
  }
12763
13739
  ],
12764
13740
  "type": "object"
@@ -12970,7 +13946,7 @@
12970
13946
  {
12971
13947
  "disabled": false,
12972
13948
  "document": "提取规则,如果设置了ExtractRule,则必须设置LogType",
12973
- "example": "{\"UnMatchLogKey\": null, \"UnMatchUpLoadSwitch\": false }",
13949
+ "example": "",
12974
13950
  "member": "ExtractRuleInfo",
12975
13951
  "name": "ExtractRuleInfo",
12976
13952
  "required": false,
@@ -13120,6 +14096,15 @@
13120
14096
  "required": false,
13121
14097
  "type": "list"
13122
14098
  },
14099
+ {
14100
+ "disabled": false,
14101
+ "document": "超限之后是否丢弃日志数据",
14102
+ "example": "false",
14103
+ "member": "bool",
14104
+ "name": "BackupGiveUpData",
14105
+ "required": false,
14106
+ "type": "bool"
14107
+ },
13123
14108
  {
13124
14109
  "disabled": false,
13125
14110
  "document": "是否开启投递服务日志。1关闭,2开启",
@@ -13128,6 +14113,42 @@
13128
14113
  "name": "HasServicesLog",
13129
14114
  "required": false,
13130
14115
  "type": "int"
14116
+ },
14117
+ {
14118
+ "disabled": false,
14119
+ "document": "保留失败日志状态。 1:不保留,2:保留",
14120
+ "example": "1",
14121
+ "member": "uint64",
14122
+ "name": "KeepFailureLog",
14123
+ "required": false,
14124
+ "type": "int"
14125
+ },
14126
+ {
14127
+ "disabled": false,
14128
+ "document": "失败日志的字段名称",
14129
+ "example": "ETLParseFailure",
14130
+ "member": "string",
14131
+ "name": "FailureLogKey",
14132
+ "required": false,
14133
+ "type": "string"
14134
+ },
14135
+ {
14136
+ "disabled": false,
14137
+ "document": "外部数据源信息",
14138
+ "example": "无",
14139
+ "member": "DataTransformSqlDataSource",
14140
+ "name": "DataTransformSqlDataSources",
14141
+ "required": false,
14142
+ "type": "list"
14143
+ },
14144
+ {
14145
+ "disabled": false,
14146
+ "document": "设置的环境变量",
14147
+ "example": "无",
14148
+ "member": "EnvInfo",
14149
+ "name": "EnvInfos",
14150
+ "required": false,
14151
+ "type": "list"
13131
14152
  }
13132
14153
  ],
13133
14154
  "type": "object"
@@ -13144,6 +14165,123 @@
13144
14165
  ],
13145
14166
  "type": "object"
13146
14167
  },
14168
+ "ModifyDlcDeliverRequest": {
14169
+ "document": "ModifyDlcDeliver请求参数结构体",
14170
+ "members": [
14171
+ {
14172
+ "disabled": false,
14173
+ "document": "日志主题id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
14174
+ "example": "715094e3-01b0-4aeb-91f5-ee9f46a4a13c",
14175
+ "member": "string",
14176
+ "name": "TopicId",
14177
+ "required": true,
14178
+ "type": "string"
14179
+ },
14180
+ {
14181
+ "disabled": false,
14182
+ "document": "任务id。",
14183
+ "example": "111024e3-01b0-4aeb-91f5-ee9f46a4a13c",
14184
+ "member": "string",
14185
+ "name": "TaskId",
14186
+ "required": true,
14187
+ "type": "string"
14188
+ },
14189
+ {
14190
+ "disabled": false,
14191
+ "document": "名称:长度不超过64字符,以字母开头,接受0-9,a-z,A-Z, _,-,中文字符。",
14192
+ "example": "template_1",
14193
+ "member": "string",
14194
+ "name": "Name",
14195
+ "required": false,
14196
+ "type": "string"
14197
+ },
14198
+ {
14199
+ "disabled": false,
14200
+ "document": "投递类型。0:批投递,1:实时投递",
14201
+ "example": "1",
14202
+ "member": "uint64",
14203
+ "name": "DeliverType",
14204
+ "required": false,
14205
+ "type": "int"
14206
+ },
14207
+ {
14208
+ "disabled": false,
14209
+ "document": "投递时间范围的开始时间",
14210
+ "example": "1741005340",
14211
+ "member": "uint64",
14212
+ "name": "StartTime",
14213
+ "required": false,
14214
+ "type": "int"
14215
+ },
14216
+ {
14217
+ "disabled": false,
14218
+ "document": "投递时间范围的结束时间。 如果为空,则表示不限时",
14219
+ "example": "1741006340",
14220
+ "member": "uint64",
14221
+ "name": "EndTime",
14222
+ "required": false,
14223
+ "type": "int"
14224
+ },
14225
+ {
14226
+ "disabled": false,
14227
+ "document": "投递文件大小,单位MB。 DeliverType=0时必填,范围 5<= MaxSize <= 256。",
14228
+ "example": "5",
14229
+ "member": "uint64",
14230
+ "name": "MaxSize",
14231
+ "required": false,
14232
+ "type": "int"
14233
+ },
14234
+ {
14235
+ "disabled": false,
14236
+ "document": "投递间隔,单位秒。 DeliverType=0时必填,范围 300<= Interval <=900。",
14237
+ "example": "300",
14238
+ "member": "uint64",
14239
+ "name": "Interval",
14240
+ "required": false,
14241
+ "type": "int"
14242
+ },
14243
+ {
14244
+ "disabled": false,
14245
+ "document": "dlc配置信息",
14246
+ "example": "无",
14247
+ "member": "DlcInfo",
14248
+ "name": "DlcInfo",
14249
+ "required": false,
14250
+ "type": "object"
14251
+ },
14252
+ {
14253
+ "disabled": false,
14254
+ "document": "是否开启投递服务日志。1关闭,2开启。默认开启",
14255
+ "example": "2",
14256
+ "member": "uint64",
14257
+ "name": "HasServicesLog",
14258
+ "required": false,
14259
+ "type": "int"
14260
+ },
14261
+ {
14262
+ "disabled": false,
14263
+ "document": "任务状态。",
14264
+ "example": "2",
14265
+ "member": "uint64",
14266
+ "name": "Status",
14267
+ "required": false,
14268
+ "type": "int"
14269
+ }
14270
+ ],
14271
+ "type": "object"
14272
+ },
14273
+ "ModifyDlcDeliverResponse": {
14274
+ "document": "ModifyDlcDeliver返回参数结构体",
14275
+ "members": [
14276
+ {
14277
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
14278
+ "member": "string",
14279
+ "name": "RequestId",
14280
+ "type": "string"
14281
+ }
14282
+ ],
14283
+ "type": "object"
14284
+ },
13147
14285
  "ModifyIndexRequest": {
13148
14286
  "document": "ModifyIndex请求参数结构体",
13149
14287
  "members": [
@@ -13389,6 +14527,15 @@
13389
14527
  "name": "StatusControl",
13390
14528
  "required": false,
13391
14529
  "type": "int"
14530
+ },
14531
+ {
14532
+ "disabled": false,
14533
+ "document": "用户kafka拓展信息",
14534
+ "example": "无",
14535
+ "member": "UserKafkaMeta",
14536
+ "name": "UserKafkaMeta",
14537
+ "required": false,
14538
+ "type": "object"
13392
14539
  }
13393
14540
  ],
13394
14541
  "type": "object"
@@ -14089,7 +15236,7 @@
14089
15236
  "usage": "both"
14090
15237
  },
14091
15238
  "MonitorNoticeRule": {
14092
- "document": "云监控通知渠道组信息",
15239
+ "document": "腾讯云可观测平台通知渠道组信息",
14093
15240
  "members": [
14094
15241
  {
14095
15242
  "disabled": false,
@@ -14828,6 +15975,15 @@
14828
15975
  "name": "LogRechargeRule",
14829
15976
  "required": false,
14830
15977
  "type": "object"
15978
+ },
15979
+ {
15980
+ "disabled": false,
15981
+ "document": "用户kafka拓展信息",
15982
+ "example": "无",
15983
+ "member": "UserKafkaMeta",
15984
+ "name": "UserKafkaMeta",
15985
+ "required": false,
15986
+ "type": "object"
14831
15987
  }
14832
15988
  ],
14833
15989
  "type": "object"
@@ -16750,6 +17906,23 @@
16750
17906
  ],
16751
17907
  "type": "object"
16752
17908
  },
17909
+ "UserKafkaMeta": {
17910
+ "document": "用户kafka扩展信息",
17911
+ "members": [
17912
+ {
17913
+ "disabled": false,
17914
+ "document": "用户kafka version\n支持如下版本:\n - 0.10.2.0\n - 1.0.0\n - 2.0.0\n - 2.2.0\n - 2.4.0\n - 2.6.0\n - 2.7.0\n - 2.8.0\n - 3.0.0\n - 3.2.0",
17915
+ "example": "2.0.0",
17916
+ "member": "string",
17917
+ "name": "KafkaVersion",
17918
+ "output_required": true,
17919
+ "required": true,
17920
+ "type": "string",
17921
+ "value_allowed_null": false
17922
+ }
17923
+ ],
17924
+ "usage": "both"
17925
+ },
16753
17926
  "ValueInfo": {
16754
17927
  "document": "需要开启键值索引的字段的索引描述信息",
16755
17928
  "members": [