You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bk-plugin-framework/bk_plugin_framework/services/bpf_service/management/commands/support-files/resources.yaml
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,40 @@ paths:
187
187
disabledStages: []
188
188
descriptionEn: Plugin open API entry
189
189
190
+
/bk_plugin/private/:
191
+
x-bk-apigateway-method-any:
192
+
operationId: plugin_private
193
+
summary: 插件私有API
194
+
description: 插件私有 API 入口,支持子路径匹配
195
+
tags:
196
+
- private
197
+
responses:
198
+
default:
199
+
description: '插件私有API响应'
200
+
x-bk-apigateway-resource:
201
+
isPublic: true
202
+
allowApplyPermission: true
203
+
matchSubpath: true
204
+
backend:
205
+
type: HTTP
206
+
name: default
207
+
method: any
208
+
{% if settings.BK_PLUGIN_APIGW_BACKEND_SUB_PATH %}
0 commit comments