Method: setDeviceTypeByIp

Update the end-system’s device type.

Parameters

Name Type Description
ipAddress string IP address of the end-system
deviceType string New device type value
isAccurate boolean Set to true if you know the new device type is accurate
reason string A brief description as to the reason for the ExtremeControl event

Returns

Returns a string status indicating whether the operation is successful.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACEndSystemWebService/setDeviceTypeByIp?ipAddress=192.168.10.178&deviceType=iPhoney10&isAccurate=true&reason=Web-Service-Example