-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: 订阅接口支持指定用户操作进程 #2297
Comments
支持指定用户操作进程SaaS层面根据之前对的方案:支持所有的插件操作 后台创建订阅层面1.服务模板 (SERVICE) :"scope":{"nodes":[{"bk_inst_id":3370,"bk_obj_id":"SERVICE_TEMPLATE"}],"bk_biz_id":123,"node_type":"SERVICE_TEMPLATE","object_type":"SERVICE"}} 2.集群模板 (SERVICE):"scope": {"nodes": [{ "bk_obj_id": "SET_TEMPLATE","bk_inst_id": 293}],"bk_biz_id": 108,"node_type": "SET_TEMPLATE", "object_type": "SERVICE"} 3.动态实例(拓扑) "scope": {"nodes": [{ "bk_biz_id": 100849,"bk_obj_id": "set","bk_inst_id": 5061632}, { "bk_biz_id": 106, "bk_obj_id": "set", "bk_inst_id": 5061871 }], "bk_biz_id": 5005578,"node_type": "TOPO","object_type": "SERVICE"} 4.静态实例 实现层面0.对接(明确)需求人的细粒度,TA需要的是单台主机 or 服务实例 or 操作系统 or 业务层面 来指定用户?确定执行目标 是否还有更好的设计思路 or 实现思路对于已存在的订阅对于已存在的订阅,用户也希望能指定用户操作: |
0.对接(明确)需求人的细粒度,TA需要的是单台主机 或 服务实例 或 操作系统 或 业务层面 来指定用户?确定执行目标
|
背景
订阅接口支持指定用户操作进程
功能
功能实现
建议的方案
实现方案
功能自测
功能点 1
描述代码变更涉及功能点及自测截图
功能点 2
描述代码变更涉及功能点及自测截图
...
The text was updated successfully, but these errors were encountered: