Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

REST API Method: PUT /rest/snmptargetaddress/{identifier}

Page Tree
rootResource - snmptargetaddress

Creates a SNMP Management Addresses Table given a specific Table ID.

Info

The Sonus SBC 1000/2000 system allows you to define up to 10 SNMP management addresses.

URL:

https://134.56.227.163/rest/snmptargetaddress/{identifier}

HTTP Method

PUT

Requires Authentication:

true



Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
sCommTypeYesNoEnum0Possible values:
  • 0 - snmpCommNone
  • 1 - snmpReadOnly
  • 2 - snmpreadWrite
SNMP community type, if it is read only or read/write.
snmpCommunityYesNostringnone128 - Max Length SNMP community used for communicating with the manager.
snmpMgrAddrYesNostringnone256 - Max Length SNMP manager address(IP address or FQDN)
snmpTrapEnableYesNoint1Possible values:
  • 0 - Minimum
  • 1 - Maximum
Indicates if this manager accepts the traps. Default set to enabled(1), but can be disabled(0).