Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: 新增快速创建APM应用API侧接口定义 #1012

Open
wants to merge 1 commit into
base: ft_upgrade_py3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion paas2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.17
2.14.18
11 changes: 11 additions & 0 deletions paas2/esb/components/confapis/monitor_v3/monitor_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,17 @@
path: /v2/monitor_v3/create_apm_application/
method: POST

- api_type: operate
comp_codename: generic.v2.monitor_v3.monitor_v3_component
dest_http_method: POST
dest_path: /apm_api/v1/application/create_application_simple/
is_hidden: false
label: 快速创建APM应用
label_en: null
name: apm_create_application
path: /v2/monitor_v3/apm/create_application/
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.18
- add: define bk_monitorv3 create apm application api

# 2.14.17
- add: define bk_monitorv3 apm api

Expand Down