Skip to content

Commit

Permalink
Merge pull request #455 from alex-smile/update_esb_apis_0803
Browse files Browse the repository at this point in the history
update bk_log/bk_nodeman confapis
  • Loading branch information
MrLYC authored Aug 3, 2021
2 parents 64a2096 + 8f4bb82 commit 3427986
Show file tree
Hide file tree
Showing 4 changed files with 70 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.12.23
2.12.24
11 changes: 11 additions & 0 deletions paas2/esb/components/confapis/bk_log/bk_log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,14 @@
dest_path: /api/v1/databus/storage/
dest_http_method: PUT
is_hidden: True

- path: /v2/bk_log/databus_storage/connectivity_detect/
name: databus_storage_connectivity_detect
label: 日志平台-连通性测试
label_en: bk_log es connectivity detect
method: POST
api_type: query
comp_codename: generic.v2.bk_log.bk_log_component
dest_path: /api/v1/databus/storage/connectivity_detect/
dest_http_method: POST
is_hidden: True
55 changes: 55 additions & 0 deletions paas2/esb/components/confapis/nodeman/nodeman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,3 +1011,58 @@
dest_http_method: POST
suggest_method: POST
is_hidden: true

- api_type: operate
comp_codename: generic.v2.nodeman.nodeman_component
name: package_status_operation
label: 插件包状态类操作
label_en: null
dest_path: /backend/api/plugin/package_status_operation/
path: /v2/nodeman/backend/api/plugin/package_status_operation/
dest_http_method: POST
suggest_method: POST
is_hidden: true

- api_type: query
comp_codename: generic.v2.nodeman.nodeman_component
name: metric_list
label: 自监控指标检查
label_en: null
dest_path: /backend/api/healthz/
path: /v2/nodeman/backend/api/healthz/
dest_http_method: GET
suggest_method: GET
is_hidden: true

- api_type: query
comp_codename: generic.v2.nodeman.nodeman_component
name: query_host_subscriptions
label: 获取主机订阅列表
label_en: null
dest_path: /backend/api/subscription/query_host_subscriptions/
path: /v2/nodeman/backend/api/subscription/query_host_subscriptions/
dest_http_method: GET
suggest_method: GET
is_hidden: true

- api_type: query
comp_codename: generic.v2.nodeman.nodeman_component
name: list_cloud_area
label: 云区域列表
label_en: null
dest_path: /api/cloud/
path: /v2/nodeman/api/cloud/list_cloud_area/
dest_http_method: GET
suggest_method: GET
is_hidden: true

- api_type: operate
comp_codename: generic.v2.nodeman.nodeman_component
name: create_cloud_area
label: 创建云区域
label_en: null
dest_path: /api/cloud/
path: /v2/nodeman/api/cloud/create_cloud_area/
dest_http_method: POST
suggest_method: POST
is_hidden: true
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.12.24
- update: esb update bk_log/bk_nodeman confapis

# 2.12.23
- update: esb update jobv3/bk_log confapis
- update: esb cc transfer_host_to_resourcemodule add parameter bk_module_id
Expand Down

0 comments on commit 3427986

Please sign in to comment.