Skip to content

Commit

Permalink
Merge pull request #1050 from alex-smile/ft_esb_update_apis_20221027
Browse files Browse the repository at this point in the history
ESB 更新 data/monitor_v3 配置类组件
  • Loading branch information
alex-smile authored Oct 27, 2022
2 parents ab1cc79 + aa7da4b commit a4aafbe
Show file tree
Hide file tree
Showing 6 changed files with 455 additions and 10 deletions.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.35
2.14.36
9 changes: 9 additions & 0 deletions paas2/esb/components/confapis/data/v3_access.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,3 +339,12 @@
dest_path: /v3/access/rawdata/{data_id}/tags/
dest_http_method: POST
is_hidden: true

- path: /data/v3/access/collector/{data_scenario}/clusters/
name: v3_access_collector__data_scenario__clusters_get
label: 获取场景集群信息
method: GET
comp_codename: generic.data.datav3_component
dest_path: /v3/access/collector/{data_scenario}/clusters/
dest_http_method: GET
is_hidden: true
27 changes: 27 additions & 0 deletions paas2/esb/components/confapis/data/v3_dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -708,3 +708,30 @@
dest_path: /v3/dataflow/flow/flows/{fid}/list_rt_by_flowid/
dest_http_method: GET
is_hidden: true

- path: /data/v3/dataflow/flow/flows/{fid}/resource_sets/
name: v3_dataflow_available_resource_sets_get
label: 获取flow任务可用的资源列表
method: GET
comp_codename: generic.data.datav3_component
dest_path: /v3/dataflow/flow/flows/{fid}/resource_sets/
dest_http_method: GET
is_hidden: true

- path: /data/v3/dataflow/flow/flows/{fid}/used_resource_sets/
name: v3_dataflow_used_resource_sets_get
label: 获取flow任务正使用的资源列表
method: GET
comp_codename: generic.data.datav3_component
dest_path: /v3/dataflow/flow/flows/{fid}/used_resource_sets/
dest_http_method: GET
is_hidden: true

- path: /data/v3/dataflow/flow/resource_sets/flow_task_count/
name: v3_dataflow_get_resource_set_flow_task_count_get
label: 获取资源绑定的任务数统计
method: POST
comp_codename: generic.data.datav3_component
dest_path: /v3/dataflow/flow/resource_sets/flow_task_count/
dest_http_method: POST
is_hidden: true
Loading

0 comments on commit a4aafbe

Please sign in to comment.