1
0
mirror of https://github.com/veops/cmdb.git synced 2025-10-31 19:39:24 +08:00

Merge pull request from lgphone/patch-1

bugfix: cmdb-api  auto_discovery add unique_value param
This commit is contained in:
pycook
2024-08-07 16:05:56 +08:00
committed by GitHub

@@ -225,6 +225,7 @@ class AutoDiscoveryCIView(APIView):
@args_required("type_id")
@args_required("adt_id")
@args_required("instance")
@args_required("unique_value")
def post(self):
request.values.pop("_key", None)
request.values.pop("_secret", None)