Method: getDevicePropertiesWithRefresh

Force a refresh and return the device information/properties.

Parameters

Name Type Description
ipAddress string IP address of the device

Returns

Returns a WsDeviceProperty with a structure defined by the following table.

Name Type Description
baseMac string Base MAC address of the switch
chassisId string Chassis ID of the switch
chassisType string Chassis type
errorCode int See the Web Service Error Codes
errorMessage string Error message in readable text
firmware string Firmware version installed on the switch
hostName string Hostname of the switch
ip string IP address of the switch
module WsModulePropertyResult Additional switch data
success boolean True if operation is successful
sysLocation string Switch sysLocation value

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/InventoryWebService/getDevicePropertiesWithRefresh?ipAddress=192.168.10.10