Using updateDevice operation you can update the configuration of an existing device.
  
 
	 Request Parameters
		
		authToken, deviceName, deviceType, description, enabled, dnsRefreshEnabled, deviceIp, changeNameTo
		
	 Response
		
		deviceResponse (see deviceResponse Type)
		
	 Example
		
		To update the Cisco ASA Sample Device name to “Cisco ASA Sample Device-Update”:
		
		updateDevice authstr “CiscoACSName” “Cisco ACS” “CiscoACSDescription” “yes” “no” “10.1.2.9” “NewCiscoACSName”
		
	 Copyright © Cloud Software Group, Inc. All rights reserved.