We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你想要什么功能 业务拓扑变更后,订阅范围内无效的拓扑应该被忽略 apps/backend/subscription/commons.py get_host_by_inst
{ "result": false, "code": 3800003, "data": [ [], { "page": { "start": 0, "limit": 1 }, "fields": [ "bk_host_innerip", "bk_bak_operator", "bk_os_type", "bk_os_name", "bk_cpu_module", "bk_host_outerip", "bk_cloud_id", "bk_os_bit", "bk_host_name", "bk_supplier_account", "operator", "bk_host_id" ], "bk_biz_id": 7, "bk_obj_id": "test", "bk_inst_id": 108 } ], "message": "{'result': False, 'code': 1199006, 'data': None, 'message': \"'bk_obj_id' 数据参数校验不通过\", 'permission': None, 'request_id': 'b0d925587b1b4917990415b86161fd1c'}(3800003)", "errors": null }
The text was updated successfully, but these errors were encountered:
解决方案: get_host_by_inst方法中校验bk_obj_id
Sorry, something went wrong.
optimization: 忽略无效拓扑节点 (close TencentBlueKing#191)
89b7d0b
c6bcb1b
optimization: 忽略无效拓扑节点 (close #191)
a53cc55
63486e6
zhangzhw8
ZhuoZhuoCrayon
iSecloud
No branches or pull requests
你想要什么功能
业务拓扑变更后,订阅范围内无效的拓扑应该被忽略
apps/backend/subscription/commons.py get_host_by_inst
The text was updated successfully, but these errors were encountered: