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
@@ -791,6 +791,13 @@
791
791
  "output": "DescribeTablesNameResponse",
792
792
  "status": "online"
793
793
  },
794
+ "DescribeTaskList": {
795
+ "document": "该接口(DescribleTasks)用于查询任务列表",
796
+ "input": "DescribeTaskListRequest",
797
+ "name": "历史任务列表查询",
798
+ "output": "DescribeTaskListResponse",
799
+ "status": "online"
800
+ },
794
801
  "DescribeTaskLog": {
795
802
  "document": "本接口(DescribeTaskLog)用于获取spark 作业任务日志详情",
796
803
  "input": "DescribeTaskLogRequest",
@@ -2253,7 +2260,7 @@
2253
2260
  {
2254
2261
  "disabled": false,
2255
2262
  "document": "用户Id,和子用户uin相同,需要先使用CreateUser接口创建用户。可以使用DescribeUsers接口查看。",
2256
- "example": "12345678",
2263
+ "example": "10401463674518",
2257
2264
  "member": "string",
2258
2265
  "name": "UserId",
2259
2266
  "required": true,
@@ -2267,6 +2274,15 @@
2267
2274
  "name": "PolicySet",
2268
2275
  "required": false,
2269
2276
  "type": "list"
2277
+ },
2278
+ {
2279
+ "disabled": false,
2280
+ "document": "用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)",
2281
+ "example": "EntraAccount",
2282
+ "member": "string",
2283
+ "name": "AccountType",
2284
+ "required": false,
2285
+ "type": "string"
2270
2286
  }
2271
2287
  ],
2272
2288
  "type": "object"
@@ -6024,7 +6040,7 @@
6024
6040
  {
6025
6041
  "disabled": false,
6026
6042
  "document": "需要授权的子用户uin,可以通过腾讯云控制台右上角 → “账号信息” → “账号ID进行查看”。",
6027
- "example": "12345678",
6043
+ "example": "700099912413",
6028
6044
  "member": "string",
6029
6045
  "name": "UserId",
6030
6046
  "required": true,
@@ -6060,7 +6076,7 @@
6060
6076
  {
6061
6077
  "disabled": false,
6062
6078
  "document": "绑定到用户的工作组ID集合。",
6063
- "example": "1",
6079
+ "example": "[221636,213967]",
6064
6080
  "member": "int64",
6065
6081
  "name": "WorkGroupIds",
6066
6082
  "required": false,
@@ -6074,6 +6090,15 @@
6074
6090
  "name": "UserAlias",
6075
6091
  "required": false,
6076
6092
  "type": "string"
6093
+ },
6094
+ {
6095
+ "disabled": false,
6096
+ "document": "账号类型,UserAccount:用户账号 RoleAccount:角色账号,默认为用户账号",
6097
+ "example": "UserAccount",
6098
+ "member": "string",
6099
+ "name": "AccountType",
6100
+ "required": false,
6101
+ "type": "string"
6077
6102
  }
6078
6103
  ],
6079
6104
  "type": "object"
@@ -8853,6 +8878,17 @@
8853
8878
  "required": false,
8854
8879
  "type": "object",
8855
8880
  "value_allowed_null": false
8881
+ },
8882
+ {
8883
+ "disabled": false,
8884
+ "document": "MongoDB 数据源",
8885
+ "example": "无",
8886
+ "member": "DataSourceInfo",
8887
+ "name": "MongoDB",
8888
+ "output_required": false,
8889
+ "required": false,
8890
+ "type": "object",
8891
+ "value_allowed_null": false
8856
8892
  }
8857
8893
  ],
8858
8894
  "usage": "both"
@@ -9448,11 +9484,20 @@
9448
9484
  {
9449
9485
  "disabled": false,
9450
9486
  "document": "需要删除的用户的Id",
9451
- "example": "[12345678]",
9487
+ "example": "[\"100****7401\"]",
9452
9488
  "member": "string",
9453
9489
  "name": "UserIds",
9454
9490
  "required": true,
9455
9491
  "type": "list"
9492
+ },
9493
+ {
9494
+ "disabled": false,
9495
+ "document": "用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)",
9496
+ "example": "EntraAccount",
9497
+ "member": "string",
9498
+ "name": "AccountType",
9499
+ "required": false,
9500
+ "type": "string"
9456
9501
  }
9457
9502
  ],
9458
9503
  "type": "object"
@@ -11675,6 +11720,26 @@
11675
11720
  "type": "list",
11676
11721
  "value_allowed_null": false
11677
11722
  },
11723
+ {
11724
+ "disabled": false,
11725
+ "document": "资源组总规格",
11726
+ "example": "0",
11727
+ "member": "int64",
11728
+ "name": "TotalSpec",
11729
+ "output_required": false,
11730
+ "type": "int",
11731
+ "value_allowed_null": false
11732
+ },
11733
+ {
11734
+ "disabled": false,
11735
+ "document": "资源组当前可用规格",
11736
+ "example": "0",
11737
+ "member": "int64",
11738
+ "name": "TotalAvailable",
11739
+ "output_required": false,
11740
+ "type": "int",
11741
+ "value_allowed_null": false
11742
+ },
11678
11743
  {
11679
11744
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
11680
11745
  "member": "string",
@@ -13621,6 +13686,134 @@
13621
13686
  ],
13622
13687
  "type": "object"
13623
13688
  },
