tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tccli might be problematic. Click here for more details.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "actions": {
3
+ "CheckConnectorName": {
4
+ "document": "查询资源名是否重复",
5
+ "input": "CheckConnectorNameRequest",
6
+ "name": "查询Connector名是否重复",
7
+ "output": "CheckConnectorNameResponse",
8
+ "status": "online"
9
+ },
3
10
  "CheckSavepoint": {
4
11
  "document": "检查快照是否可用",
5
12
  "input": "CheckSavepointRequest",
@@ -14,6 +21,13 @@
14
21
  "output": "CopyJobsResponse",
15
22
  "status": "online"
16
23
  },
24
+ "CreateConnector": {
25
+ "document": "创建Connector",
26
+ "input": "CreateConnectorRequest",
27
+ "name": "创建Connector",
28
+ "output": "CreateConnectorResponse",
29
+ "status": "online"
30
+ },
17
31
  "CreateFolder": {
18
32
  "document": "作业列表页面新建文件夹请求",
19
33
  "input": "CreateFolderRequest",
@@ -49,6 +63,13 @@
49
63
  "output": "CreateResourceConfigResponse",
50
64
  "status": "online"
51
65
  },
66
+ "CreateVariable": {
67
+ "document": "创建变量 ",
68
+ "input": "CreateVariableRequest",
69
+ "name": "创建变量",
70
+ "output": "CreateVariableResponse",
71
+ "status": "online"
72
+ },
52
73
  "CreateWorkSpace": {
53
74
  "document": "创建工作空间",
54
75
  "input": "CreateWorkSpaceRequest",
@@ -203,6 +224,13 @@
203
224
  "output": "DescribeTreeResourcesResponse",
204
225
  "status": "online"
205
226
  },
227
+ "DescribeVariables": {
228
+ "document": "变量列表展示",
229
+ "input": "DescribeVariablesRequest",
230
+ "name": "变量描述",
231
+ "output": "DescribeVariablesResponse",
232
+ "status": "online"
233
+ },
206
234
  "DescribeWorkSpaces": {
207
235
  "document": "授权工作空间列表",
208
236
  "input": "DescribeWorkSpacesRequest",
@@ -224,6 +252,13 @@
224
252
  "output": "GetMetaTableResponse",
225
253
  "status": "online"
226
254
  },
255
+ "ModifyConnector": {
256
+ "document": "修改Connector",
257
+ "input": "ModifyConnectorRequest",
258
+ "name": "修改Connector",
259
+ "output": "ModifyConnectorResponse",
260
+ "status": "online"
261
+ },
227
262
  "ModifyFolder": {
228
263
  "document": "自定义树状结构页面拖拽文件夹",
229
264
  "input": "ModifyFolderRequest",
@@ -245,6 +280,13 @@
245
280
  "output": "ModifyWorkSpaceResponse",
246
281
  "status": "online"
247
282
  },
283
+ "ParseConnector": {
284
+ "document": "解析用户上传connector",
285
+ "input": "ParseConnectorRequest",
286
+ "name": "解析用户自定义Connector",
287
+ "output": "ParseConnectorResponse",
288
+ "status": "online"
289
+ },
248
290
  "RunJobs": {
249
291
  "document": "批量启动或者恢复作业,批量操作数量上限20",
250
292
  "input": "RunJobsRequest",
@@ -317,6 +359,43 @@
317
359
  ],
318
360
  "usage": "out"
319
361
  },
362
+ "CheckConnectorNameRequest": {
363
+ "document": "CheckConnectorName请求参数结构体",
364
+ "members": [
365
+ {
366
+ "disabled": false,
367
+ "document": "资源名",
368
+ "example": "mj-test",
369
+ "member": "string",
370
+ "name": "Name",
371
+ "required": true,
372
+ "type": "string"
373
+ }
374
+ ],
375
+ "type": "object"
376
+ },
377
+ "CheckConnectorNameResponse": {
378
+ "document": "CheckConnectorName返回参数结构体",
379
+ "members": [
380
+ {
381
+ "disabled": false,
382
+ "document": "是否存在",
383
+ "example": "true",
384
+ "member": "bool",
385
+ "name": "Exists",
386
+ "output_required": true,
387
+ "type": "bool",
388
+ "value_allowed_null": false
389
+ },
390
+ {
391
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
392
+ "member": "string",
393
+ "name": "RequestId",
394
+ "type": "string"
395
+ }
396
+ ],
397
+ "type": "object"
398
+ },
320
399
  "CheckSavepointRequest": {
321
400
  "document": "CheckSavepoint请求参数结构体",
322
401
  "members": [
@@ -1500,6 +1579,45 @@
1500
1579
  ],
1501
1580
  "usage": "out"
1502
1581
  },
