mirror of
				https://github.com/veops/cmdb.git
				synced 2025-10-31 19:39:24 +08:00 
			
		
		
		
	Merge pull request #590 from lgphone/patch-1
bugfix: cmdb-api auto_discovery add unique_value param
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user