Method: updateProfileEx

Update credential profile in the database. This operation is similar to updateProfile, but returns a verbose message.

Parameters

Name Type Description
name string Name of the profile
read string SNMP read only credential
write string SNMP read/write credential
maxAccess string SNMP max access credential
authCredName string CLI credential

Returns

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

Name Type Description
errorCode int See the Web Service Error Codes
errorMessage string Error message in readable text
success boolean True if operation is successful

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NetSightDeviceWebService/updateProfileEx?name=Example&read=public_v2&write=public_v2&maxAccess=SNMPv2-Write&authCredName=Extreme-Switch