diff --git a/support-files/apigw/resources.yaml b/support-files/apigw/resources.yaml new file mode 100644 index 000000000..6da0450cf --- /dev/null +++ b/support-files/apigw/resources.yaml @@ -0,0 +1,2810 @@ +swagger: '2.0' +info: + title: Bk Nodeman API + description: 节点管理 + termsOfService: https://bk.tencent.com/info/#laws + contact: + email: contactus_bk@tencent.com + license: + name: MIT License + version: v1 +basePath: / +paths: + /open/api/ap/: + get: + operationId: ap_list + summary: 查询任务列表 + tags: + - ap + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /api/ap/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/ap/: + get: + operationId: system_ap_list + summary: 查询任务列表 + tags: + - ap + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /api/ap/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/cloud/: + get: + operationId: cloud_list + summary: 查询管控区域列表 + tags: + - cloud + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /api/cloud/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + post: + operationId: create_cloud_area + summary: 创建管控区域 + tags: + - cloud + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /api/cloud/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/cloud/: + get: + operationId: system_cloud_list + summary: 查询管控区域列表 + tags: + - cloud + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /api/cloud/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + post: + operationId: system_create_cloud_area + summary: 创建管控区域 + tags: + - cloud + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /api/cloud/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/host/biz_proxies/: + get: + operationId: list_biz_proxies + summary: 查询业务下管控区域的proxy集合 + tags: + - host + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /api/host/biz_proxies/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/host/biz_proxies/: + get: + operationId: system_list_biz_proxies + summary: 查询业务下管控区域的proxy集合 + tags: + - host + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /api/host/biz_proxies/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/host/proxies/: + get: + operationId: list_cloud_proxies + summary: 查询管控区域下有操作权限的proxy列表 + tags: + - host + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /api/host/proxies/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/host/proxies/: + get: + operationId: system_list_cloud_proxies + summary: 查询管控区域下有操作权限的proxy列表 + tags: + - host + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /api/host/proxies/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/host/search/: + post: + operationId: list_hosts + summary: 查询主机列表 + tags: + - host + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /api/host/search/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/host/search/: + post: + operationId: system_list_hosts + summary: 查询主机列表 + tags: + - host + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /api/host/search/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/install_channel/: + get: + operationId: install_channel_list + summary: 列出所有安装通道 + tags: + - channel + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /api/install_channel/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/install_channel/: + get: + operationId: system_install_channel_list + summary: 列出所有安装通道 + tags: + - channel + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /api/install_channel/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/job/install/: + post: + operationId: job_install + summary: 安装类任务 + tags: + - job + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /api/job/install/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/job/install/: + post: + operationId: system_job_install + summary: 安装类任务 + tags: + - job + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /api/job/install/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/job/operate/: + post: + operationId: job_operate + summary: 操作类任务 + tags: + - job + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /api/job/operate/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/job/operate/: + post: + operationId: system_job_operate + summary: 操作类任务 + tags: + - job + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /api/job/operate/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/job/{id}/details/: + post: + operationId: job_details + summary: 查询任务详情 + tags: + - job + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /api/job/{id}/details/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/job/{id}/details/: + post: + operationId: system_job_details + summary: 查询任务详情 + tags: + - job + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /api/job/{id}/details/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/job/{id}/log/: + get: + operationId: get_job_log + summary: 查询日志 + tags: + - job + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /api/job/{id}/log/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/job/{id}/log/: + get: + operationId: system_get_job_log + summary: 查询日志 + tags: + - job + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /api/job/{id}/log/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/plugin/operate/: + post: + operationId: operate_plugin + summary: 插件操作类任务 + tags: + - api_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /api/plugin/operate/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/plugin/operate/: + post: + operationId: system_operate_plugin + summary: 插件操作类任务 + tags: + - api_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /api/plugin/operate/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/plugin/search/: + post: + operationId: search_host_plugin + summary: 查询插件列表 + tags: + - api_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /api/plugin/search/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/plugin/search/: + post: + operationId: system_search_host_plugin + summary: 查询插件列表 + tags: + - api_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /api/plugin/search/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/plugin/{category}/process/: + get: + operationId: list_processes + summary: 查询插件列表 + tags: + - gse_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /api/plugin/{category}/process/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/plugin/{category}/process/: + get: + operationId: system_list_processes + summary: 查询插件列表 + tags: + - gse_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /api/plugin/{category}/process/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/api/plugin/{process}/package/: + get: + operationId: list_packages + summary: 查询进程包列表 + tags: + - package + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /api/plugin/{process}/package/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/api/plugin/{process}/package/: + get: + operationId: system_list_packages + summary: 查询进程包列表 + tags: + - package + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /api/plugin/{process}/package/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/healthz/: + get: + operationId: metric_list + summary: 健康统计指标 + tags: + - healthz + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/healthz/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/healthz/: + get: + operationId: system_metric_list + summary: 健康统计指标 + tags: + - healthz + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/healthz/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/: + get: + operationId: plugin_list + summary: 查询插件列表 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/: + get: + operationId: system_plugin_list + summary: 查询插件列表 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/create_config_template/: + post: + operationId: plugin_create_config_template + summary: 创建配置模板 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/create_config_template/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/create_config_template/: + post: + operationId: system_plugin_create_config_template + summary: 创建配置模板 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/create_config_template/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/create_export_task/: + post: + operationId: plugin_create_export_task + summary: 触发插件打包导出 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/create_export_task/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/create_export_task/: + post: + operationId: system_plugin_create_export_task + summary: 触发插件打包导出 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/create_export_task/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/create_register_task/: + post: + operationId: plugin_create_register_task + summary: 创建注册任务 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/create_register_task/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/create_register_task/: + post: + operationId: system_plugin_create_register_task + summary: 创建注册任务 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/create_register_task/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/delete/: + post: + operationId: plugin_delete + summary: 删除插件 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/delete/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/delete/: + post: + operationId: system_plugin_delete + summary: 删除插件 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/delete/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/info/: + get: + operationId: plugin_info + summary: 查询插件信息 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/info/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/info/: + get: + operationId: system_plugin_info + summary: 查询插件信息 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/info/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/package_status_operation/: + post: + operationId: package_status_operation + summary: 插件包状态类操作 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/package_status_operation/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/package_status_operation/: + post: + operationId: system_package_status_operation + summary: 插件包状态类操作 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/package_status_operation/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/parse/: + post: + operationId: plugin_parse + summary: 解析插件包 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/parse/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/parse/: + post: + operationId: system_plugin_parse + summary: 解析插件包 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/parse/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/plugin_status_operation/: + post: + operationId: plugin_status_operation + summary: 插件状态类操作 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/plugin_status_operation/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/plugin_status_operation/: + post: + operationId: system_plugin_status_operation + summary: 插件状态类操作 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/plugin_status_operation/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/query_debug/: + get: + operationId: plugin_query_debug + summary: 查询调试结果 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/query_debug/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/query_debug/: + get: + operationId: system_plugin_query_debug + summary: 查询调试结果 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/query_debug/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/query_export_task/: + get: + operationId: plugin_query_export_task + summary: 获取一个导出任务结果 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/query_export_task/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/query_export_task/: + get: + operationId: system_plugin_query_export_task + summary: 获取一个导出任务结果 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/query_export_task/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/query_register_task/: + get: + operationId: plugin_query_register_task + summary: 查询插件注册任务 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/query_register_task/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/query_register_task/: + get: + operationId: system_plugin_query_register_task + summary: 查询插件注册任务 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/query_register_task/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/release/: + post: + operationId: plugin_release + summary: 发布插件包 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/release/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/release/: + post: + operationId: system_plugin_release + summary: 发布插件包 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/release/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/release_config_template/: + post: + operationId: plugin_release_config_template + summary: 发布配置模板 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/release_config_template/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/release_config_template/: + post: + operationId: system_plugin_release_config_template + summary: 发布配置模板 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/release_config_template/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/render_config_template/: + post: + operationId: plugin_render_config_template + summary: 渲染配置模板 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/render_config_template/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/render_config_template/: + post: + operationId: system_plugin_render_config_template + summary: 渲染配置模板 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/render_config_template/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/start_debug/: + post: + operationId: plugin_start_debug + summary: 开始调试 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/start_debug/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/start_debug/: + post: + operationId: system_plugin_start_debug + summary: 开始调试 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/start_debug/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/stop_debug/: + post: + operationId: plugin_stop_debug + summary: 停止调试 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/stop_debug/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/stop_debug/: + post: + operationId: system_plugin_stop_debug + summary: 停止调试 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/stop_debug/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/upload/: + post: + operationId: plugin_upload + summary: 上传文件接口 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/upload/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/upload/: + post: + operationId: system_plugin_upload + summary: 上传文件接口 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/plugin/upload/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/{id}/: + get: + operationId: plugin_detail + summary: 插件详情 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/{id}/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/{id}/: + get: + operationId: system_plugin_detail + summary: 插件详情 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/{id}/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/plugin/{id}/history/: + get: + operationId: plugin_history + summary: 查询插件包历史 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/{id}/history/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/plugin/{id}/history/: + get: + operationId: system_plugin_history + summary: 查询插件包历史 + tags: + - backend_plugin + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/plugin/{id}/history/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/check_task_ready/: + post: + operationId: subscription_check_task_ready + summary: 查询任务是否已准备完成 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/check_task_ready/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/check_task_ready/: + post: + operationId: system_subscription_check_task_ready + summary: 查询任务是否已准备完成 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/check_task_ready/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/collect_task_result_detail/: + post: + operationId: collect_task_result_detail + summary: 采集任务执行详细结果 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/collect_task_result_detail/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/collect_task_result_detail/: + post: + operationId: system_collect_task_result_detail + summary: 采集任务执行详细结果 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/collect_task_result_detail/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/create/: + post: + operationId: subscription_create + summary: 创建订阅 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/create/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/create/: + post: + operationId: system_subscription_create + summary: 创建订阅 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/create/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/delete/: + post: + operationId: subscription_delete + summary: 删除订阅 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/delete/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/delete/: + post: + operationId: system_subscription_delete + summary: 删除订阅 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/delete/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/fetch_commands/: + post: + operationId: fetch_commands + summary: 返回安装命令 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/fetch_commands/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/fetch_commands/: + post: + operationId: system_fetch_commands + summary: 返回安装命令 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/fetch_commands/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/info/: + post: + operationId: subscription_info + summary: 订阅详情 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/info/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/info/: + post: + operationId: system_subscription_info + summary: 订阅详情 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/info/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/instance_status/: + post: + operationId: subscription_instance_status + summary: 查询订阅运行状态 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/instance_status/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/instance_status/: + post: + operationId: system_subscription_instance_status + summary: 查询订阅运行状态 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/instance_status/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/query_host_policy/: + get: + operationId: subscription_query_host_policy + summary: 获取主机策略列表 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/subscription/query_host_policy/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/query_host_policy/: + get: + operationId: system_subscription_query_host_policy + summary: 获取主机策略列表 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/subscription/query_host_policy/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/query_host_subscriptions/: + get: + operationId: query_host_subscriptions + summary: 获取主机订阅列表 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/subscription/query_host_subscriptions/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/query_host_subscriptions/: + get: + operationId: system_query_host_subscriptions + summary: 获取主机订阅列表 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/subscription/query_host_subscriptions/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/retry/: + post: + operationId: subscription_retry + summary: 重试失败的任务 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/retry/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/retry/: + post: + operationId: system_subscription_retry + summary: 重试失败的任务 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/retry/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/revoke/: + post: + operationId: subscription_revoke + summary: 终止正在执行的任务 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/revoke/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/revoke/: + post: + operationId: system_subscription_revoke + summary: 终止正在执行的任务 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/revoke/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/run/: + post: + operationId: subscription_run + summary: 执行订阅 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/run/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/run/: + post: + operationId: system_subscription_run + summary: 执行订阅 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/run/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/search_deploy_policy/: + post: + operationId: subscription_search_policy + summary: 查询策略列表 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/search_deploy_policy/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/search_deploy_policy/: + post: + operationId: system_subscription_search_policy + summary: 查询策略列表 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/search_deploy_policy/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/statistic/: + post: + operationId: subscription_statistic + summary: 统计订阅任务数据 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/statistic/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/statistic/: + post: + operationId: system_subscription_statistic + summary: 统计订阅任务数据 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/statistic/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/switch/: + post: + operationId: subscription_switch + summary: 订阅启停 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/switch/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/switch/: + post: + operationId: system_subscription_switch + summary: 订阅启停 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/switch/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/switch_biz/: + post: + operationId: subscription_switch_biz + summary: 启用/禁用业务订阅巡检 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/switch_biz/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/switch_biz/: + post: + operationId: system_subscription_switch_biz + summary: 启用/禁用业务订阅巡检 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/switch_biz/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/task_result/: + post: + operationId: subscription_task_result + summary: 任务执行结果 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/task_result/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/task_result/: + post: + operationId: system_subscription_task_result + summary: 任务执行结果 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/task_result/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/task_result_detail/: + post: + operationId: subscription_task_result_detail + summary: 任务执行详细结果 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/task_result_detail/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/task_result_detail/: + post: + operationId: system_subscription_task_result_detail + summary: 任务执行详细结果 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/task_result_detail/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/subscription/update/: + post: + operationId: subscription_update + summary: 更新订阅 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/update/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/subscription/update/: + post: + operationId: system_subscription_update + summary: 更新订阅 + tags: + - subscription + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/subscription/update/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/sync_task/create/: + post: + operationId: sync_task_create + summary: 创建同步任务 + tags: + - sync_task + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/sync_task/create/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/sync_task/create/: + post: + operationId: system_sync_task_create + summary: 创建同步任务 + tags: + - sync_task + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /backend/api/sync_task/create/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/backend/api/sync_task/status/: + get: + operationId: sync_task_status + summary: 查询同步任务状态 + tags: + - sync_task + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/sync_task/status/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/backend/api/sync_task/status/: + get: + operationId: system_sync_task_status + summary: 查询同步任务状态 + tags: + - sync_task + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /backend/api/sync_task/status/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/encrypt_rsa/fetch_public_keys/: + post: + operationId: fetch_public_keys + summary: 获取公钥列表 + tags: + - rsa + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/encrypt_rsa/fetch_public_keys/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/encrypt_rsa/fetch_public_keys/: + post: + operationId: system_fetch_public_keys + summary: 获取公钥列表 + tags: + - rsa + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/encrypt_rsa/fetch_public_keys/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/gray/build/: + post: + operationId: gray_build + summary: GSE 2.0灰度 + tags: + - gray + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/gray/build/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/gray/build/: + post: + operationId: system_gray_build + summary: GSE 2.0灰度 + tags: + - gray + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/gray/build/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/gray/info/: + get: + operationId: gray_info + summary: 获取GSE 2.0灰度信息 + tags: + - gray + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: get + path: /core/api/gray/info/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/gray/info/: + get: + operationId: system_gray_info + summary: 获取GSE 2.0灰度信息 + tags: + - gray + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: get + path: /core/api/gray/info/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/gray/rollback/: + post: + operationId: gray_rollback + summary: GSE 2.0灰度回滚 + tags: + - gray + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/gray/rollback/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/gray/rollback/: + post: + operationId: system_gray_rollback + summary: GSE 2.0灰度回滚 + tags: + - gray + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/gray/rollback/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/gray/rollback_agent_id/: + post: + operationId: rollback_agent_id + summary: 回滚Agent ID配置 + tags: + - gray + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/gray/rollback_agent_id/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/gray/rollback_agent_id/: + post: + operationId: system_rollback_agent_id + summary: 回滚Agent ID配置 + tags: + - gray + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/gray/rollback_agent_id/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/gray/upgrade_to_agent_id/: + post: + operationId: upgrade_to_agent_id + summary: 升级到Agent ID配置 + tags: + - gray + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/gray/upgrade_to_agent_id/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/gray/upgrade_to_agent_id/: + post: + operationId: system_upgrade_to_agent_id + summary: 升级到Agent ID配置 + tags: + - gray + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/gray/upgrade_to_agent_id/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/ipchooser_host/check/: + post: + operationId: ipchooser_host_check + summary: 根据用户手动输入的`IP`/`IPv6`/`主机名`/`host_id`等关键字信息获取真实存在的机器信息 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_host/check/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/ipchooser_host/check/: + post: + operationId: system_ipchooser_host_check + summary: 根据用户手动输入的`IP`/`IPv6`/`主机名`/`host_id`等关键字信息获取真实存在的机器信息 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_host/check/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/ipchooser_host/details/: + post: + operationId: ipchooser_host_details + summary: 根据主机关键信息获取机器详情信息 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_host/details/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/ipchooser_host/details/: + post: + operationId: system_ipchooser_host_details + summary: 根据主机关键信息获取机器详情信息 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_host/details/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/ipchooser_topo/agent_statistics/: + post: + operationId: ipchooser_topo_agent_statistics + summary: 获取多个拓扑节点的主机 Agent 状态统计信息 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_topo/agent_statistics/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/ipchooser_topo/agent_statistics/: + post: + operationId: system_ipchooser_topo_agent_statistics + summary: 获取多个拓扑节点的主机 Agent 状态统计信息 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_topo/agent_statistics/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/ipchooser_topo/query_host_id_infos/: + post: + operationId: ipchooser_topo_query_host_id_infos + summary: 根据多个拓扑节点与搜索条件批量分页查询所包含的主机 ID 信息 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_topo/query_host_id_infos/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/ipchooser_topo/query_host_id_infos/: + post: + operationId: system_ipchooser_topo_query_host_id_infos + summary: 根据多个拓扑节点与搜索条件批量分页查询所包含的主机 ID 信息 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_topo/query_host_id_infos/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/ipchooser_topo/query_hosts/: + post: + operationId: ipchooser_topo_query_hosts + summary: 根据多个拓扑节点与搜索条件批量分页查询所包含的主机信息 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_topo/query_hosts/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/ipchooser_topo/query_hosts/: + post: + operationId: system_ipchooser_topo_query_hosts + summary: 根据多个拓扑节点与搜索条件批量分页查询所包含的主机信息 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_topo/query_hosts/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/ipchooser_topo/query_path/: + post: + operationId: ipchooser_topo_query_path + summary: 查询多个节点拓扑路径 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_topo/query_path/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/ipchooser_topo/query_path/: + post: + operationId: system_ipchooser_topo_query_path + summary: 查询多个节点拓扑路径 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_topo/query_path/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true + /open/core/api/ipchooser_topo/trees/: + post: + operationId: ipchooser_topo_trees + summary: 批量获取含各节点主机数量的拓扑树 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: true + allowApplyPermission: true + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_topo/trees/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: true + appVerifiedRequired: true + resourcePermissionRequired: true + /system/core/api/ipchooser_topo/trees/: + post: + operationId: system_ipchooser_topo_trees + summary: 批量获取含各节点主机数量的拓扑树 + tags: + - ipchooser + x-bk-apigateway-resource: + isPublic: false + allowApplyPermission: false + matchSubpath: false + backend: + name: default + method: post + path: /core/api/ipchooser_topo/trees/ + matchSubpath: false + timeout: 0 + authConfig: + userVerifiedRequired: false + appVerifiedRequired: true + resourcePermissionRequired: true