Skip to content

Commit

Permalink
Merge pull request #1045 from alex-smile/ft_esb_update_apis_20220927
Browse files Browse the repository at this point in the history
Ft esb update apis 20220927
  • Loading branch information
alex-smile authored Sep 27, 2022
2 parents 2ee1a9f + 4d00a1e commit 01c481d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.33
2.14.34
6 changes: 3 additions & 3 deletions paas2/esb/components/confapis/bk_log/bk_log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
method: POST
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/search/index_set/
dest_path: /api/v1/index_set/
dest_http_method: POST
is_hidden: True

Expand All @@ -162,7 +162,7 @@
method: PUT
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/search/index_set/
dest_path: /api/v1/index_set/
dest_http_method: PUT
is_hidden: True

Expand All @@ -173,7 +173,7 @@
method: POST
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/search/index_set/replace/
dest_path: /api/v1/index_set/replace/
dest_http_method: POST
is_hidden: True

Expand Down
24 changes: 17 additions & 7 deletions paas2/esb/components/confapis/monitor_v3/monitor_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
dest_path: /api/v4/action_config/save/
is_hidden: flase
is_hidden: false
label: 保存处理套餐
label_en: save_action_config
name: save_action_config
Expand All @@ -1442,7 +1442,7 @@
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: GET
dest_path: /api/v4/action_config/detail/
is_hidden: flase
is_hidden: false
label: 获取单个处理套餐
label_en: get_action_config
name: get_action_config
Expand All @@ -1453,7 +1453,7 @@
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: GET
dest_path: /api/v4/action_config/search/
is_hidden: flase
is_hidden: false
label: 批量获取处理套餐
label_en: search_action_config
name: search_action_config
Expand All @@ -1464,7 +1464,7 @@
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
dest_path: /api/v4/action_config/edit/
is_hidden: flase
is_hidden: false
label: 编辑处理套餐
label_en: edit_action_config
name: edit_action_config
Expand All @@ -1475,7 +1475,7 @@
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
dest_path: /api/v4/action_config/delete/
is_hidden: flase
is_hidden: false
label: 删除处理套餐
label_en: delete_action_config
name: delete_action_config
Expand All @@ -1486,7 +1486,7 @@
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
dest_path: /api/v4/search_action/search_action/
is_hidden: flase
is_hidden: false
label: 查询处理记录
label_en: search_action
name: search_action
Expand All @@ -1497,7 +1497,7 @@
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
dest_path: /api/v4/search_alert/search_alert/
is_hidden: flase
is_hidden: false
label: 查询告警记录
label_en: search_alert
name: search_alert
Expand Down Expand Up @@ -1589,6 +1589,16 @@
name: query_apm_remote_service_relation
path: /v2/monitor_v3/query_remote_service_relation/
method: POST
- api_type: query
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: GET
dest_path: /apm_api/v1/application/query_metric_dimensions/
is_hidden: true
label: 查询指标维度
label_en: query metric dimensions
name: query_metric_dimensions
path: /v2/monitor_v3/query_metric_dimensions/
method: GET
- api_type: query
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: GET
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.34
- update: esb update bk_log, monitor_v3 confapis

# 2.14.33
- remove: 桌面dock移除应用统计

Expand Down

0 comments on commit 01c481d

Please sign in to comment.