Skip to content

Commit

Permalink
Merge pull request #1061 from alex-smile/ft_esb_update_apis_20230203
Browse files Browse the repository at this point in the history
update data, monitor_v3 confapis
  • Loading branch information
alex-smile authored Feb 3, 2023
2 parents 522e94d + 84aaa4d commit 2ad1da4
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.42
2.14.43
9 changes: 9 additions & 0 deletions paas2/esb/components/confapis/data/v3_aiops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,15 @@
dest_http_method: GET
is_hidden: true

- path: /data/v3/aiops/serving/{data_processing_id}/config/
name: v3_aiops_serving_retrieve_config
label: 当前模型实例的配置
method: GET
comp_codename: generic.data.datav3_component
dest_path: /v3/aiops/serving/{data_processing_id}/config/
dest_http_method: GET
is_hidden: true

- path: /data/v3/aiops/serving/overview/
name: v3_aiops_serving_overview
label: 模型当前应用状态
Expand Down
9 changes: 9 additions & 0 deletions paas2/esb/components/confapis/data/v3_auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,3 +474,12 @@
dest_path: /v3/auth/sensitivity/retrieve_dataset/
dest_http_method: GET
is_hidden: true

- path: /data/v3/auth/projects/{project_id}/cluster_group/
name: v3_auth_projects__project_id__cluster_group_post
label: 项目添加资源组
method: POST
comp_codename: generic.data.datav3_component
dest_path: /v3/auth/projects/{project_id}/cluster_group/
dest_http_method: POST
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 @@ -735,3 +735,30 @@
dest_path: /v3/dataflow/flow/resource_sets/flow_task_count/
dest_http_method: POST
is_hidden: true

- path: /data/v3/dataflow/tool/result_tables/{result_table_id}/add_partitions/start/
name: v3_dataflow_tool_rt_add_partition_post
label: 结果表分区扩容接口
method: POST
comp_codename: generic.data.datav3_component
dest_path: /v3/dataflow/tool/result_tables/{result_table_id}/add_partitions/start/
dest_http_method: POST
is_hidden: true

- path: /data/v3/dataflow/tool/result_tables/{result_table_id}/add_partitions/retry/
name: v3_dataflow_tool_retry_rt_add_partition_post
label: 重试上次失败的结果表扩容操作
method: POST
comp_codename: generic.data.datav3_component
dest_path: /v3/dataflow/tool/result_tables/{result_table_id}/add_partitions/retry/
dest_http_method: POST
is_hidden: true

- path: /data/v3/dataflow/tool/result_tables/{result_table_id}/add_partitions/get_latest_log/
name: v3_dataflow_tool_rt_add_partition_latest_log_get
label: 结果表分区扩容状态和日志查询
method: GET
comp_codename: generic.data.datav3_component
dest_path: /v3/dataflow/tool/result_tables/{result_table_id}/add_partitions/get_latest_log/
dest_http_method: GET
is_hidden: true
9 changes: 9 additions & 0 deletions paas2/esb/components/confapis/data/v3_resourcecenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@
dest_http_method: GET
is_hidden: true

- path: /data/v3/resourcecenter/clusters/query_digest/
name: v3_resourcecenter_clusters__query_cluster_digest__get
label: 查询集群摘要信息
method: GET
comp_codename: generic.data.datav3_component
dest_path: /v3/resourcecenter/clusters/query_digest/
dest_http_method: GET
is_hidden: true

- path: /data/v3/resourcecenter/resource_groups/all_list/
name: v3_resourcecenter_resource_groups_all_list_get
label: 全部资源组(含指标)
Expand Down
10 changes: 10 additions & 0 deletions paas2/esb/components/confapis/monitor_v3/monitor_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,16 @@
name: metadata_modify_data_id
path: /v2/monitor_v3/metadata_modify_data_id/
method: POST
- api_type: operate
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
dest_path: /api/v3/meta/modify_datasource_result_table/
is_hidden: false
label: 修改数据源与结果表的关系
label_en: modify datasource result table
name: modify_datasource_result_table
path: /v2/monitor_v3/metadata_modify_datasource_result_table/
method: POST
- api_type: operate
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
Expand Down
3 changes: 3 additions & 0 deletions paas2/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release Log
===============================
# 2.14.43
- update: esb update data, monitor_v3 confapis

# 2.14.42
- update: saas version list sort by upload time

Expand Down

0 comments on commit 2ad1da4

Please sign in to comment.