mirror of https://github.com/veops/cmdb.git
Merge pull request #590 from lgphone/patch-1
bugfix: cmdb-api auto_discovery add unique_value param
This commit is contained in:
commit
a77aefb436
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue