DongTai
DongTai copied to clipboard
[Feature]: 按项目名称和版本筛选流量
Preflight Checklist
- [X] I agree to follow the Code of Conduct that this project adheres to.
- [X] I have searched the issue tracker for an issue that matches the one I want to file, without success.
Problem Description
需求:测试人员想要看到某个项目指定版本的所有流量,目前api(api/v1/engine/method_pool/search)未提供该功能,希望能支持一下。

Proposed Solution
API:api/v1/engine/method_pool/search 新增appName和appVersion两个参数,按此检索method_pool。
Alternatives Considered
No response
Additional Information
No response