13689
+ "DescribeTaskListRequest": {
13690
+ "document": "DescribeTaskList请求参数结构体",
13691
+ "members": [
13692
+ {
13693
+ "disabled": false,
13694
+ "document": "返回数量,默认为10,最大值为100。",
13695
+ "example": "20",
13696
+ "member": "int64",
13697
+ "name": "Limit",
13698
+ "required": false,
13699
+ "type": "int"
13700
+ },
13701
+ {
13702
+ "disabled": false,
13703
+ "document": "偏移量,默认为0。",
13704
+ "example": "0",
13705
+ "member": "int64",
13706
+ "name": "Offset",
13707
+ "required": false,
13708
+ "type": "int"
13709
+ },
13710
+ {
13711
+ "disabled": false,
13712
+ "document": "过滤条件,如下支持的过滤类型,传参Name应为以下其中一个,其中task-id支持最大50个过滤个数,其他过滤参数支持的总数不超过5个。\ntask-id - String - (任务ID准确过滤)task-id取值形如:e386471f-139a-4e59-877f-50ece8135b99。\ntask-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败)。\ntask-sql-keyword - String - (SQL语句关键字模糊过滤)取值形如:DROP TABLE。\ntask-operator- string (子uin过滤)\ntask-kind - string (任务类型过滤)",
13713
+ "example": "无",
13714
+ "member": "Filter",
13715
+ "name": "Filters",
13716
+ "required": false,
13717
+ "type": "list"
13718
+ },
13719
+ {
13720
+ "disabled": false,
13721
+ "document": "排序字段,支持如下字段类型,create-time(创建时间,默认)、update-time(更新时间)",
13722
+ "example": "create-time",
13723
+ "member": "string",
13724
+ "name": "SortBy",
13725
+ "required": false,
13726
+ "type": "string"
13727
+ },
13728
+ {
13729
+ "disabled": false,
13730
+ "document": "排序方式,desc表示正序,asc表示反序, 默认为asc。",
13731
+ "example": "desc",
13732
+ "member": "string",
13733
+ "name": "Sorting",
13734
+ "required": false,
13735
+ "type": "string"
13736
+ },
13737
+ {
13738
+ "disabled": false,
13739
+ "document": "起始时间点,格式为yyyy-mm-dd HH:MM:SS。默认为45天前的当前时刻",
13740
+ "example": "2019-01-21 00:00:00",
13741
+ "member": "string",
13742
+ "name": "StartTime",
13743
+ "required": false,
13744
+ "type": "string"
13745
+ },
13746
+ {
13747
+ "disabled": false,
13748
+ "document": "结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻",
13749
+ "example": "2019-01-22 00:00:00",
13750
+ "member": "string",
13751
+ "name": "EndTime",
13752
+ "required": false,
13753
+ "type": "string"
13754
+ },
13755
+ {
13756
+ "disabled": false,
13757
+ "document": "数据引擎名称,用于筛选",
13758
+ "example": "shared_presto",
13759
+ "member": "string",
13760
+ "name": "DataEngineName",
13761
+ "required": false,
13762
+ "type": "string"
13763
+ },
13764
+ {
13765
+ "disabled": false,
13766
+ "document": "spark引擎资源组名称",
13767
+ "example": "ResourceGroupName1",
13768
+ "member": "string",
13769
+ "name": "ResourceGroupName",
13770
+ "required": false,
13771
+ "type": "string"
13772
+ },
13773
+ {
13774
+ "disabled": false,
13775
+ "document": "引擎id列表",
13776
+ "example": "[\"DataEngine-18j7ot11\"]",
13777
+ "member": "string",
13778
+ "name": "HouseIds",
13779
+ "required": false,
13780
+ "type": "list"
13781
+ }
13782
+ ],
13783
+ "type": "object"
13784
+ },
13785
+ "DescribeTaskListResponse": {
13786
+ "document": "DescribeTaskList返回参数结构体",
13787
+ "members": [
13788
+ {
13789
+ "disabled": false,
13790
+ "document": "任务对象列表。",
13791
+ "example": "无",
13792
+ "member": "TaskFullRespInfo",
13793
+ "name": "TaskList",
13794
+ "output_required": true,
13795
+ "type": "list",
13796
+ "value_allowed_null": false
13797
+ },
13798
+ {
13799
+ "disabled": false,
13800
+ "document": "实例总数。",
13801
+ "example": "21",
13802
+ "member": "uint64",
13803
+ "name": "TotalCount",
13804
+ "output_required": true,
13805
+ "type": "int",
13806
+ "value_allowed_null": false
13807
+ },
13808
+ {
13809
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
13810
+ "member": "string",
13811
+ "name": "RequestId",
13812
+ "type": "string"
13813
+ }
13814
+ ],
13815
+ "type": "object"
13816
+ },
13624
13817
  "DescribeTaskLogRequest": {
13625
13818
  "document": "DescribeTaskLog请求参数结构体",
13626
13819
  "members": [
@@ -14652,6 +14845,15 @@
14652
14845
  "name": "Offset",
14653
14846
  "required": false,
14654
14847
  "type": "int"
14848
+ },
14849
+ {
14850
+ "disabled": false,
14851
+ "document": "用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)",
14852
+ "example": "EntraAccount",
14853
+ "member": "string",
14854
+ "name": "AccountType",
14855
+ "required": false,
14856
+ "type": "string"
14655
14857
  }
14656
14858
  ],
14657
14859
  "type": "object"
@@ -14813,11 +15015,20 @@
14813
15015
  {
14814
15016
  "disabled": false,
14815
15017
  "document": "用户ID(UIN),如果不填默认为调用方的子UIN",
14816
- "example": "12345678",
15018
+ "example": "71109991241195",
14817
15019
  "member": "string",
14818
15020
  "name": "UserId",
14819
15021
  "required": false,
14820
15022
  "type": "string"
15023
+ },
15024
+ {
15025
+ "disabled": false,
15026
+ "document": "用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)",
15027
+ "example": "EntraAccount",
15028
+ "member": "string",
15029
+ "name": "AccountType",
15030
+ "required": false,
15031
+ "type": "string"
14821
15032
  }
14822
15033
  ],
14823
15034
  "type": "object"
@@ -14905,7 +15116,7 @@
14905
15116
  {
14906
15117
  "disabled": false,
14907
15118
  "document": "指定查询的子用户uin,用户需要通过CreateUser接口创建。",
14908
- "example": "12345678",
15119
+ "example": "71109991241195",
14909
15120
  "member": "string",
14910
15121
  "name": "UserId",
14911
15122
  "required": false,
@@ -14955,6 +15166,15 @@
14955
15166
  "name": "Filters",
14956
15167
  "required": false,
14957
15168
  "type": "list"
15169
+ },
15170
+ {
15171
+ "disabled": false,
15172
+ "document": "用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)",
15173
+ "example": "EntraAccount",
15174
+ "member": "string",
15175
+ "name": "AccountType",
15176
+ "required": false,
15177
+ "type": "string"
14958
15178
  }
14959
15179
  ],
14960
15180
  "type": "object"
@@ -14968,7 +15188,7 @@
14968
15188
  "example": "1",
14969
15189
  "member": "int64",
14970
15190
  "name": "TotalCount",
14971
- "required": true,
15191
+ "output_required": true,
14972
15192
  "type": "int",
14973
15193
  "value_allowed_null": false
14974
15194
  },
@@ -14978,7 +15198,7 @@
14978
15198
  "example": "无",
14979
15199
  "member": "UserInfo",
14980
15200
  "name": "UserSet",
14981
- "required": true,
15201
+ "output_required": true,
14982
15202
  "type": "list",
14983
15203
  "value_allowed_null": false
14984
15204
  },
@@ -15308,7 +15528,7 @@
15308
15528
  {
15309
15529
  "disabled": false,
15310
15530
  "document": "用户Id,和CAM侧Uin匹配",
15311
- "example": "12345678",
15531
+ "example": "andr*****@tencent.com",
15312
15532
  "member": "string",
15313
15533
  "name": "UserId",
15314
15534
  "required": true,
@@ -15322,6 +15542,15 @@
15322
15542
  "name": "PolicySet",
15323
15543
  "required": false,
15324
15544
  "type": "list"
15545
+ },
15546
+ {
15547
+ "disabled": false,
15548
+ "document": "用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)",
15549
+ "example": "EntraAccount",
15550
+ "member": "string",
15551
+ "name": "AccountType",
15552
+ "required": false,
15553
+ "type": "string"
15325
15554
  }
15326
15555
  ],
15327
15556
  "type": "object"
@@ -17884,6 +18113,15 @@
17884
18113
  "name": "UserDescription",
17885
18114
  "required": true,
17886
18115
  "type": "string"
18116
+ },
18117
+ {
18118
+ "disabled": false,
18119
+ "document": "用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)",
18120
+ "example": "EntraAccount",
18121
+ "member": "string",
18122
+ "name": "AccountType",
18123
+ "required": false,
18124
+ "type": "string"
17887
18125
  }
17888
18126
  ],
17889
18127
  "type": "object"
@@ -17920,6 +18158,15 @@
17920
18158
  "name": "UserType",
17921
18159
  "required": true,
17922
18160
  "type": "string"
18161
+ },
18162
+ {
18163
+ "disabled": false,
18164
+ "document": "用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)",
18165
+ "example": "EntraAccount",
18166
+ "member": "string",
18167
+ "name": "AccountType",
18168
+ "required": false,
18169
+ "type": "string"
17923
18170
  }
17924
18171
  ],
17925
18172
  "type": "object"
@@ -19425,7 +19672,7 @@
19425
19672
  {
19426
19673
  "disabled": false,
19427
19674
  "document": "操作者,入参不填。\n注意:此字段可能返回 null,表示取不到有效值。",
19428
- "example": "12345678",
19675
+ "example": "600000563084",
19429
19676
  "member": "string",
19430
19677
  "name": "Operator",
19431
19678
  "output_required": true,
@@ -19487,6 +19734,17 @@
19487
19734
  "required": false,
19488
19735
  "type": "string",
19489
19736
  "value_allowed_null": false
19737
+ },
19738
+ {
19739
+ "disabled": false,
19740
+ "document": "需要授权的Model名,填 * 代表当前Database下所有表。当授权类型为管理员级别时,只允许填“*”,当授权类型为数据连接级别、数据库级别时只允许填空,其他类型下可以任意指定数据表。",
19741
+ "example": "model1",
19742
+ "member": "string",
19743
+ "name": "Model",
19744
+ "output_required": false,
19745
+ "required": false,
19746
+ "type": "string",
19747
+ "value_allowed_null": false
19490
19748
  }
19491
19749
  ],
19492
19750
  "usage": "both"
@@ -19974,8 +20232,25 @@
19974
20232
  ],
19975
20233
  "type": "object"
19976
20234
  },
20235
+ "ResourceConf": {
20236
+ "document": "数据治理资源配置项",
20237
+ "members": [
20238
+ {
20239
+ "disabled": false,
20240
+ "document": "当为TCLake优化资源时,优化任务的并行度",
20241
+ "example": "16",
20242
+ "member": "int64",
20243
+ "name": "Parallelism",
20244
+ "output_required": false,
20245
+ "required": false,
20246
+ "type": "int",
20247
+ "value_allowed_null": false
20248
+ }
20249
+ ],
20250
+ "usage": "both"
20251
+ },
19977
20252
  "ResourceInfo": {
19978
- "document": "ResourceInfo",
20253
+ "document": "数据优化资源信息结构",
19979
20254
  "members": [
19980
20255
  {
19981
20256
  "disabled": false,
@@ -20053,6 +20328,17 @@
20053
20328
  "required": false,
20054
20329
  "type": "string",
20055
20330
  "value_allowed_null": false
20331
+ },
20332
+ {
20333
+ "disabled": false,
20334
+ "document": "资源配置信息",
20335
+ "example": "无",
20336
+ "member": "ResourceConf",
20337
+ "name": "ResourceConf",
20338
+ "output_required": false,
20339
+ "required": false,
20340
+ "type": "object",
20341
+ "value_allowed_null": false
20056
20342
  }
20057
20343
  ],
20058
20344
  "usage": "both"
@@ -21355,9 +21641,20 @@
21355
21641
  "required": false,
21356
21642
  "type": "int",
21357
21643
  "value_allowed_null": false
21358
- }
21359
- ],
21360
- "usage": "both"
21644
+ },
21645
+ {
21646
+ "disabled": false,
21647
+ "document": "状态,STARTING、RUNNING、TERMINATED",
21648
+ "example": "RUNNING",
21649
+ "member": "string",
21650
+ "name": "State",
21651
+ "output_required": false,
21652
+ "required": false,
21653
+ "type": "string",
21654
+ "value_allowed_null": false
21655
+ }
21656
+ ],
21657
+ "usage": "both"
21361
21658
  },
21362
21659
  "SpecInfo": {
21363
21660
  "document": "节点规格信息",
@@ -22659,226 +22956,912 @@
22659
22956
  },
22660
22957
  {
22661
22958
  "disabled": false,
22662
- "document": "数据表列信息。",
22663
- "example": "无",
22664
- "member": "Column",
22665
- "name": "Columns",
22666
- "required": true,
22667
- "type": "list",
22959
+ "document": "数据表列信息。",
22960
+ "example": "无",
22961
+ "member": "Column",
22962
+ "name": "Columns",
22963
+ "required": true,
22964
+ "type": "list",
22965
+ "value_allowed_null": false
22966
+ },
22967
+ {
22968
+ "disabled": false,
22969
+ "document": "数据表分块信息。",
22970
+ "example": "无",
22971
+ "member": "Partition",
22972
+ "name": "Partitions",
22973
+ "required": true,
22974
+ "type": "list",
22975
+ "value_allowed_null": false
22976
+ },
22977
+ {
22978
+ "disabled": false,
22979
+ "document": "数据存储路径。当前仅支持cos路径,格式如下:cosn://bucket-name/filepath。",
22980
+ "example": "cosn://test-bucket-1123423/csvdata/",
22981
+ "member": "string",
22982
+ "name": "Location",
22983
+ "required": true,
22984
+ "type": "string",
22985
+ "value_allowed_null": false
22986
+ }
22987
+ ],
22988
+ "usage": "both"
22989
+ },
22990
+ "TableResponseInfo": {
22991
+ "document": "查询表信息对象",
22992
+ "members": [
22993
+ {
22994
+ "disabled": false,
22995
+ "document": "数据表基本信息。",
22996
+ "example": "{\"name\":\"test\"}",
22997
+ "member": "TableBaseInfo",
22998
+ "name": "TableBaseInfo",
22999
+ "output_required": true,
23000
+ "type": "object",
23001
+ "value_allowed_null": false
23002
+ },
23003
+ {
23004
+ "disabled": false,
23005
+ "document": "数据表列信息。\n注意:此字段可能返回 null,表示取不到有效值。",
23006
+ "example": "[{\"name\":\"aa\"}]",
23007
+ "member": "Column",
23008
+ "name": "Columns",
23009
+ "output_required": true,
23010
+ "type": "list",
23011
+ "value_allowed_null": true
23012
+ },
23013
+ {
23014
+ "disabled": false,
23015
+ "document": "数据表分块信息。\n注意:此字段可能返回 null,表示取不到有效值。",
23016
+ "example": "[{\"day\":\"a\"}]",
23017
+ "member": "Partition",
23018
+ "name": "Partitions",
23019
+ "output_required": true,
23020
+ "type": "list",
23021
+ "value_allowed_null": true
23022
+ },
23023
+ {
23024
+ "disabled": false,
23025
+ "document": "数据存储路径。",
23026
+ "example": "cosn://test-bucket-123242/csvdata/",
23027
+ "member": "string",
23028
+ "name": "Location",
23029
+ "output_required": true,
23030
+ "type": "string",
23031
+ "value_allowed_null": false
23032
+ },
23033
+ {
23034
+ "disabled": false,
23035
+ "document": "数据表属性信息。\n注意:此字段可能返回 null,表示取不到有效值。",
23036
+ "example": "[{\"day\":\"a\"}]",
23037
+ "member": "Property",
23038
+ "name": "Properties",
23039
+ "output_required": true,
23040
+ "type": "list",
23041
+ "value_allowed_null": true
23042
+ },
23043
+ {
23044
+ "disabled": false,
23045
+ "document": "数据表更新时间, 单位: ms。",
23046
+ "example": "1611579344000",
23047
+ "member": "string",
23048
+ "name": "ModifiedTime",
23049
+ "output_required": true,
23050
+ "type": "string",
23051
+ "value_allowed_null": false
23052
+ },
23053
+ {
23054
+ "disabled": false,
23055
+ "document": "数据表创建时间,单位: ms。",
23056
+ "example": "1611579344000",
23057
+ "member": "string",
23058
+ "name": "CreateTime",
23059
+ "output_required": true,
23060
+ "type": "string",
23061
+ "value_allowed_null": false
23062
+ },
23063
+ {
23064
+ "disabled": false,
23065
+ "document": "数据格式。",
23066
+ "example": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat",
23067
+ "member": "string",
23068
+ "name": "InputFormat",
23069
+ "output_required": true,
23070
+ "type": "string",
23071
+ "value_allowed_null": false
23072
+ },
23073
+ {
23074
+ "disabled": false,
23075
+ "document": "数据表存储大小(单位:Byte)",
23076
+ "example": "1024",
23077
+ "member": "int64",
23078
+ "name": "StorageSize",
23079
+ "output_required": true,
23080
+ "type": "int",
23081
+ "value_allowed_null": false
23082
+ },
23083
+ {
23084
+ "disabled": false,
23085
+ "document": "数据表行数",
23086
+ "example": "10",
23087
+ "member": "int64",
23088
+ "name": "RecordCount",
23089
+ "output_required": true,
23090
+ "type": "int",
23091
+ "value_allowed_null": false
23092
+ },
23093
+ {
23094
+ "disabled": false,
23095
+ "document": "xxxx",
23096
+ "example": "DataLakeCatalog",
23097
+ "member": "string",
23098
+ "name": "MapMaterializedViewName",
23099
+ "output_required": false,
23100
+ "type": "string",
23101
+ "value_allowed_null": false
23102
+ },
23103
+ {
23104
+ "disabled": false,
23105
+ "document": "访问热点",
23106
+ "example": "1",
23107
+ "member": "int64",
23108
+ "name": "HeatValue",
23109
+ "output_required": false,
23110
+ "type": "int",
23111
+ "value_allowed_null": false
23112
+ },
23113
+ {
23114
+ "disabled": false,
23115
+ "document": "InputFormat的缩写",
23116
+ "example": "orc",
23117
+ "member": "string",
23118
+ "name": "InputFormatShort",
23119
+ "output_required": false,
23120
+ "type": "string",
23121
+ "value_allowed_null": false
23122
+ }
23123
+ ],
23124
+ "usage": "out"
23125
+ },
23126
+ "TagInfo": {
23127
+ "document": "标签对信息",
23128
+ "members": [
23129
+ {
23130
+ "disabled": false,
23131
+ "document": "标签键",
23132
+ "example": "tagKey1",
23133
+ "member": "string",
23134
+ "name": "TagKey",
23135
+ "output_required": true,
23136
+ "required": false,
23137
+ "type": "string",
23138
+ "value_allowed_null": false
23139
+ },
23140
+ {
23141
+ "disabled": false,
23142
+ "document": "标签值",
23143
+ "example": "tagValue1",
23144
+ "member": "string",
23145
+ "name": "TagValue",
23146
+ "output_required": true,
23147
+ "required": false,
23148
+ "type": "string",
23149
+ "value_allowed_null": false
23150
+ }
23151
+ ],
23152
+ "usage": "both"
23153
+ },
23154
+ "Task": {
23155
+ "document": "任务类型,任务如SQL查询等。",
23156
+ "members": [
23157
+ {
23158
+ "disabled": false,
23159
+ "document": "SQL查询任务",
23160
+ "example": "无",
23161
+ "member": "SQLTask",
23162
+ "name": "SQLTask",
23163
+ "required": false,
23164
+ "type": "object",
23165
+ "value_allowed_null": false
23166
+ },
23167
+ {
23168
+ "disabled": false,
23169
+ "document": "Spark SQL查询任务",
23170
+ "example": "无",
23171
+ "member": "SQLTask",
23172
+ "name": "SparkSQLTask",
23173
+ "required": false,
23174
+ "type": "object",
23175
+ "value_allowed_null": false
23176
+ }
23177
+ ],
23178
+ "usage": "in"
23179
+ },
23180
+ "TaskFullRespInfo": {
23181
+ "document": "任务实例。",
23182
+ "members": [
23183
+ {
23184
+ "disabled": false,
23185
+ "document": "任务所属Database的名称。",
23186
+ "example": "database1",
23187
+ "member": "string",
23188
+ "name": "DatabaseName",
23189
+ "output_required": true,
23190
+ "type": "string",
23191
+ "value_allowed_null": false
23192
+ },
23193
+ {
23194
+ "disabled": false,
23195
+ "document": "任务数据量。",
23196
+ "example": "1024",
23197
+ "member": "int64",
23198
+ "name": "DataAmount",
23199
+ "output_required": true,
23200
+ "type": "int",
23201
+ "value_allowed_null": false
23202
+ },
23203
+ {
23204
+ "disabled": false,
23205
+ "document": "任务Id。",
23206
+ "example": "89570c65-49de-4bbd-ac0a-a67c724fc80f",
23207
+ "member": "string",
23208
+ "name": "Id",
23209
+ "output_required": true,
23210
+ "type": "string",
23211
+ "value_allowed_null": false
23212
+ },
23213
+ {
23214
+ "disabled": false,
23215
+ "document": "计算耗时,单位: ms",
23216
+ "example": "60000",
23217
+ "member": "int64",
23218
+ "name": "UsedTime",
23219
+ "output_required": true,
23220
+ "type": "int",
23221
+ "value_allowed_null": false
23222
+ },
23223
+ {
23224
+ "disabled": false,
23225
+ "document": "任务输出路径。",
23226
+ "example": "cosn://test-bucket-123434324234/result/",
23227
+ "member": "string",
23228
+ "name": "OutputPath",
23229
+ "output_required": true,
23230
+ "type": "string",
23231
+ "value_allowed_null": false
23232
+ },
23233
+ {
23234
+ "disabled": false,
23235
+ "document": "任务创建时间。",
23236
+ "example": "1611646962000",
23237
+ "member": "string",
23238
+ "name": "CreateTime",
23239
+ "output_required": true,
23240
+ "type": "string",
23241
+ "value_allowed_null": false
23242
+ },
23243
+ {
23244
+ "disabled": false,
23245
+ "document": "任务状态:0 初始化, 1 执行中, 2 执行成功,3 数据写入中,4 排队中。-1 执行失败,-3 已取消。",
23246
+ "example": "2",
23247
+ "member": "int64",
23248
+ "name": "State",
23249
+ "output_required": true,
23250
+ "type": "int",
23251
+ "value_allowed_null": false
23252
+ },
23253
+ {
23254
+ "disabled": false,
23255
+ "document": "任务SQL类型,DDL|DML等",
23256
+ "example": "DDL",
23257
+ "member": "string",
23258
+ "name": "SQLType",
23259
+ "output_required": true,
23260
+ "type": "string",
23261
+ "value_allowed_null": false
23262
+ },
23263
+ {
23264
+ "disabled": false,
23265
+ "document": "任务SQL语句",
23266
+ "example": "U0VMRUNUICogRlJPTSBgdGVzdGA7",
23267
+ "member": "string",
23268
+ "name": "SQL",
23269
+ "output_required": true,
23270
+ "type": "string",
23271
+ "value_allowed_null": false
23272
+ },
23273
+ {
23274
+ "disabled": false,
23275
+ "document": "结果是否过期。",
23276
+ "example": "false",
23277
+ "member": "bool",
23278
+ "name": "ResultExpired",
23279
+ "output_required": true,
23280
+ "type": "bool",
23281
+ "value_allowed_null": false
23282
+ },
23283
+ {
23284
+ "disabled": false,
23285
+ "document": "数据影响统计信息。",
23286
+ "example": "500 rows selected (0.077 seconds)",
23287
+ "member": "string",
23288
+ "name": "RowAffectInfo",
23289
+ "output_required": true,
23290
+ "type": "string",
23291
+ "value_allowed_null": false
23292
+ },
23293
+ {
23294
+ "disabled": false,
23295
+ "document": "任务结果数据表。\n注意:此字段可能返回 null,表示取不到有效值。",
23296
+ "example": "{\"Schema\":[\"name\",\"age\"],\"Data\":[{\"name\":\"29\",\"age\":\"Michael\"}]}",
23297
+ "member": "string",
23298
+ "name": "DataSet",
23299
+ "output_required": true,
23300
+ "type": "string",
23301
+ "value_allowed_null": true
23302
+ },
23303
+ {
23304
+ "disabled": false,
23305
+ "document": "失败信息, 例如:errorMessage。该字段已废弃。",
23306
+ "example": "errorMessage",
23307
+ "member": "string",
23308
+ "name": "Error",
23309
+ "output_required": true,
23310
+ "type": "string",
23311
+ "value_allowed_null": false
23312
+ },
23313
+ {
23314
+ "disabled": false,
23315
+ "document": "任务执行进度num/100(%)",
23316
+ "example": "100",
23317
+ "member": "int64",
23318
+ "name": "Percentage",
23319
+ "output_required": true,
23320
+ "type": "int",
23321
+ "value_allowed_null": false
23322
+ },
23323
+ {
23324
+ "disabled": false,
23325
+ "document": "任务执行输出信息。",
23326
+ "example": "Invalid compression codec: ,Available codecs are none,bzip2,gzip,deflate.",
23327
+ "member": "string",
23328
+ "name": "OutputMessage",
23329
+ "output_required": true,
23330
+ "type": "string",
23331
+ "value_allowed_null": false
23332
+ },
23333
+ {
23334
+ "disabled": false,
23335
+ "document": "执行SQL的引擎类型",
23336
+ "example": "SparkBatchSQL",
23337
+ "member": "string",
23338
+ "name": "TaskType",
23339
+ "output_required": true,
23340
+ "type": "string",
23341
+ "value_allowed_null": false
23342
+ },
23343
+ {
23344
+ "disabled": false,
23345
+ "document": "任务进度明细\n注意:此字段可能返回 null,表示取不到有效值。",
23346
+ "example": "[{\"jobId\":1,\"stages\":[{\"stageId\":1,\"numTasks\":3,\"numActiveTasks\"",
23347
+ "member": "string",
23348
+ "name": "ProgressDetail",
23349
+ "output_required": true,
23350
+ "type": "string",
23351
+ "value_allowed_null": true
23352
+ },
23353
+ {
23354
+ "disabled": false,
23355
+ "document": "任务结束时间\n注意:此字段可能返回 null,表示取不到有效值。",
23356
+ "example": "1611646962000",
23357
+ "member": "string",
23358
+ "name": "UpdateTime",
23359
+ "output_required": true,
23360
+ "type": "string",
23361
+ "value_allowed_null": true
23362
+ },
23363
+ {
23364
+ "disabled": false,
23365
+ "document": "计算资源id\n注意:此字段可能返回 null,表示取不到有效值。",
23366
+ "example": "resource-1gghpd1t",
23367
+ "member": "string",
23368
+ "name": "DataEngineId",
23369
+ "output_required": true,
23370
+ "type": "string",
23371
+ "value_allowed_null": true
23372
+ },
23373
+ {
23374
+ "disabled": false,
23375
+ "document": "执行sql的子uin\n注意:此字段可能返回 null,表示取不到有效值。",
23376
+ "example": "****",
23377
+ "member": "string",
23378
+ "name": "OperateUin",
23379
+ "output_required": true,
23380
+ "type": "string",
23381
+ "value_allowed_null": true
23382
+ },
23383
+ {
23384
+ "disabled": false,
23385
+ "document": "计算资源名字\n注意:此字段可能返回 null,表示取不到有效值。",
23386
+ "example": "shared_presto",
23387
+ "member": "string",
23388
+ "name": "DataEngineName",
23389
+ "output_required": true,
23390
+ "type": "string",
23391
+ "value_allowed_null": true
23392
+ },
23393
+ {
23394
+ "disabled": false,
23395
+ "document": "导入类型是本地导入还是cos\n注意:此字段可能返回 null,表示取不到有效值。",
23396
+ "example": "local",
23397
+ "member": "string",
23398
+ "name": "InputType",
23399
+ "output_required": true,
23400
+ "type": "string",
23401
+ "value_allowed_null": true
23402
+ },
23403
+ {
23404
+ "disabled": false,
23405
+ "document": "导入配置\n注意:此字段可能返回 null,表示取不到有效值。",
23406
+ "example": "[{\"Key\":\"paths\",\"Value\":\"lakefs://20000003366d155f79a522c8349496",
23407
+ "member": "string",
23408
+ "name": "InputConf",
23409
+ "output_required": true,
23410
+ "type": "string",
23411
+ "value_allowed_null": true
23412
+ },
23413
+ {
23414
+ "disabled": false,
23415
+ "document": "数据条数\n注意:此字段可能返回 null,表示取不到有效值。",
23416
+ "example": "925",
23417
+ "member": "int64",
23418
+ "name": "DataNumber",
23419
+ "output_required": true,
23420
+ "type": "int",
23421
+ "value_allowed_null": true
23422
+ },
23423
+ {
23424
+ "disabled": false,
23425
+ "document": "查询数据能不能下载\n注意:此字段可能返回 null,表示取不到有效值。",
23426
+ "example": "false",
23427
+ "member": "bool",
23428
+ "name": "CanDownload",
23429
+ "output_required": true,
23430
+ "type": "bool",
23431
+ "value_allowed_null": true
23432
+ },
23433
+ {
23434
+ "disabled": false,
23435
+ "document": "用户别名\n注意:此字段可能返回 null,表示取不到有效值。",
23436
+ "example": "testname",
23437
+ "member": "string",
23438
+ "name": "UserAlias",
23439
+ "output_required": true,
23440
+ "type": "string",
23441
+ "value_allowed_null": true
23442
+ },
23443
+ {
23444
+ "disabled": false,
23445
+ "document": "spark应用作业名\n注意:此字段可能返回 null,表示取不到有效值。",
23446
+ "example": "spark_app",
23447
+ "member": "string",
23448
+ "name": "SparkJobName",
23449
+ "output_required": true,
23450
+ "type": "string",
23451
+ "value_allowed_null": true
23452
+ },
23453
+ {
23454
+ "disabled": false,
23455
+ "document": "spark应用作业Id\n注意:此字段可能返回 null,表示取不到有效值。",
23456
+ "example": "batch_sdafa",
23457
+ "member": "string",
23458
+ "name": "SparkJobId",
23459
+ "output_required": true,
23460
+ "type": "string",
23461
+ "value_allowed_null": true
23462
+ },
23463
+ {
23464
+ "disabled": false,
23465
+ "document": "spark应用入口jar文件\n注意:此字段可能返回 null,表示取不到有效值。",
23466
+ "example": "example.jar",
23467
+ "member": "string",
23468
+ "name": "SparkJobFile",
23469
+ "output_required": true,
23470
+ "type": "string",
23471
+ "value_allowed_null": true
23472
+ },
23473
+ {
23474
+ "disabled": false,
23475
+ "document": "spark ui url\n注意:此字段可能返回 null,表示取不到有效值。",
23476
+ "example": "https://dlc-spark-ui.cloud.tencent.com/history/spark-893c606226b",
23477
+ "member": "string",
23478
+ "name": "UiUrl",
23479
+ "output_required": true,
23480
+ "type": "string",
23481
+ "value_allowed_null": true
23482
+ },
23483
+ {
23484
+ "disabled": false,
23485
+ "document": "任务耗时,单位: ms\n注意:此字段可能返回 null,表示取不到有效值。",
23486
+ "example": "80000",
23487
+ "member": "int64",
23488
+ "name": "TotalTime",
23489
+ "output_required": true,
23490
+ "type": "int",
23491
+ "value_allowed_null": true
23492
+ },
23493
+ {
23494
+ "disabled": false,
23495
+ "document": "spark app job执行task的程序入口参数\n注意:此字段可能返回 null,表示取不到有效值。",
23496
+ "example": "spark.sql.shuffle.partitions",
23497
+ "member": "string",
23498
+ "name": "CmdArgs",
23499
+ "output_required": true,
23500
+ "type": "string",
23501
+ "value_allowed_null": true
23502
+ },
23503
+ {
23504
+ "disabled": false,
23505
+ "document": "集群镜像大版本名称\n注意:此字段可能返回 null,表示取不到有效值。",
23506
+ "example": "SuperSQL P 1.0",
23507
+ "member": "string",
23508
+ "name": "ImageVersion",
23509
+ "output_required": true,
23510
+ "type": "string",
23511
+ "value_allowed_null": true
23512
+ },
23513
+ {
23514
+ "disabled": false,
23515
+ "document": "driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge\n注意:此字段可能返回 null,表示取不到有效值。",
23516
+ "example": "small",
23517
+ "member": "string",
23518
+ "name": "DriverSize",
23519
+ "output_required": true,
23520
+ "type": "string",
23521
+ "value_allowed_null": true
23522
+ },
23523
+ {
23524
+ "disabled": false,
23525
+ "document": "executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge\n注意:此字段可能返回 null,表示取不到有效值。",
23526
+ "example": "small",
23527
+ "member": "string",
23528
+ "name": "ExecutorSize",
23529
+ "output_required": true,
23530
+ "type": "string",
23531
+ "value_allowed_null": true
23532
+ },
23533
+ {
23534
+ "disabled": false,
23535
+ "document": "指定executor数量,最小值为1,最大值小于集群规格\n注意:此字段可能返回 null,表示取不到有效值。",
23536
+ "example": "1",
23537
+ "member": "uint64",
23538
+ "name": "ExecutorNums",
23539
+ "output_required": true,
23540
+ "type": "int",
23541
+ "value_allowed_null": true
23542
+ },
23543
+ {
23544
+ "disabled": false,
23545
+ "document": "指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)\n注意:此字段可能返回 null,表示取不到有效值。",
23546
+ "example": "1",
23547
+ "member": "uint64",
23548
+ "name": "ExecutorMaxNumbers",
23549
+ "output_required": true,
23550
+ "type": "int",
23551
+ "value_allowed_null": true
23552
+ },
23553
+ {
23554
+ "disabled": false,
23555
+ "document": "任务公共指标数据\n注意:此字段可能返回 null,表示取不到有效值。",
23556
+ "example": "无",
23557
+ "member": "CommonMetrics",
23558
+ "name": "CommonMetrics",
23559
+ "output_required": true,
23560
+ "type": "object",
23561
+ "value_allowed_null": true
23562
+ },
23563
+ {
23564
+ "disabled": false,
23565
+ "document": "spark任务指标数据\n注意:此字段可能返回 null,表示取不到有效值。",
23566
+ "example": "无",
23567
+ "member": "SparkMonitorMetrics",
23568
+ "name": "SparkMonitorMetrics",
23569
+ "output_required": true,
23570
+ "type": "object",
23571
+ "value_allowed_null": true
23572
+ },
23573
+ {
23574
+ "disabled": false,
23575
+ "document": "presto任务指标数据\n注意:此字段可能返回 null,表示取不到有效值。",
23576
+ "example": "无",
23577
+ "member": "PrestoMonitorMetrics",
23578
+ "name": "PrestoMonitorMetrics",
23579
+ "output_required": true,
23580
+ "type": "object",
23581
+ "value_allowed_null": true
23582
+ },
23583
+ {
23584
+ "disabled": false,
23585
+ "document": "结果文件格式:默认为csv\n注意:此字段可能返回 null,表示取不到有效值。",
23586
+ "example": "csv",
23587
+ "member": "string",
23588
+ "name": "ResultFormat",
23589
+ "output_required": false,
23590
+ "type": "string",
23591
+ "value_allowed_null": true
23592
+ },
23593
+ {
23594
+ "disabled": false,
23595
+ "document": "引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎\n注意:此字段可能返回 null,表示取不到有效值。",
23596
+ "example": "SparkSQL",
23597
+ "member": "string",
23598
+ "name": "EngineTypeDetail",
23599
+ "output_required": false,
23600
+ "type": "string",
23601
+ "value_allowed_null": true
23602
+ },
23603
+ {
23604
+ "disabled": false,
23605
+ "document": "spark引擎资源组名称\n注意:此字段可能返回 null,表示取不到有效值。",
23606
+ "example": "ResourceGroupName1",
23607
+ "member": "string",
23608
+ "name": "ResourceGroupName",
23609
+ "output_required": false,
23610
+ "type": "string",
23611
+ "value_allowed_null": true
23612
+ },
23613
+ {
23614
+ "disabled": false,
23615
+ "document": "任务来源信息,如thirdPartyApi,dataExploration, sparkAppTask等",
23616
+ "example": "thirdPartyApi",
23617
+ "member": "string",
23618
+ "name": "Source",
23619
+ "output_required": false,
23620
+ "type": "string",
23621
+ "value_allowed_null": false
23622
+ },
23623
+ {
23624
+ "disabled": false,
23625
+ "document": "子渠道信息,一般由第三方调用定义",
23626
+ "example": "4c022a43-9ed6-46cc-836c-44994a0bf959",
23627
+ "member": "string",
23628
+ "name": "SourceExtra",
23629
+ "output_required": false,
23630
+ "type": "string",
23631
+ "value_allowed_null": false
23632
+ },
23633
+ {
23634
+ "disabled": false,
23635
+ "document": "创建人uin",
23636
+ "example": "100039223798",
23637
+ "member": "string",
23638
+ "name": "CreatorUin",
23639
+ "output_required": false,
23640
+ "type": "string",
22668
23641
  "value_allowed_null": false
22669
23642
  },
22670
23643
  {
22671
23644
  "disabled": false,
22672
- "document": "数据表分块信息。",
22673
- "example": "",
22674
- "member": "Partition",
22675
- "name": "Partitions",
22676
- "required": true,
22677
- "type": "list",
23645
+ "document": "创建人名字",
23646
+ "example": "小明",
23647
+ "member": "string",
23648
+ "name": "CreatorAlias",
23649
+ "output_required": false,
23650
+ "type": "string",
22678
23651
  "value_allowed_null": false
22679
23652
  },
22680
23653
  {
22681
23654
  "disabled": false,
22682
- "document": "数据存储路径。当前仅支持cos路径,格式如下:cosn://bucket-name/filepath。",
22683
- "example": "cosn://test-bucket-1123423/csvdata/",
23655
+ "document": "引擎参数",
23656
+ "example": "query_max_execution_time=6m",
22684
23657
  "member": "string",
22685
- "name": "Location",
22686
- "required": true,
23658
+ "name": "CustomizedConf",
23659
+ "output_required": false,
22687
23660
  "type": "string",
22688
23661
  "value_allowed_null": false
22689
- }
22690
- ],
22691
- "usage": "both"
22692
- },
22693
- "TableResponseInfo": {
22694
- "document": "查询表信息对象",
22695
- "members": [
23662
+ },
22696
23663
  {
22697
23664
  "disabled": false,
22698
- "document": "数据表基本信息。",
22699
- "example": "{\"name\":\"test\"}",
22700
- "member": "TableBaseInfo",
22701
- "name": "TableBaseInfo",
22702
- "output_required": true,
22703
- "type": "object",
23665
+ "document": "单位秒,累计 CPU* 秒 ( 累计 CPU * 时 = 累计 CPU* 秒/ 3600),统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和\n示例值:4329",
23666
+ "example": "215",
23667
+ "member": "int64",
23668
+ "name": "TaskTimeSum",
23669
+ "output_required": false,
23670
+ "type": "int",
22704
23671
  "value_allowed_null": false
22705
23672
  },
22706
23673
  {
22707
23674
  "disabled": false,
22708
- "document": "数据表列信息。\n注意:此字段可能返回 null,表示取不到有效值。",
22709
- "example": "[{\"name\":\"aa\"}]",
22710
- "member": "Column",
22711
- "name": "Columns",
22712
- "output_required": true,
22713
- "type": "list",
22714
- "value_allowed_null": true
23675
+ "document": "引擎执行时间",
23676
+ "example": "1736009241127",
23677
+ "member": "int64",
23678
+ "name": "StageStartTime",
23679
+ "output_required": false,
23680
+ "type": "int",
23681
+ "value_allowed_null": false
22715
23682
  },
22716
23683
  {
22717
23684
  "disabled": false,
22718
- "document": "数据表分块信息。\n注意:此字段可能返回 null,表示取不到有效值。",
22719
- "example": "[{\"day\":\"a\"}]",
22720
- "member": "Partition",
22721
- "name": "Partitions",
22722
- "output_required": true,
22723
- "type": "list",
22724
- "value_allowed_null": true
23685
+ "document": "数据扫描条数",
23686
+ "example": "1210",
23687
+ "member": "int64",
23688
+ "name": "InputRecordsSum",
23689
+ "output_required": false,
23690
+ "type": "int",
23691
+ "value_allowed_null": false
22725
23692
  },
22726
23693
  {
22727
23694
  "disabled": false,
22728
- "document": "数据存储路径。",
22729
- "example": "cosn://test-bucket-123242/csvdata/",
22730
- "member": "string",
22731
- "name": "Location",
22732
- "output_required": true,
22733
- "type": "string",
23695
+ "document": "健康状态",
23696
+ "example": "1",
23697
+ "member": "int64",
23698
+ "name": "AnalysisStatusType",
23699
+ "output_required": false,
23700
+ "type": "int",
22734
23701
  "value_allowed_null": false
22735
23702
  },
22736
23703
  {
22737
23704
  "disabled": false,
22738
- "document": "数据表属性信息。\n注意:此字段可能返回 null,表示取不到有效值。",
22739
- "example": "[{\"day\":\"a\"}]",
22740
- "member": "Property",
22741
- "name": "Properties",
22742
- "output_required": true,
22743
- "type": "list",
22744
- "value_allowed_null": true
23705
+ "document": "输出总行数",
23706
+ "example": "2087",
23707
+ "member": "int64",
23708
+ "name": "OutputRecordsSum",
23709
+ "output_required": false,
23710
+ "type": "int",
23711
+ "value_allowed_null": false
22745
23712
  },
22746
23713
  {
22747
23714
  "disabled": false,
22748
- "document": "数据表更新时间, 单位: ms。",
22749
- "example": "1611579344000",
22750
- "member": "string",
22751
- "name": "ModifiedTime",
22752
- "output_required": true,
22753
- "type": "string",
23715
+ "document": "输出总大小",
23716
+ "example": "24",
23717
+ "member": "int64",
23718
+ "name": "OutputBytesSum",
23719
+ "output_required": false,
23720
+ "type": "int",
22754
23721
  "value_allowed_null": false
22755
23722
  },
22756
23723
  {
22757
23724
  "disabled": false,
22758
- "document": "数据表创建时间,单位: ms。",
22759
- "example": "1611579344000",
22760
- "member": "string",
22761
- "name": "CreateTime",
22762
- "output_required": true,
22763
- "type": "string",
23725
+ "document": "输出文件个数",
23726
+ "example": "7",
23727
+ "member": "int64",
23728
+ "name": "OutputFilesNum",
23729
+ "output_required": false,
23730
+ "type": "int",
22764
23731
  "value_allowed_null": false
22765
23732
  },
22766
23733
  {
22767
23734
  "disabled": false,
22768
- "document": "数据格式。",
22769
- "example": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat",
22770
- "member": "string",
22771
- "name": "InputFormat",
22772
- "output_required": true,
22773
- "type": "string",
23735
+ "document": "输出小文件个数",
23736
+ "example": "5",
23737
+ "member": "int64",
23738
+ "name": "OutputSmallFilesNum",
23739
+ "output_required": false,
23740
+ "type": "int",
22774
23741
  "value_allowed_null": false
22775
23742
  },
22776
23743
  {
22777
23744
  "disabled": false,
22778
- "document": "数据表存储大小(单位:Byte)",
22779
- "example": "1024",
23745
+ "document": "数据shuffle行数",
23746
+ "example": "502",
22780
23747
  "member": "int64",
22781
- "name": "StorageSize",
22782
- "output_required": true,
23748
+ "name": "ShuffleReadRecordsSum",
23749
+ "output_required": false,
22783
23750
  "type": "int",
22784
23751
  "value_allowed_null": false
22785
23752
  },
22786
23753
  {
22787
23754
  "disabled": false,
22788
- "document": "数据表行数",
22789
- "example": "10",
23755
+ "document": "数据shuffle大小",
23756
+ "example": "67",
22790
23757
  "member": "int64",
22791
- "name": "RecordCount",
22792
- "output_required": true,
23758
+ "name": "ShuffleReadBytesSum",
23759
+ "output_required": false,
22793
23760
  "type": "int",
22794
23761
  "value_allowed_null": false
22795
23762
  },
22796
23763
  {
22797
23764
  "disabled": false,
22798
- "document": "xxxx",
22799
- "example": "DataLakeCatalog",
23765
+ "document": "spark作业id",
23766
+ "example": "batch_8d1fa0f3-4da7-4bd2-a3d0-72e83582e70b",
22800
23767
  "member": "string",
22801
- "name": "MapMaterializedViewName",
23768
+ "name": "SparkAppId",
22802
23769
  "output_required": false,
22803
23770
  "type": "string",
22804
23771
  "value_allowed_null": false
22805
23772
  },
22806
23773
  {
22807
23774
  "disabled": false,
22808
- "document": "访问热点",
22809
- "example": "1",
22810
- "member": "int64",
22811
- "name": "HeatValue",
23775
+ "document": "任务大类,DLC2.0中任务区分为两大类,sql任务和作业任务",
23776
+ "example": "SQL",
23777
+ "member": "string",
23778
+ "name": "TaskCategory",
22812
23779
  "output_required": false,
22813
- "type": "int",
23780
+ "type": "string",
22814
23781
  "value_allowed_null": false
22815
23782
  },
22816
23783
  {
22817
23784
  "disabled": false,
22818
- "document": "InputFormat的缩写",
22819
- "example": "orc",
23785
+ "document": "任务名称",
23786
+ "example": "import_20241126212510_f2a65wk1",
22820
23787
  "member": "string",
22821
- "name": "InputFormatShort",
23788
+ "name": "TaskName",
22822
23789
  "output_required": false,
22823
23790
  "type": "string",
22824
23791
  "value_allowed_null": false
22825
- }
22826
- ],
22827
- "usage": "out"
22828
- },
22829
- "TagInfo": {
22830
- "document": "标签对信息",
22831
- "members": [
23792
+ },
22832
23793
  {
22833
23794
  "disabled": false,
22834
- "document": "标签键",
22835
- "example": "tagKey1",
23795
+ "document": "引擎类型,用做任务详情页跳转引擎tab",
23796
+ "example": "spark",
22836
23797
  "member": "string",
22837
- "name": "TagKey",
22838
- "output_required": true,
22839
- "required": false,
23798
+ "name": "EngineType",
23799
+ "output_required": false,
22840
23800
  "type": "string",
22841
23801
  "value_allowed_null": false
22842
23802
  },
22843
23803
  {
22844
23804
  "disabled": false,
22845
- "document": "标签值",
22846
- "example": "tagValue1",
23805
+ "document": "引擎是否支持洞察数据采集",
23806
+ "example": "true",
23807
+ "member": "bool",
23808
+ "name": "EngineHasListenerConfig",
23809
+ "output_required": false,
23810
+ "type": "bool",
23811
+ "value_allowed_null": false
23812
+ },
23813
+ {
23814
+ "disabled": false,
23815
+ "document": "spark引擎资源组id",
23816
+ "example": "default-rg-js8kdi6xzt",
22847
23817
  "member": "string",
22848
- "name": "TagValue",
22849
- "output_required": true,
22850
- "required": false,
23818
+ "name": "ResourceGroupId",
23819
+ "output_required": false,
22851
23820
  "type": "string",
22852
23821
  "value_allowed_null": false
22853
- }
22854
- ],
22855
- "usage": "both"
22856
- },
22857
- "Task": {
22858
- "document": "任务类型,任务如SQL查询等。",
22859
- "members": [
23822
+ },
22860
23823
  {
22861
23824
  "disabled": false,
22862
- "document": "SQL查询任务",
22863
- "example": "",
22864
- "member": "SQLTask",
22865
- "name": "SQLTask",
22866
- "required": false,
22867
- "type": "object",
23825
+ "document": "任务计算耗时",
23826
+ "example": "6000",
23827
+ "member": "int64",
23828
+ "name": "JobTimeSum",
23829
+ "output_required": false,
23830
+ "type": "int",
22868
23831
  "value_allowed_null": false
22869
23832
  },
22870
23833
  {
22871
23834
  "disabled": false,
22872
- "document": "Spark SQL查询任务",
22873
- "example": "",
22874
- "member": "SQLTask",
22875
- "name": "SparkSQLTask",
22876
- "required": false,
22877
- "type": "object",
23835
+ "document": "任务启动耗时",
23836
+ "example": "1min30s",
23837
+ "member": "string",
23838
+ "name": "LaunchTime",
23839
+ "output_required": false,
23840
+ "type": "string",
23841
+ "value_allowed_null": false
23842
+ },
23843
+ {
23844
+ "disabled": false,
23845
+ "document": "Gpu Driver 规格",
23846
+ "example": "1",
23847
+ "member": "int64",
23848
+ "name": "GpuDriverSize",
23849
+ "output_required": false,
23850
+ "type": "int",
23851
+ "value_allowed_null": false
23852
+ },
23853
+ {
23854
+ "disabled": false,
23855
+ "document": "Gpu Executor 规格",
23856
+ "example": "1",
23857
+ "member": "int64",
23858
+ "name": "GpuExecutorSize",
23859
+ "output_required": false,
23860
+ "type": "int",
22878
23861
  "value_allowed_null": false
22879
23862
  }
22880
23863
  ],
