TencentBlueKing / bk-cmdb

蓝鲸智云配置平台(BlueKing CMDB)
http://bk.tencent.com
Other
5.43k stars 1.57k forks source link

新增模块过滤接口:支持节点名和主机属性自动应用规则过滤 #3494

Closed hoffermei closed 4 years ago

hoffermei commented 4 years ago

问题描述

关联issue #3428

关键信息

hoffermei commented 4 years ago

HTTP demo

POST /api/v3/module/bk_biz_id/38/host_apply_rule_related HTTP/1.1
Cookie: blueking_language=zh-cn; HTTP_BLUEKING_SUPPLIER_ID=0
Content-Type: application/json
Bk_supplier_id: 0
bk_user: admin
http_blueking_supplier_id: 0
http_blueking_language: zh-Cn
cookie: http_blueking_supplier_id=0; blueking_language=zh-Cn;: 
Host: 127.0.0.1:8080
Content-Length: 25

{
    "keyword": "x910788"
}

response demo

{
  "result": true,
  "bk_error_code": 0,
  "bk_error_msg": "success",
  "permission": null,
  "data": [
    {
      "bk_module_id": 203,
      "bk_module_name": "Annie Chambers"
    },
    {
      "bk_module_id": 204,
      "bk_module_name": "Dean Rowe"
    }
  ]
}