1582
+ "Connectors": {
1583
+ "document": "解析Connector",
1584
+ "members": [
1585
+ {
1586
+ "disabled": false,
1587
+ "document": "连接方式",
1588
+ "example": "1,2",
1589
+ "member": "string",
1590
+ "name": "ConnectionMethod",
1591
+ "output_required": true,
1592
+ "required": false,
1593
+ "type": "string",
1594
+ "value_allowed_null": false
1595
+ },
1596
+ {
1597
+ "disabled": false,
1598
+ "document": "连接器名称",
1599
+ "example": "kafka",
1600
+ "member": "string",
1601
+ "name": "Connector",
1602
+ "output_required": true,
1603
+ "required": false,
1604
+ "type": "string",
1605
+ "value_allowed_null": false
1606
+ },
1607
+ {
1608
+ "disabled": false,
1609
+ "document": "是否已经被使用",
1610
+ "example": "true",
1611
+ "member": "bool",
1612
+ "name": "Existed",
1613
+ "output_required": true,
1614
+ "required": false,
1615
+ "type": "bool",
1616
+ "value_allowed_null": false
1617
+ }
1618
+ ],
1619
+ "usage": "both"
1620
+ },
1503
1621
  "CopyJobItem": {
1504
1622
  "document": "复制作业单条明细",
1505
1623
  "members": [
@@ -1737,6 +1855,69 @@
1737
1855
  ],
1738
1856
  "type": "object"
1739
1857
  },
