Method: updateCredential

Update SNMP credential.

Parameters

Name Type Description
name string Name of the credential
communityName string SNMP version
userName string SNMP community name
authPassword string SNMPv3 username
authType string SNMPv3 authentication password
privPassword string SNMPv3 authentication type, available options are:
-MD5
-SHA
privType string SNMPv3 privacy password
    SNMPv3 privacy type, available options are:
-AED
-DES

Returns

The operation returns an integer error code.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NetSightDeviceWebService/updateCredential?name=SNMPv2-Readonly&snmpVersion=2&communityName=public&userName=&authPassword=&authType=&privPasswod=&privType=