Skip to content

Commit

Permalink
feat(components/confapis): update monitor_v3 yaml (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Dec 27, 2023
1 parent ce4c647 commit f5a1c6e
Show file tree
Hide file tree
Showing 3 changed files with 34 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.59
2.14.62
30 changes: 30 additions & 0 deletions paas2/esb/components/confapis/monitor_v3/monitor_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1768,6 +1768,36 @@
name: query_apm_discover_rules
path: /v2/monitor_v3/query_discover_rules/
method: POST
- api_type: query
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: GET
dest_path: /apm_api/v1/application/get_bkdata_flow/
is_hidden: true
label: 获取bkdata flow详情
label_en: query apm bkdata flow
name: query_apm_bk_data_flow_detail
path: /v2/monitor_v3/apm/get_bkdata_flow/
method: GET
- api_type: query
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
dest_path: /apm_api/v1/application/create_or_update_bkdata_flow/
is_hidden: true
label: 创建/更新计算平台Flow
label_en: create or update bkdata flow
name: create_or_update_bkdata_flow
path: /v2/monitor_v3/apm/create_or_update_bkdata_flow/
method: POST
- api_type: query
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
dest_path: /apm_api/v1/application/operate_apm_dataid/
is_hidden: true
label: 恢复/暂停APM中某个DataId的链路
label_en: operate apm dataid
name: operate_apm_dataid
path: /v2/monitor_v3/apm/operate_apm_dataid/
method: POST
- 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.62
- esb: update monitor_v3 confapis

# 2.14.59
- esb: update bk_log confapis

Expand Down

0 comments on commit f5a1c6e

Please sign in to comment.