1858
+ "CreateConnectorRequest": {
1859
+ "document": "CreateConnector请求参数结构体",
1860
+ "members": [
1861
+ {
1862
+ "disabled": false,
1863
+ "document": "资源id",
1864
+ "example": "resource-123qwe",
1865
+ "member": "string",
1866
+ "name": "ResourceId",
1867
+ "required": true,
1868
+ "type": "string"
1869
+ },
1870
+ {
1871
+ "disabled": false,
1872
+ "document": "空间",
1873
+ "example": "space-qwe123",
1874
+ "member": "string",
1875
+ "name": "WorkSpaceId",
1876
+ "required": true,
1877
+ "type": "string"
1878
+ },
1879
+ {
1880
+ "disabled": false,
1881
+ "document": "资源版本",
1882
+ "example": "1",
1883
+ "member": "int64",
1884
+ "name": "VersionId",
1885
+ "required": true,
1886
+ "type": "int"
1887
+ },
1888
+ {
1889
+ "disabled": false,
1890
+ "document": "连接器名称",
1891
+ "example": "kafka",
1892
+ "member": "string",
1893
+ "name": "Connector",
1894
+ "required": true,
1895
+ "type": "string"
1896
+ },
1897
+ {
1898
+ "disabled": false,
1899
+ "document": "连接方式",
1900
+ "example": "1",
1901
+ "member": "string",
1902
+ "name": "ConnectionMethod",
1903
+ "required": true,
1904
+ "type": "string"
1905
+ }
1906
+ ],
1907
+ "type": "object"
1908
+ },
1909
+ "CreateConnectorResponse": {
1910
+ "document": "CreateConnector返回参数结构体",
1911
+ "members": [
1912
+ {
1913
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1914
+ "member": "string",
1915
+ "name": "RequestId",
1916
+ "type": "string"
1917
+ }
1918
+ ],
1919
+ "type": "object"
1920
+ },
1740
1921
  "CreateFolderRequest": {
1741
1922
  "document": "CreateFolder请求参数结构体",
1742
1923
  "members": [
@@ -2377,7 +2558,7 @@
2377
2558
  {
2378
2559
  "disabled": false,
2379
2560
  "document": "资源位置",
2380
- "example": "[]",
2561
+ "example": "",
2381
2562
  "member": "ResourceLoc",
2382
2563
  "name": "ResourceLoc",
2383
2564
  "required": true,
@@ -2431,7 +2612,7 @@
2431
2612
  {
2432
2613
  "disabled": false,
2433
2614
  "document": "工作空间 SerialId",
2434
- "example": "space-1237",
2615
+ "example": "space-12",
2435
2616
  "member": "string",
2436
2617
  "name": "WorkSpaceId",
2437
2618
  "required": false,
@@ -2472,6 +2653,79 @@
2472
2653
  ],
2473
2654
  "type": "object"
2474
2655
  },
2656
+ "CreateVariableRequest": {
2657
+ "document": "CreateVariable请求参数结构体",
2658
+ "members": [
2659
+ {
2660
+ "disabled": false,
2661
+ "document": "变量名",
2662
+ "example": "Key",
2663
+ "member": "string",
2664
+ "name": "Name",
2665
+ "required": true,
2666
+ "type": "string"
2667
+ },
2668
+ {
2669
+ "disabled": false,
2670
+ "document": "变量值",
2671
+ "example": "Value",
2672
+ "member": "string",
2673
+ "name": "Value",
2674
+ "required": true,
2675
+ "type": "string"
2676
+ },
2677
+ {
2678
+ "disabled": false,
2679
+ "document": "变量类型 1:显式 2:隐藏",
2680
+ "example": "2",
2681
+ "member": "int64",
2682
+ "name": "Type",
2683
+ "required": true,
2684
+ "type": "int"
2685
+ },
2686
+ {
2687
+ "disabled": false,
2688
+ "document": "描述信息",
2689
+ "example": "无",
2690
+ "member": "string",
2691
+ "name": "Remark",
2692
+ "required": false,
2693
+ "type": "string"
2694
+ },
2695
+ {
2696
+ "disabled": false,
2697
+ "document": "工作空间 SerialId",
2698
+ "example": "space-1327",
2699
+ "member": "string",
2700
+ "name": "WorkSpaceId",
2701
+ "required": false,
2702
+ "type": "string"
2703
+ }
2704
+ ],
2705
+ "type": "object"
2706
+ },
2707
+ "CreateVariableResponse": {
2708
+ "document": "CreateVariable返回参数结构体",
2709
+ "members": [
2710
+ {
2711
+ "disabled": false,
2712
+ "document": "变量Id",
2713
+ "example": "无",
2714
+ "member": "string",
2715
+ "name": "VariableId",
2716
+ "required": true,
2717
+ "type": "string",
2718
+ "value_allowed_null": false
2719
+ },
2720
+ {
2721
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2722
+ "member": "string",
2723
+ "name": "RequestId",
2724
+ "type": "string"
2725
+ }
2726
+ ],
2727
+ "type": "object"
2728
+ },
2475
2729
  "CreateWorkSpaceRequest": {
2476
2730
  "document": "CreateWorkSpace请求参数结构体",
2477
2731
  "members": [
@@ -3435,7 +3689,7 @@
3435
3689
  {
3436
3690
  "disabled": false,
3437
3691
  "document": "日志搜索的关键词,默认为空",
3438
- "example": "",
3692
+ "example": "key",
3439
3693
  "member": "string",
3440
3694
  "name": "Keyword",
3441
3695
  "required": false,
@@ -3444,7 +3698,7 @@
3444
3698
  {
3445
3699
  "disabled": false,
3446
3700
  "document": "日志搜索的游标,可透传上次返回的值,默认为空",
3447
- "example": "",
3701
+ "example": "1",
3448
3702
  "member": "string",
3449
3703
  "name": "Cursor",
3450
3704
  "required": false,
@@ -3507,7 +3761,7 @@
3507
3761
  {
3508
3762
  "disabled": false,
3509
3763
  "document": "该时间段内符合关键字的所有的作业实例列表\n注意:此字段可能返回 null,表示取不到有效值。",
3510
- "example": "[]",
3764
+ "example": "",
3511
3765
  "member": "JobInstanceForSubmissionLog",
3512
3766
  "name": "JobInstanceList",
3513
3767
  "output_required": true,
@@ -3517,7 +3771,7 @@
3517
3771
  {
3518
3772
  "disabled": false,
3519
3773
  "document": "废弃,请使用LogContentList\n注意:此字段可能返回 null,表示取不到有效值。",
3520
- "example": " [ \"2020-04-08 11:57:32.703 [queuedThreadPool-57106 ",
3774
+ "example": " [\"2020-04-08 11:57:32.703\"]",
3521
3775
  "member": "string",
3522
3776
  "name": "LogList",
3523
3777
  "output_required": true,
@@ -3527,7 +3781,7 @@
3527
3781
  {
3528
3782
  "disabled": false,
3529
3783
  "document": "日志列表\n注意:此字段可能返回 null,表示取不到有效值。",
3530
- "example": "[]",
3784
+ "example": "",
3531
3785
  "member": "LogContent",
3532
3786
  "name": "LogContentList",
3533
3787
  "output_required": true,
@@ -4382,6 +4636,33 @@
4382
4636
  ],
4383
4637
  "usage": "out"
4384
4638
  },
4639
+ "DescribeVariablesRequest": {
4640
+ "document": "DescribeVariables请求参数结构体",
4641
+ "members": [
4642
+ {
4643
+ "disabled": false,
4644
+ "document": "工作空间 SerialId",
4645
+ "example": "space-1327",
4646
+ "member": "string",
4647
+ "name": "WorkSpaceId",
4648
+ "required": false,
4649
+ "type": "string"
4650
+ }
4651
+ ],
4652
+ "type": "object"
4653
+ },
4654
+ "DescribeVariablesResponse": {
4655
+ "document": "DescribeVariables返回参数结构体",
4656
+ "members": [
4657
+ {
4658
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4659
+ "member": "string",
4660
+ "name": "RequestId",
4661
+ "type": "string"
4662
+ }
4663
+ ],
4664
+ "type": "object"
4665
+ },
4385
4666
  "DescribeWorkSpacesRequest": {
4386
4667
  "document": "DescribeWorkSpaces请求参数结构体",
4387
4668
  "members": [
@@ -5604,7 +5885,7 @@
5604
5885
  {
5605
5886
  "disabled": false,
5606
5887
  "document": "作业名字\n注意:此字段可能返回 null,表示取不到有效值。",
5607
- "example": "test",
5888
+ "example": "demo",
5608
5889
  "member": "string",
5609
5890
  "name": "Name",
5610
5891
  "output_required": true,
@@ -5684,7 +5965,7 @@
5684
5965
  {
5685
5966
  "disabled": false,
5686
5967
  "document": "备注信息\n注意:此字段可能返回 null,表示取不到有效值。",
5687
- "example": "test",
5968
+ "example": "demo",
5688
5969
  "member": "string",
5689
5970
  "name": "Remark",
5690
5971
  "output_required": true,
@@ -5704,7 +5985,7 @@
5704
5985
  {
5705
5986
  "disabled": false,
5706
5987
  "document": "集群名字\n注意:此字段可能返回 null,表示取不到有效值。",
5707
- "example": "test",
5988
+ "example": "demo",
5708
5989
  "member": "string",
5709
5990
  "name": "ClusterName",
5710
5991
  "output_required": true,
@@ -5713,7 +5994,7 @@
5713
5994
  },
5714
5995
  {
5715
5996
  "disabled": false,
5716
- "document": "最新配置版本号\n注意:此字段可能返回 null,表示取不到有效值。",
5997
+ "document": "最新配置版本号,包括已经删除的版本\n注意:此字段可能返回 null,表示取不到有效值。",
5717
5998
  "example": "2",
5718
5999
  "member": "int64",
5719
6000
  "name": "LatestJobConfigVersion",
@@ -5721,6 +6002,16 @@
5721
6002
  "type": "int",
5722
6003
  "value_allowed_null": true
5723
6004
  },
6005
+ {
6006
+ "disabled": false,
6007
+ "document": "最新的版本号,不包括已经删除的版本号",
6008
+ "example": "1",
6009
+ "member": "int64",
6010
+ "name": "LatestValidJobConfigVersion",
6011
+ "output_required": false,
6012
+ "type": "int",
6013
+ "value_allowed_null": false
6014
+ },
5724
6015
  {
5725
6016
  "disabled": false,
5726
6017
  "document": "已发布的配置版本\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -5894,7 +6185,7 @@
5894
6185
  {
5895
6186
  "disabled": false,
5896
6187
  "document": "使用CPU数目\n注意:此字段可能返回 null,表示取不到有效值。",
5897
- "example": "1",
6188
+ "example": "1.0",
5898
6189
  "member": "float",
5899
6190
  "name": "RunningCpu",
5900
6191
  "output_required": false,
@@ -5904,7 +6195,7 @@
5904
6195
  {
5905
6196
  "disabled": false,
5906
6197
  "document": "使用内存数量\n注意:此字段可能返回 null,表示取不到有效值。",
5907
- "example": "1",
6198
+ "example": "2.0",
5908
6199
  "member": "float",
5909
6200
  "name": "RunningMem",
5910
6201
  "output_required": false,
@@ -5940,6 +6231,16 @@
5940
6231
  "output_required": false,
5941
6232
  "type": "int",
5942
6233
  "value_allowed_null": false
6234
+ },
6235
+ {
6236
+ "disabled": false,
6237
+ "document": "作业重启次数",
6238
+ "example": "1",
6239
+ "member": "int64",
6240
+ "name": "RestartCount",
6241
+ "output_required": false,
6242
+ "type": "int",
6243
+ "value_allowed_null": false
5943
6244
  }
5944
6245
  ],
5945
6246
  "usage": "out"
@@ -6036,6 +6337,78 @@
6036
6337
  ],
6037
6338
  "usage": "out"
6038
6339
  },
6340
+ "ModifyConnectorRequest": {
6341
+ "document": "ModifyConnector请求参数结构体",
6342
+ "members": [
6343
+ {
6344
+ "disabled": false,
6345
+ "document": "空间",
6346
+ "example": "space-qwe123",
6347
+ "member": "string",
6348
+ "name": "WorkSpaceId",
6349
+ "required": true,
6350
+ "type": "string"
6351
+ },
6352
+ {
6353
+ "disabled": false,
6354
+ "document": "connector ID",
6355
+ "example": "resource-123qwe",
6356
+ "member": "string",
6357
+ "name": "ConnectorResourceId",
6358
+ "required": true,
6359
+ "type": "string"
6360
+ },
6361
+ {
6362
+ "disabled": false,
6363
+ "document": "资源id",
6364
+ "example": "resource-123qwe",
6365
+ "member": "string",
6366
+ "name": "ResourceId",
6367
+ "required": false,
6368
+ "type": "string"
6369
+ },
6370
+ {
6371
+ "disabled": false,
6372
+ "document": "资源版本",
6373
+ "example": "1",
6374
+ "member": "int64",
6375
+ "name": "VersionId",
6376
+ "required": false,
6377
+ "type": "int"
6378
+ },
6379
+ {
6380
+ "disabled": false,
6381
+ "document": "连接器名称",
6382
+ "example": "kafka",
6383
+ "member": "string",
6384
+ "name": "Connector",
6385
+ "required": false,
6386
+ "type": "string"
6387
+ },
6388
+ {
6389
+ "disabled": false,
6390
+ "document": "连接方式",
6391
+ "example": "1",
6392
+ "member": "string",
6393
+ "name": "ConnectionMethod",
6394
+ "required": false,
6395
+ "type": "string"
6396
+ }
6397
+ ],
6398
+ "type": "object"
6399
+ },
6400
+ "ModifyConnectorResponse": {
6401
+ "document": "ModifyConnector返回参数结构体",
6402
+ "members": [
6403
+ {
6404
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6405
+ "member": "string",
6406
+ "name": "RequestId",
6407
+ "type": "string"
6408
+ }
6409
+ ],
6410
+ "type": "object"
6411
+ },
6039
6412
  "ModifyFolderRequest": {
6040
6413
  "document": "ModifyFolder请求参数结构体",
6041
6414
  "members": [
@@ -6346,6 +6719,61 @@
6346
6719
  ],
6347
6720
  "usage": "out"
6348
6721
  },
6722
+ "ParseConnectorRequest": {
6723
+ "document": "ParseConnector请求参数结构体",
6724
+ "members": [
6725
+ {
6726
+ "disabled": false,
6727
+ "document": "资源id",
6728
+ "example": "resource-6zoqt0tz",
6729
+ "member": "string",
6730
+ "name": "ResourceId",
6731
+ "required": true,
6732
+ "type": "string"
6733
+ },
6734
+ {
6735
+ "disabled": false,
6736
+ "document": "资源版本",
6737
+ "example": "2",
6738
+ "member": "int64",
6739
+ "name": "VersionId",
6740
+ "required": true,
6741
+ "type": "int"
6742
+ },
6743
+ {
6744
+ "disabled": false,
6745
+ "document": "空间",
6746
+ "example": "space-sd12ad1",
6747
+ "member": "string",
6748
+ "name": "WorkSpaceId",
6749
+ "required": false,
6750
+ "type": "string"
6751
+ }
6752
+ ],
6753
+ "type": "object"
6754
+ },
6755
+ "ParseConnectorResponse": {
6756
+ "document": "ParseConnector返回参数结构体",
6757
+ "members": [
6758
+ {
6759
+ "disabled": false,
6760
+ "document": "连接器",
6761
+ "example": "[{\"ConnectionMethod\":\"\",\"Connector\":\"jdbc\",\"Existed\":false}]",
6762
+ "member": "Connectors",
6763
+ "name": "Connectors",
6764
+ "output_required": true,
6765
+ "type": "list",
6766
+ "value_allowed_null": false
6767
+ },
6768
+ {
6769
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6770
+ "member": "string",
6771
+ "name": "RequestId",
6772
+ "type": "string"
6773
+ }
6774
+ ],
6775
+ "type": "object"
6776
+ },
6349
6777
  "Property": {
6350
6778
  "document": "系统配置属性",
6351
6779
  "members": [
@@ -6858,32 +7286,29 @@
6858
7286
  {
6859
7287
  "disabled": false,
6860
7288
  "document": "资源ID",
6861
- "example": "",
7289
+ "example": "resource-ayglrn06",
6862
7290
  "member": "string",
6863
7291
  "name": "ResourceId",
6864
7292
  "required": true,
6865
- "type": "string",
6866
- "value_allowed_null": false
7293
+ "type": "string"
6867
7294
  },
6868
7295
  {
6869
7296
  "disabled": false,
6870
- "document": "资源版本ID,-1表示使用最新版本",
6871
- "example": "",
7297
+ "document": "资源版本",
7298
+ "example": "1",
6872
7299
  "member": "int64",
6873
7300
  "name": "Version",
6874
7301
  "required": true,
6875
- "type": "int",
6876
- "value_allowed_null": false
7302
+ "type": "int"
6877
7303
  },
6878
7304
  {
6879
7305
  "disabled": false,
6880
- "document": "引用资源类型,例如主资源设置为1,代表main class所在的jar包",
6881
- "example": "",
7306
+ "document": "0-引用 JAR 程序包,1-主程序包,2-引用配置文件,3-Python程序包,4-Python数据文件",
7307
+ "example": "1",
6882
7308
  "member": "int64",
6883
7309
  "name": "Type",
6884
7310
  "required": true,
6885
- "type": "int",
6886
- "value_allowed_null": false
7311
+ "type": "int"
6887
7312
  }
6888
7313
  ],
6889
7314
  "usage": "in"
@@ -8536,7 +8961,7 @@
8536
8961
  {
8537
8962
  "disabled": false,
8538
8963
  "document": "RunningCpu\n注意:此字段可能返回 null,表示取不到有效值。",
8539
- "example": "0",
8964
+ "example": "1.0",
8540
8965
  "member": "float",
8541
8966
  "name": "RunningCpu",
8542
8967
  "output_required": false,
@@ -8546,7 +8971,7 @@
8546
8971
  {
8547
8972
  "disabled": false,
8548
8973
  "document": "RunningMem\n注意:此字段可能返回 null,表示取不到有效值。",
8549
- "example": "0",
8974
+ "example": "1.0",
8550
8975
  "member": "float",
8551
8976
  "name": "RunningMem",
8552
8977
  "output_required": false,
@@ -8562,6 +8987,16 @@
8562
8987
  "output_required": false,
8563
8988
  "type": "string",
8564
8989
  "value_allowed_null": true
8990
+ },
8991
+ {
8992
+ "disabled": false,
8993
+ "document": "发布版本配置id",
8994
+ "example": "1",
8995
+ "member": "int64",
8996
+ "name": "PublishedJobConfigId",
8997
+ "output_required": false,
8998
+ "type": "int",
8999
+ "value_allowed_null": false
8565
9000
  }
8566
9001
  ],
8567
9002
  "usage": "out"