22881
- "usage": "in"
23864
+ "usage": "out"
22882
23865
  },
22883
23866
  "TaskMonitorInfo": {
22884
23867
  "document": "任务监控信息",
@@ -24911,6 +25894,16 @@
24911
25894
  "output_required": false,
24912
25895
  "type": "object",
24913
25896
  "value_allowed_null": true
25897
+ },
25898
+ {
25899
+ "disabled": false,
25900
+ "document": "模型权限集合",
25901
+ "example": "无",
25902
+ "member": "Policys",
25903
+ "name": "ModelPolicyInfo",
25904
+ "output_required": false,
25905
+ "type": "object",
25906
+ "value_allowed_null": false
24914
25907
  }
24915
25908
  ],
24916
25909
  "usage": "out"
@@ -25053,10 +26046,10 @@
25053
26046
  {
25054
26047
  "disabled": false,
25055
26048
  "document": "用户Id,和CAM侧子用户Uin匹配",
25056
- "example": "12345678",
26049
+ "example": "7000****1851",
25057
26050
  "member": "string",
25058
26051
  "name": "UserId",
25059
- "required": true,
26052
+ "output_required": true,
25060
26053
  "type": "string",
25061
26054
  "value_allowed_null": false
25062
26055
  },
@@ -25066,7 +26059,7 @@
25066
26059
  "example": "test user",
25067
26060
  "member": "string",
25068
26061
  "name": "UserDescription",
25069
- "required": true,
26062
+ "output_required": true,
25070
26063
  "type": "string",
25071
26064
  "value_allowed_null": true
25072
26065
  },
@@ -25076,7 +26069,7 @@
25076
26069
  "example": "Administrator",
25077
26070
  "member": "string",
25078
26071
  "name": "Creator",
25079
- "required": true,
26072
+ "output_required": true,
25080
26073
  "type": "string",
25081
26074
  "value_allowed_null": false
25082
26075
  },
@@ -25086,7 +26079,7 @@
25086
26079
  "example": "2021-07-28 16:19:32",
25087
26080
  "member": "string",
25088
26081
  "name": "CreateTime",
25089
- "required": true,
26082
+ "output_required": true,
25090
26083
  "type": "string",
25091
26084
  "value_allowed_null": false
25092
26085
  },
@@ -25096,7 +26089,17 @@
25096
26089
  "example": "testname",
25097
26090
  "member": "string",
25098
26091
  "name": "UserAlias",
25099
- "required": true,
26092
+ "output_required": true,
26093
+ "type": "string",
26094
+ "value_allowed_null": false
26095
+ },
26096
+ {
26097
+ "disabled": false,
26098
+ "document": "用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)",
26099
+ "example": "EntraAccount",
26100
+ "member": "string",
26101
+ "name": "AccountType",
26102
+ "output_required": false,
25100
26103
  "type": "string",
25101
26104
  "value_allowed_null": false
25102
26105
  }